From cbf3abdd648d5f771889862be34af3008d5ef061 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 1b80913dbb..64ca7d9088 100644 --- a/ramls/request.json +++ b/ramls/request.json @@ -423,6 +423,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,