chg: [publication] modify requiredOneOf, contributor type to text attribute

pull/250/head
VVX7 2020-04-28 18:58:59 -04:00
parent 738f32e27b
commit bb600ce627
1 changed files with 6 additions and 3 deletions

View File

@ -43,7 +43,7 @@
}, },
"contributor": { "contributor": {
"description": "Contributors include editors, compilers, and translators.", "description": "Contributors include editors, compilers, and translators.",
"misp-attribute": "attachment", "misp-attribute": "text",
"multiple": true, "multiple": true,
"ui-priority": 0 "ui-priority": 0
}, },
@ -122,8 +122,11 @@
"meta-category": "misc", "meta-category": "misc",
"name": "publication", "name": "publication",
"requiredOneOf": [ "requiredOneOf": [
"name" "title",
"link",
"archive",
"ISBN"
], ],
"uuid": "8a86b056-7f2c-4c1b-b04e-a6bac4443068", "uuid": "8a86b056-7f2c-4c1b-b04e-a6bac4443068",
"version": 1 "version": 2
} }