From 52fa4f8df1d893475af89a8302953ea0497e29e5 Mon Sep 17 00:00:00 2001 From: Roman_Barannyk Date: Thu, 7 Mar 2024 11:22:15 +0200 Subject: [PATCH] CIRC-2036 update schema with displaySummary field --- ramls/loan.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ramls/loan.json b/ramls/loan.json index 5a8d7bc1d5..7aecea47b6 100644 --- a/ramls/loan.json +++ b/ramls/loan.json @@ -234,6 +234,10 @@ "type": "string", "readonly": true }, + "displaySummary": { + "description": "Display summary about the item", + "type": "string" + }, "volume": { "description": "Item`s volume", "type": "string",