summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-02-18 13:38:49 +0100
committerWojtek Kosior <koszko@koszko.org>2022-02-18 13:38:49 +0100
commit5ef63e81ddd7299bfb738cae643bc48560b68a17 (patch)
tree2ac20771fddb8283829520e3ac104ad6079e9559
parent1d1c93d5a9011ecdf58a4952afcb5a1faff30e76 (diff)
downloadhydrilla-json-schemas-5ef63e81ddd7299bfb738cae643bc48560b68a17.tar.gz
hydrilla-json-schemas-5ef63e81ddd7299bfb738cae643bc48560b68a17.zip
make "uuid" an optional propertyv1.0
-rw-r--r--common_definitions-1.schema.json2
1 files changed, 1 insertions, 1 deletions
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)",