Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardo-devis-agullo committed Aug 27, 2024
1 parent 779ab94 commit e1de410
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/static/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"$schema": {
"description": "A field for the [JSON schema](https://json-schema.org/) specification",
"type": [
"string",
"null"
]
},
"registries": {
"type": "array",
"items": {
Expand Down

0 comments on commit e1de410

Please sign in to comment.