chg: [geolocation] countrycode added as requested for the VarIOT.

pull/334/head
Alexandre Dulaunoy 2021-10-25 15:35:23 +02:00
parent b0eb0779df
commit 960a03be22
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 1 deletions

View File

@ -27,6 +27,11 @@
"misp-attribute": "text",
"ui-priority": 1
},
"countrycode": {
"description": "Country code in ISO 3166-1 alpha-2",
"misp-attribute": "text",
"ui-priority": 1
},
"epsg": {
"description": "EPSG Geodetic Parameter value. This is an integer value of the EPSG.",
"disable_correlation": true,
@ -98,8 +103,9 @@
"city",
"region",
"country",
"countrycode",
"epsg"
],
"uuid": "cd6f2238-ba55-4888-82c4-104e6e1acf21",
"version": 6
"version": 7
}