mirror of https://github.com/MISP/misp-objects
chg: [publication] modify requiredOneOf, contributor type to text attribute
parent
738f32e27b
commit
bb600ce627
|
@ -43,7 +43,7 @@
|
|||
},
|
||||
"contributor": {
|
||||
"description": "Contributors include editors, compilers, and translators.",
|
||||
"misp-attribute": "attachment",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
|
@ -122,8 +122,11 @@
|
|||
"meta-category": "misc",
|
||||
"name": "publication",
|
||||
"requiredOneOf": [
|
||||
"name"
|
||||
"title",
|
||||
"link",
|
||||
"archive",
|
||||
"ISBN"
|
||||
],
|
||||
"uuid": "8a86b056-7f2c-4c1b-b04e-a6bac4443068",
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
Loading…
Reference in New Issue