Skip to content

Commit

Permalink
Bump inventory interface
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanChernetskyi committed Oct 2, 2024
1 parent 57e1264 commit aa31504
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
6 changes: 3 additions & 3 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"provides": [
{
"id": "inventory",
"version": "13.3",
"version": "14.0",
"handlers": [
{
"methods": ["GET"],
Expand Down Expand Up @@ -604,11 +604,11 @@
},
{
"id": "instance-storage",
"version": "10.3 11.0"
"version": "11.0"
},
{
"id": "instance-storage-batch",
"version": "2.0 3.0"
"version": "3.0"
},
{
"id": "holdings-storage",
Expand Down
15 changes: 0 additions & 15 deletions ramls/instance.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,21 +287,6 @@
},
"uniqueItems": true
},
"publicationPeriod": {
"type": "object",
"description": "Publication period",
"properties": {
"start": {
"type": "integer",
"description": "Publication start year"
},
"end": {
"type": "integer",
"description": "Publication end year"
}
},
"additionalProperties": false
},
"electronicAccess": {
"type": "array",
"description": "List of electronic access items",
Expand Down
2 changes: 1 addition & 1 deletion ramls/inventory.raml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#%RAML 1.0
title: Inventory API
version: v13.0
version: v14.0
protocols: [ HTTP, HTTPS ]
baseUri: http://localhost

Expand Down

0 comments on commit aa31504

Please sign in to comment.