Skip to content

Commit e471d94

Browse files
committed
Update workbooksMetadataSchema.json
1 parent d31b80f commit e471d94

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.script/utils/schemas/workbooksMetadataSchema.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,22 @@
4040
"type": "string"
4141
}
4242
]
43+
},
44+
"previewImages": {
45+
"type": "array",
46+
"items": [
47+
{
48+
"type": "string"
49+
}
50+
]
51+
},
52+
"previewImagesDark": {
53+
"type": "array",
54+
"items": [
55+
{
56+
"type": "string"
57+
}
58+
]
4359
},
4460
"version": {
4561
"type": "string"

0 commit comments

Comments
 (0)