From 2eb213d76682a2a9c9e88d48c4c0eb4e9c569544 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 2 Sep 2022 13:36:43 +0100 Subject: [PATCH] schemas/TEMPLATES/journal: Remove the # 'fragment' from end of $id As per > Therefore, "$id" MUST NOT contain a non-empty fragment, and SHOULD NOT contain an empty fragment. --- schemas/TEMPLATES/journalevent-v1.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/TEMPLATES/journalevent-v1.0.json b/schemas/TEMPLATES/journalevent-v1.0.json index a87c8fe..0b64ec9 100644 --- a/schemas/TEMPLATES/journalevent-v1.0.json +++ b/schemas/TEMPLATES/journalevent-v1.0.json @@ -39,7 +39,7 @@ # as a result disallow the key. { "$schema" : "http://json-schema.org/draft-04/schema#", - "id" : "https://eddn.edcd.io/schemas/newjournalevent/1#", + "id" : "https://eddn.edcd.io/schemas/newjournalevent/1", "type" : "object", "additionalProperties" : false, "required": [ "$schemaRef", "header", "message" ],