diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-02-18 13:38:49 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-02-18 13:38:49 +0100 |
commit | 5ef63e81ddd7299bfb738cae643bc48560b68a17 (patch) | |
tree | 2ac20771fddb8283829520e3ac104ad6079e9559 /common_definitions-1.schema.json | |
parent | 1d1c93d5a9011ecdf58a4952afcb5a1faff30e76 (diff) | |
download | hydrilla-json-schemas-1.0.tar.gz hydrilla-json-schemas-1.0.zip |
make "uuid" an optional propertyv1.0
Diffstat (limited to 'common_definitions-1.schema.json')
-rw-r--r-- | common_definitions-1.schema.json | 2 |
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)", |