diff --git a/ramls/examples/holdings_put.json b/ramls/examples/holdings_put.json index 4e1acccaf..f54777c04 100644 --- a/ramls/examples/holdings_put.json +++ b/ramls/examples/holdings_put.json @@ -20,8 +20,6 @@ "holdingsStatementsForIndexes": [], "holdingsStatementsForSupplements": [], "statisticalCodeIds": [], - "holdingsItems": [], - "bareHoldingsItems": [], "metadata": { "createdDate": "2021-09-17T09:43:23.885+00:00", "createdByUserId": "098321d1-b9cd-5f1c-a004-ffa2bac61f90", diff --git a/ramls/holdings-record.json b/ramls/holdings-record.json index 7e445b7dc..59703980a 100644 --- a/ramls/holdings-record.json +++ b/ramls/holdings-record.json @@ -259,34 +259,6 @@ }, "uniqueItems": true }, - "holdingsItems": { - "description": "Holdings Items", - "type": "array", - "items": { - "type": "object", - "$ref": "item.json" - }, - "readonly": true, - "folio:isVirtual": true, - "folio:linkBase": "inventory/items", - "folio:linkFromField": "id", - "folio:linkToField": "holdingsRecordId", - "folio:includedElement": "items" - }, - "bareHoldingsItems": { - "description": "Bare Holdings Items", - "type": "array", - "items": { - "type": "object", - "$ref": "item.json" - }, - "readonly": true, - "folio:isVirtual": true, - "folio:linkBase": "item-storage/items", - "folio:linkFromField": "id", - "folio:linkToField": "holdingsRecordId", - "folio:includedElement": "items" - }, "holdingsInstance": { "description": "Holdings Instance", "type": "object",