Skip to content

Commit b76c7d8

Browse files
committed
Deploying to main from @ 4f1e741 🚀
1 parent 4f1e741 commit b76c7d8

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

‎docs/schema/metadata.schema.json‎

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232
"type": "string"
3333
}
3434
},
35-
"required": ["title", "description"]
35+
"required": [
36+
"title",
37+
"description"
38+
]
3639
}
3740
}
3841
},
@@ -53,6 +56,21 @@
5356
},
5457
"type": {
5558
"type": "string"
59+
},
60+
"demos": {
61+
"type": "array",
62+
"items": {
63+
"type": "object",
64+
"properties": {
65+
"name": {
66+
"type": "string"
67+
},
68+
"url": {
69+
"type": "string"
70+
}
71+
},
72+
"required": ["name", "url"]
73+
}
5674
}
5775
},
5876
"required": [
@@ -62,7 +80,8 @@
6280
"i18n",
6381
"tags",
6482
"category",
65-
"type"
83+
"type",
84+
"demos"
6685
]
6786
}
6887
}

‎docs/static/js/main.29430b59.js.map‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)