mirror of https://github.com/MISP/misp-objects
fix required field for interpol notice
parent
1533703894
commit
0f6f7de384
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"requiredOneOf": [
|
"required": [
|
||||||
"first-name",
|
"notice-color"
|
||||||
"last-name",
|
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"notice-color": {
|
"notice-color": {
|
||||||
|
@ -23,7 +22,7 @@
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "last-name"
|
"misp-attribute": "last-name"
|
||||||
},
|
},
|
||||||
"Forename": {
|
"forename": {
|
||||||
"description": "First name of a natural person.",
|
"description": "First name of a natural person.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "first-name",
|
"misp-attribute": "first-name",
|
||||||
|
@ -38,12 +37,12 @@
|
||||||
"father-s-family-name-&-forename": {
|
"father-s-family-name-&-forename": {
|
||||||
"description": "Father's family name & forename.",
|
"description": "Father's family name & forename.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"mother-s-family-name-&-forename": {
|
"mother-s-family-name-&-forename": {
|
||||||
"description": "Mother's family name & forename.",
|
"description": "Mother's family name & forename.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"date-of-birth": {
|
"date-of-birth": {
|
||||||
"description": "Date of birth of a natural person (in YYYY-MM-DD format).",
|
"description": "Date of birth of a natural person (in YYYY-MM-DD format).",
|
||||||
|
@ -97,38 +96,38 @@
|
||||||
"place-of-disappearance": {
|
"place-of-disappearance": {
|
||||||
"description": "Place of birth of a natural person.",
|
"description": "Place of birth of a natural person.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"height": {
|
"height": {
|
||||||
"description": "Height of a person.",
|
"description": "Height of a person.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"disable_correlation": true
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"weight": {
|
"weight": {
|
||||||
"description": "weight of a person.",
|
"description": "weight of a person.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"disable_correlation": true
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"colour-of-hair": {
|
"colour-of-hair": {
|
||||||
"description": "Description of a person's colour of hair.",
|
"description": "Description of a person's colour of hair.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"disable_correlation": true
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"colour-of-eyes": {
|
"colour-of-eyes": {
|
||||||
"description": "Description of a person's colour of eyes.",
|
"description": "Description of a person's colour of eyes.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"disable_correlation": true
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"distinguishing-marks-and-characteristics": {
|
"distinguishing-marks-and-characteristics": {
|
||||||
"description": "Distinguishing marks and characteristics of a person.",
|
"description": "Distinguishing marks and characteristics of a person.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"disable_correlation": true
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"portrait": {
|
"portrait": {
|
||||||
"description": "Portrait of the person.",
|
"description": "Portrait of the person.",
|
||||||
"ui-priority": 10,
|
"ui-priority": 10,
|
||||||
|
|
Loading…
Reference in New Issue