Skip to content

Commit

Permalink
Fix: "required":"_media" replaced with a more specific "required": "_…
Browse files Browse the repository at this point in the history
…source" (fixes #31) (#32)
  • Loading branch information
joe-allen-89 authored Sep 5, 2024
1 parent e9fd6fc commit b09f6e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schema/component.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"$ref": "component"
},
"with": {
"required": [
"_media"
],
"properties": {
"_supportedLayout": {
"type": "string",
Expand Down Expand Up @@ -48,6 +45,9 @@
"_media": {
"type": "object",
"title": "Media settings",
"required": [
"_source"
],
"properties": {
"_source": {
"type": "string",
Expand Down

0 comments on commit b09f6e1

Please sign in to comment.