Skip to content

Commit

Permalink
fix schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
siarhei-charniak committed Jul 16, 2024
1 parent 8ead281 commit 317aad4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions schemas/search/batchIds.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion schemas/search/consortiumHoldingCollection.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ConsortiumHoldingCollection": {
"type": "object",
"properties": {
"consortiumHoldingRecords": {
"holdings": {
"description": "List of brief holdings records",
"type": "array",
"items": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/search/consortiumItemCollection.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ConsortiumItemCollection": {
"type": "object",
"properties": {
"consortiumItemRecords": {
"items": {
"description": "List of brief holdings records",
"type": "array",
"items": {
Expand Down

0 comments on commit 317aad4

Please sign in to comment.