switch requiredOneOf list to required since it contains only one element

pull/217/head
Deborah Servili 2019-11-08 15:35:14 +01:00
parent ffc120106c
commit bdad48d587
No known key found for this signature in database
GPG Key ID: 7E3A832850D4D7D1
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"requiredOneOf": [ "required": [
"shell-command" "shell-command"
], ],
"attributes": { "attributes": {
@ -54,7 +54,7 @@
] ]
} }
}, },
"version": 1, "version": 2,
"description": "Object describing a series of shell commands executed. This object can be linked with malicious files in order to describe a specific execution of shell commands.", "description": "Object describing a series of shell commands executed. This object can be linked with malicious files in order to describe a specific execution of shell commands.",
"meta-category": "misc", "meta-category": "misc",
"uuid": "fee65efa-eb64-4516-8611-1db76c589f79", "uuid": "fee65efa-eb64-4516-8611-1db76c589f79",