mirror of https://github.com/MISP/misp-objects
Objects add
parent
d82287d35f
commit
3dd5c938fe
|
@ -99,6 +99,6 @@
|
|||
"required": [
|
||||
"description"
|
||||
],
|
||||
"uuid": "d0f6c949-a47f-4be5-bc39-45033268bd89",
|
||||
"uuid": "31a49e4f-49bc-4bae-a9c7-c6058180ba6f",
|
||||
"version": 1
|
||||
}
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"age-range": {
|
||||
"description": "Age range that the person appears to be",
|
||||
"misp-attribute": "int",
|
||||
"misp-attribute": "float",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"weight": {
|
||||
|
@ -26,7 +26,7 @@
|
|||
"body-type": {
|
||||
"description": "Body type of a person.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "body-type",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 0,
|
||||
"values_list": [
|
||||
"Slim",
|
||||
|
@ -53,7 +53,7 @@
|
|||
},
|
||||
"color-of-eyes": {
|
||||
"description": "Description of a person’s colour of eyes.",
|
||||
"misp-attribute": "color",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 10,
|
||||
"values_list": [
|
||||
|
@ -230,6 +230,6 @@
|
|||
"full-name",
|
||||
"alias"
|
||||
],
|
||||
"uuid": "4a2bdac3-e7bb-4a47-ba5f-35df63216885",
|
||||
"uuid": "102a8696-420b-486d-806d-70a34d2f4e54",
|
||||
"version": 2
|
||||
}
|
|
@ -103,6 +103,6 @@
|
|||
"required": [
|
||||
"tattoo-body-part"
|
||||
],
|
||||
"uuid": "344111fb-79a3-421d-8d59-cc2b054b0478",
|
||||
"uuid": "747976fc-d637-4730-8b64-93f7f2814506",
|
||||
"version": 1
|
||||
}
|
Loading…
Reference in New Issue