Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
},
{
"id": "request-storage",
"version": "6.2",
"version": "6.3",
"handlers": [
{
"methods": ["GET"],
Expand Down
9 changes: 9 additions & 0 deletions ramls/request.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,15 @@
"retrievalServicePointName": {
"description": "Item's location primary service point name",
"type": "string"
},
"loanTypeId": {
"description": "Item's temporary loan type, if any, otherwise item's permanent loan type",
"type": "string",
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"
},
"loanTypeName": {
"description": "Name of item's temporary loan type, if any, otherwise name of item's permanent loan type",
"type": "string"
}
},
"additionalProperties": false
Expand Down