From bcfd0f5ef43918bd07db9355b97734eecde7b7a6 Mon Sep 17 00:00:00 2001 From: Kateryna_Senchenko Date: Mon, 24 Nov 2025 16:36:44 +0200 Subject: [PATCH] MODINV-1307 Add sourceUri field to Instance --- ramls/instance.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ramls/instance.json b/ramls/instance.json index 09f46d2b..3e5dd459 100644 --- a/ramls/instance.json +++ b/ramls/instance.json @@ -19,6 +19,10 @@ "type": "string", "description": "The human readable ID, also called eye readable ID. A system-assigned sequential ID which maps to the Instance ID" }, + "sourceUri": { + "type": "string", + "description": "A remote URI uniquely identifying the source of the instance" + }, "source": { "type": "string", "description": "The metadata source and its format of the underlying record to the instance record. (e.g. FOLIO if it's a record created in Inventory; MARC if it's a MARC record created in MARCcat or EPKB if it's a record coming from eHoldings)"