Skip to content

Commit

Permalink
Remove "holdingsItems" and "bareHoldingsItems" from Holdings schema
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaSenchenko committed Dec 4, 2023
1 parent 14bfd3f commit 31595c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
2 changes: 0 additions & 2 deletions ramls/examples/holdings_put.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
28 changes: 0 additions & 28 deletions ramls/holdings-record.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 31595c2

Please sign in to comment.