From 317aad40a29179350875abd69c885f8e423c507f Mon Sep 17 00:00:00 2001 From: siarhei-charniak Date: Tue, 16 Jul 2024 12:31:45 +0300 Subject: [PATCH] fix schemas --- schemas/search/batchIds.json | 16 ++++++++-------- schemas/search/consortiumHoldingCollection.json | 2 +- schemas/search/consortiumItemCollection.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/schemas/search/batchIds.json b/schemas/search/batchIds.json index cd26c1e..d56560d 100644 --- a/schemas/search/batchIds.json +++ b/schemas/search/batchIds.json @@ -17,14 +17,14 @@ "description": "Identifier types", "type": "string", "enum": [ - "ID", - "HRID", - "BARCODE", - "HOLDINGSRECORDID", - "ACCESSIONNUMBER", - "FORMERIDS", - "INSTANCEHRID", - "ITEMBARCODE" + "id", + "hrid", + "accessionNumber", + "formerIds", + "barcode", + "holdingsRecordId", + "instanceHrid", + "itemBarcode" ] } } diff --git a/schemas/search/consortiumHoldingCollection.json b/schemas/search/consortiumHoldingCollection.json index e0015ef..f0e1058 100644 --- a/schemas/search/consortiumHoldingCollection.json +++ b/schemas/search/consortiumHoldingCollection.json @@ -4,7 +4,7 @@ "ConsortiumHoldingCollection": { "type": "object", "properties": { - "consortiumHoldingRecords": { + "holdings": { "description": "List of brief holdings records", "type": "array", "items": { diff --git a/schemas/search/consortiumItemCollection.json b/schemas/search/consortiumItemCollection.json index b2a51cb..9277efd 100644 --- a/schemas/search/consortiumItemCollection.json +++ b/schemas/search/consortiumItemCollection.json @@ -4,7 +4,7 @@ "ConsortiumItemCollection": { "type": "object", "properties": { - "consortiumItemRecords": { + "items": { "description": "List of brief holdings records", "type": "array", "items": {