From 6ed32c181e2fb5495ada0bcb2290d0ad179ccd18 Mon Sep 17 00:00:00 2001 From: Alexander Petree <124588263+Apetree100122@users.noreply.github.com> Date: Thu, 25 Jan 2024 22:48:41 -0800 Subject: [PATCH] Update schema_misp.json --- schema_misp.json | 36 ++++++++++++------------------------ 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/schema_misp.json b/schema_misp.json index 03c4005..318362d 100644 --- a/schema_misp.json +++ b/schema_misp.json @@ -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" ]