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