Skip to content

Commit 9e6b575

Browse files
committed
gen schema again after rebase
1 parent ceaed1d commit 9e6b575

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

dotcom-rendering/src/frontend/schemas/feTagPage.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2242,8 +2242,7 @@
22422242
"type": "string"
22432243
},
22442244
"mimeType": {
2245-
"type": "string",
2246-
"const": "video/mp4"
2245+
"$ref": "#/definitions/SupportedVideoFileType"
22472246
}
22482247
},
22492248
"required": [
@@ -2288,6 +2287,14 @@
22882287
],
22892288
"type": "string"
22902289
},
2290+
"SupportedVideoFileType": {
2291+
"enum": [
2292+
"application/vnd.apple.mpegurl",
2293+
"application/x-mpegURL",
2294+
"video/mp4"
2295+
],
2296+
"type": "string"
2297+
},
22912298
"Audio": {
22922299
"allOf": [
22932300
{

0 commit comments

Comments
 (0)