Skip to content

Commit 680f01c

Browse files
author
jannik brack
committed
update metadata.schema.json
1 parent 9f0bb1a commit 680f01c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

public/schema/metadata.schema.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@
7171
},
7272
"required": ["name", "url"]
7373
}
74+
},
75+
"thumbnail": {
76+
"type": "string"
7477
}
7578
},
7679
"required": [
@@ -81,7 +84,8 @@
8184
"tags",
8285
"category",
8386
"type",
84-
"demos"
87+
"demos",
88+
"thumbnail"
8589
]
8690
}
8791
}

0 commit comments

Comments
 (0)