Skip to content

Commit c426d68

Browse files
authored
Fix: isObjectId removed from schema to allow external assets to be added (fixes #309) (#310)
1 parent 7fb7d7e commit c426d68

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

schema/component.schema.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"properties": {
4141
"mp4": {
4242
"type": "string",
43-
"isObjectId": true,
4443
"title": "MP4 source",
4544
"_backboneForms": {
4645
"type": "Asset",
@@ -49,7 +48,6 @@
4948
},
5049
"ogv": {
5150
"type": "string",
52-
"isObjectId": true,
5351
"title": "OGV source",
5452
"_backboneForms": {
5553
"type": "Asset",
@@ -58,7 +56,6 @@
5856
},
5957
"webm": {
6058
"type": "string",
61-
"isObjectId": true,
6259
"title": "WebM source",
6360
"_backboneForms": {
6461
"type": "Asset",
@@ -67,7 +64,6 @@
6764
},
6865
"mp3": {
6966
"type": "string",
70-
"isObjectId": true,
7167
"title": "MP3 source",
7268
"_backboneForms": {
7369
"type": "Asset",
@@ -94,7 +90,6 @@
9490
},
9591
"poster": {
9692
"type": "string",
97-
"isObjectId": true,
9893
"title": "Poster frame",
9994
"description": "Image displayed before the video is played (except on Vimeo)",
10095
"_backboneForms": {
@@ -115,7 +110,7 @@
115110
},
116111
"src": {
117112
"type": "string",
118-
"isObjectId": true,
113+
119114
"title": "WebVTT source",
120115
"_backboneForms": {
121116
"type": "Asset",
@@ -270,7 +265,6 @@
270265
},
271266
"transcriptLink": {
272267
"type": "string",
273-
"isObjectId": true,
274268
"title": "Linked transcript file source",
275269
"_backboneForms": {
276270
"type": "Asset",

0 commit comments

Comments
 (0)