Added requiredOneOf to scan-result object definition

pull/402/head
Matthieu Faou 2023-08-02 15:35:12 -04:00 committed by GitHub
parent 56941c6e93
commit 0515870942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -230,6 +230,10 @@
"description": "Scan result object to add meta-data and the output of the scan result by itself.",
"meta-category": "network",
"name": "scan-result",
"requiredOneOf": [
"scan-result",
"scan-result-query",
],
"uuid": "ebe2a359-8f5b-4a45-8106-d1678935b4c4",
"version": 2
}