From 17205cd504b1b358bf5f7da03018853dd5830c8e Mon Sep 17 00:00:00 2001 From: joe-allen-89 <85872286+joe-allen-89@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:55:47 +0000 Subject: [PATCH] Fix: isObjectId removed from schema to allow external assets to be added (#126) --- schema/contentobject.schema.json | 1 - schema/course.schema.json | 1 - 2 files changed, 2 deletions(-) diff --git a/schema/contentobject.schema.json b/schema/contentobject.schema.json index 429349b..1281564 100644 --- a/schema/contentobject.schema.json +++ b/schema/contentobject.schema.json @@ -67,7 +67,6 @@ }, "_link": { "type": "string", - "isObjectId": true, "title": "Source", "_backboneForms": "Asset" } diff --git a/schema/course.schema.json b/schema/course.schema.json index fa8b6fe..4f6cd0f 100644 --- a/schema/course.schema.json +++ b/schema/course.schema.json @@ -410,7 +410,6 @@ }, "_link": { "type": "string", - "isObjectId": true, "title": "Source", "_backboneForms": "Asset" },