Skip to content

Commit

Permalink
Merge pull request #921 from jcoyne/jcoyne-patch-1-3
Browse files Browse the repository at this point in the history
Items permanentLocation should be a kind of Location
  • Loading branch information
julianladisch authored Sep 26, 2023
2 parents 38a56dc + 3107dd3 commit 1cb0664
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ramls/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,13 @@
"permanentLocation": {
"description": "The permanent shelving location in which an item resides",
"type": "object",
"readonly": true
"folio:$ref": "location.json",
"readonly": true,
"folio:isVirtual": true,
"folio:linkBase": "locations",
"folio:linkFromField": "permanentLocationId",
"folio:linkToField": "id",
"folio:includedElement": "locations.0"
},
"temporaryLocationId": {
"type": "string",
Expand Down

0 comments on commit 1cb0664

Please sign in to comment.