From bb957a8e190f7eeac6a55d79cc333602846320ec Mon Sep 17 00:00:00 2001 From: joe-allen-89 <85872286+joe-allen-89@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:04:22 +0000 Subject: [PATCH] Fix: isObjectId removed from schema to allow external assets to be added (fixes #309) --- schema/component.schema.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/schema/component.schema.json b/schema/component.schema.json index 36f4886..f1ac649 100644 --- a/schema/component.schema.json +++ b/schema/component.schema.json @@ -40,7 +40,6 @@ "properties": { "mp4": { "type": "string", - "isObjectId": true, "title": "MP4 source", "_backboneForms": { "type": "Asset", @@ -49,7 +48,6 @@ }, "ogv": { "type": "string", - "isObjectId": true, "title": "OGV source", "_backboneForms": { "type": "Asset", @@ -58,7 +56,6 @@ }, "webm": { "type": "string", - "isObjectId": true, "title": "WebM source", "_backboneForms": { "type": "Asset", @@ -67,7 +64,6 @@ }, "mp3": { "type": "string", - "isObjectId": true, "title": "MP3 source", "_backboneForms": { "type": "Asset", @@ -94,7 +90,6 @@ }, "poster": { "type": "string", - "isObjectId": true, "title": "Poster frame", "description": "Image displayed before the video is played (except on Vimeo)", "_backboneForms": { @@ -115,7 +110,7 @@ }, "src": { "type": "string", - "isObjectId": true, + "title": "WebVTT source", "_backboneForms": { "type": "Asset", @@ -270,7 +265,6 @@ }, "transcriptLink": { "type": "string", - "isObjectId": true, "title": "Linked transcript file source", "_backboneForms": { "type": "Asset",