mirror of https://github.com/MISP/misp-objects
chg: Added address and zip code attributes
parent
f169fbee36
commit
c11c4a28ab
|
@ -42,6 +42,16 @@
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "float"
|
"misp-attribute": "float"
|
||||||
},
|
},
|
||||||
|
"address": {
|
||||||
|
"description": "Address.",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"zipcode": {
|
||||||
|
"description": "Zip Code.",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"city": {
|
"city": {
|
||||||
"description": "City.",
|
"description": "City.",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
|
Loading…
Reference in New Issue