Skip to content

Commit cb791cd

Browse files
committed
Added url to schema
1 parent 8711fa2 commit cb791cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/schema/template.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"version": {
1717
"type": "string"
1818
},
19+
"url": {
20+
"type": "string"
21+
},
1922
"type": {
2023
"type": "string",
2124
"enum": [
@@ -34,6 +37,7 @@
3437
"name",
3538
"description",
3639
"author",
40+
"url",
3741
"version",
3842
"type"
3943
]

0 commit comments

Comments
 (0)