fix: make version and name required in opentide object

pull/446/head
Leviathan 2024-11-12 23:56:31 +01:00 committed by GitHub
parent 54a14b8068
commit aa281b4315
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -31,7 +31,9 @@
"description": "Version of the OpenTIDE Object", "description": "Version of the OpenTIDE Object",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "text", "misp-attribute": "text",
"sane_default": "1", "sane_default": [
"1"
],
"ui-priority": 2 "ui-priority": 2
} }
}, },
@ -39,7 +41,9 @@
"meta-category": "misc", "meta-category": "misc",
"name": "opentide", "name": "opentide",
"required": [ "required": [
"name",
"uuid", "uuid",
"version",
"opentide-object", "opentide-object",
"opentide-type" "opentide-type"
], ],