Skip to content

Commit 900d5d1

Browse files
committed
use correct schema prop
1 parent b23b7a8 commit 900d5d1

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

website/public/schema/park-ui-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"$schema": {
88
"type": "string",
99
"format": "uri",
10-
"default": "https://next.park-ui.com/registry/latest/schema.json"
10+
"default": "https://next.park-ui.com/schema/park-ui-config.json"
1111
},
1212
"framework": {
1313
"type": "string",

website/public/schema/registry-item.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"type": "object",
55
"required": ["id", "type"],
66
"properties": {
7+
"$schema": {
8+
"type": "string",
9+
"format": "uri",
10+
"default": "https://next.park-ui.com/schema/registry-item.json"
11+
},
712
"id": {
813
"type": "string",
914
"description": "The id of the item. This is used to identify the item in the registry. It should be unique for your registry"

0 commit comments

Comments
 (0)