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": {
|
"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
|
||||||
}
|
}
|
Loading…
Reference in New Issue