From 42358374962aad2b87160d5725f052a100f44b28 Mon Sep 17 00:00:00 2001 From: Janis Saldabols Date: Thu, 19 Sep 2024 12:40:00 +0300 Subject: [PATCH] CIRC-2141 Add back Title in schema for requestLevel --- ramls/request.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ramls/request.json b/ramls/request.json index c004ff6509..491928db08 100644 --- a/ramls/request.json +++ b/ramls/request.json @@ -17,7 +17,7 @@ "requestLevel": { "description": "Level of the request - Item or Title", "type": "string", - "enum": ["Item"] + "enum": ["Item", "Title"] }, "requestDate": { "description": "Date the request was made",