diff --git a/schema/component.schema.json b/schema/component.schema.json index 11979fb..b8f3ff7 100644 --- a/schema/component.schema.json +++ b/schema/component.schema.json @@ -7,9 +7,6 @@ "$ref": "component" }, "with": { - "required": [ - "_media" - ], "properties": { "_supportedLayout": { "type": "string", @@ -48,6 +45,9 @@ "_media": { "type": "object", "title": "Media settings", + "required": [ + "_source" + ], "properties": { "_source": { "type": "string",