From c9043e58fabd4ff42c750a7e520f0ea307faa45a Mon Sep 17 00:00:00 2001 From: Maximilian Staab Date: Fri, 20 Jan 2023 16:24:44 +0100 Subject: [PATCH] Remove url requirement for Malware types --- .../development/malware_no_url.json} | 0 schemas/development/malware.schema.json | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename samples/{negative/development/invalid_missing_url.json => positive/development/malware_no_url.json} (100%) diff --git a/samples/negative/development/invalid_missing_url.json b/samples/positive/development/malware_no_url.json similarity index 100% rename from samples/negative/development/invalid_missing_url.json rename to samples/positive/development/malware_no_url.json diff --git a/schemas/development/malware.schema.json b/schemas/development/malware.schema.json index a91879b..3f52a9b 100644 --- a/schemas/development/malware.schema.json +++ b/schemas/development/malware.schema.json @@ -30,8 +30,7 @@ "type": "string", "description": "name of the malware" } - }, - "required": ["SourceUrl"] + } }, { "$ref": "xarf_shared.schema.json#/properties/CommonProps"