Skip to content

Commit

Permalink
set item title as required in component schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsty-hames committed Mar 7, 2024
1 parent 5ab0447 commit 68a0b33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema/component.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
"title": "Items",
"items": {
"type": "object",
"default": {},
"required": [
"title"
],
"properties": {
"title": {
"type": "string",
Expand Down

0 comments on commit 68a0b33

Please sign in to comment.