diff options
-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)", |