diff --git a/schemas/search/batchIds.json b/schemas/search/batchIds.json index cd26c1e..1b6cf41 100644 --- a/schemas/search/batchIds.json +++ b/schemas/search/batchIds.json @@ -4,7 +4,7 @@ "BatchIdsDto": { "type": "object", "properties": { - "ids": { + "identifierValues": { "description": "Entity IDs", "type": "array", "items": { @@ -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": {