Skip to content

Commit

Permalink
Update: set item Title as required in component schema (fixes #146) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsty-hames authored May 7, 2024
1 parent 8a75a5b commit 3f71514
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 3f71514

Please sign in to comment.