Skip to content

Commit 48c6992

Browse files
MODINV-1307 Add sourceUri field to Instance (#418)
(cherry picked from commit e7104be)
1 parent d72559e commit 48c6992

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ramls/instance.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"type": "string",
2020
"description": "The human readable ID, also called eye readable ID. A system-assigned sequential ID which maps to the Instance ID"
2121
},
22+
"sourceUri": {
23+
"type": "string",
24+
"description": "A remote URI uniquely identifying the source of the instance"
25+
},
2226
"source": {
2327
"type": "string",
2428
"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)"

0 commit comments

Comments
 (0)