Skip to content

Commit e1de410

Browse files
update schema
1 parent 779ab94 commit e1de410

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/static/schema.json

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"type": "object",
44
"properties": {
5+
"$schema": {
6+
"description": "A field for the [JSON schema](https://json-schema.org/) specification",
7+
"type": [
8+
"string",
9+
"null"
10+
]
11+
},
512
"registries": {
613
"type": "array",
714
"items": {

0 commit comments

Comments
 (0)