mirror of https://github.com/MISP/misp-objects
Added requiredOneOf to scan-result object definition
parent
56941c6e93
commit
0515870942
|
@ -230,6 +230,10 @@
|
||||||
"description": "Scan result object to add meta-data and the output of the scan result by itself.",
|
"description": "Scan result object to add meta-data and the output of the scan result by itself.",
|
||||||
"meta-category": "network",
|
"meta-category": "network",
|
||||||
"name": "scan-result",
|
"name": "scan-result",
|
||||||
|
"requiredOneOf": [
|
||||||
|
"scan-result",
|
||||||
|
"scan-result-query",
|
||||||
|
],
|
||||||
"uuid": "ebe2a359-8f5b-4a45-8106-d1678935b4c4",
|
"uuid": "ebe2a359-8f5b-4a45-8106-d1678935b4c4",
|
||||||
"version": 2
|
"version": 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue