diff --git a/schema/component.schema.json b/schema/component.schema.json index 647ca89..9b1d89d 100644 --- a/schema/component.schema.json +++ b/schema/component.schema.json @@ -73,6 +73,10 @@ "title": "Items", "items": { "type": "object", + "default": {}, + "required": [ + "title" + ], "properties": { "title": { "type": "string",