fix required field for interpol notice

pull/140/head
Deborah Servili 2019-01-28 15:40:07 +01:00
parent 1533703894
commit 0f6f7de384
No known key found for this signature in database
GPG Key ID: 7E3A832850D4D7D1
1 changed files with 24 additions and 25 deletions

View File

@ -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,7 +96,7 @@
"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.",