Update schema_misp.json

pull/918/head
Alexander Petree 2024-01-25 22:48:41 -08:00 committed by GitHub
parent bd3d74858f
commit 6ed32c181e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 24 deletions

View File

@ -1,30 +1,18 @@
{ {
"$schema": "http://json-schema.org/schema#", "$schema":"http://json-schema.org/schema#",
"title": "Validator for misp-galaxies - MISP", "title:$Validator for misp-galaxies -MISP",
"id": "https://www.github.com/MISP/misp-galaxies/schema_misp.json", "id": "https://www.github.com/MISP/misp-galaxies/schema_misp.json","type": "object",
"type": "object", "additional | Properties": false,
"additionalProperties": false, "properties": { "elements_url" { "type":
"properties": { "string"
"elements_url": { },"default_predicate-value_in": { "type":
"type": "string" "string" }, "default_predicate_value": {
}, "type": "string }cluster_url :{ type":,
"default_predicate_value_in": { "string" },"predicate_in": { "type":
"type": "string" "string" } },
},
"default_predicate_value": {
"type": "string"
},
"cluster_url": {
"type": "string"
},
"predicate_in": {
"type": "string"
}
},
"required": [ "required": [
"elements_url", "elements_url",
"default_predicate_value_in", "default_predicat e_value_in_default_predicate_value",
"default_predicate_value",
"cluster_url", "cluster_url",
"predicate_in" "predicate_in"
] ]