Skip to content

Commit

Permalink
add components prop to catalogue metadata.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cioddi committed Feb 28, 2024
1 parent 6d2fc2a commit 6056534
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion public/schema/metadata.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,16 @@
}
},
"tags": {
"type": "array"
"type": "array",
"items": {
"type": "string"
}
},
"components": {
"type": "array",
"items": {
"type": "string"
}
},
"category": {
"type": "string"
Expand Down

0 comments on commit 6056534

Please sign in to comment.