chg: Added address and zip code attributes

pull/74/head
chrisr3d 2018-02-05 14:19:58 +01:00
parent f169fbee36
commit c11c4a28ab
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 10 additions and 0 deletions

View File

@ -42,6 +42,16 @@
"ui-priority": 0,
"misp-attribute": "float"
},
"address": {
"description": "Address.",
"misp-attribute": "text",
"ui-priority": 1
},
"zipcode": {
"description": "Zip Code.",
"misp-attribute": "text",
"ui-priority": 1
},
"city": {
"description": "City.",
"misp-attribute": "text",