From 5ef63e81ddd7299bfb738cae643bc48560b68a17 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 18 Feb 2022 13:38:49 +0100 Subject: make "uuid" an optional property --- common_definitions-1.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_definitions-1.schema.json b/common_definitions-1.schema.json index dfe0cd8..f88a9cd 100644 --- a/common_definitions-1.schema.json +++ b/common_definitions-1.schema.json @@ -117,7 +117,7 @@ "$ref": "#/definitions/typed_item_ref" }, { "type": "object", - "required": ["uuid", "description"], + "required": ["description"], "properties": { "uuid": { "description": "UUIDv4 of this item (shared with other versions of this item, otherwise unique)", -- cgit v1.2.3