From 52626b16446f173e2633584de0041f24256baade Mon Sep 17 00:00:00 2001 From: Janis Saldabols Date: Wed, 11 Sep 2024 11:39:17 +0300 Subject: [PATCH] CIRC-2141 Add new field to request schema --- ramls/request.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ramls/request.json b/ramls/request.json index fb0d7b7a08..c004ff6509 100644 --- a/ramls/request.json +++ b/ramls/request.json @@ -433,6 +433,10 @@ "description": "Request fields used for search", "type": "object", "$ref": "request-search-index.json" + }, + "itemLocationCode": { + "description": "Allow specifying item location when creating title-level requests", + "type": "string" } }, "additionalProperties": false,