diff --git a/descriptors/ModuleDescriptor-template.json b/descriptors/ModuleDescriptor-template.json index 4be0708f..7bee39f3 100644 --- a/descriptors/ModuleDescriptor-template.json +++ b/descriptors/ModuleDescriptor-template.json @@ -196,7 +196,7 @@ }, { "id": "request-storage", - "version": "6.3", + "version": "6.2", "handlers": [ { "methods": ["GET"], diff --git a/ramls/request.json b/ramls/request.json index 7238978f..86cb26b0 100644 --- a/ramls/request.json +++ b/ramls/request.json @@ -151,15 +151,6 @@ "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