You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ramls/instance.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@
19
19
"type": "string",
20
20
"description": "The human readable ID, also called eye readable ID. A system-assigned sequential ID which maps to the Instance ID"
21
21
},
22
+
"sourceUri": {
23
+
"type": "string",
24
+
"description": "A remote URI uniquely identifying the source of the instance"
25
+
},
22
26
"source": {
23
27
"type": "string",
24
28
"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