diff --git a/descriptors/ModuleDescriptor-template.json b/descriptors/ModuleDescriptor-template.json index 36ff810b2..933347ec5 100644 --- a/descriptors/ModuleDescriptor-template.json +++ b/descriptors/ModuleDescriptor-template.json @@ -4,7 +4,7 @@ "provides": [ { "id": "inventory", - "version": "13.3", + "version": "14.0", "handlers": [ { "methods": ["GET"], @@ -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", diff --git a/ramls/instance.json b/ramls/instance.json index ee7703fee..24edaa73a 100644 --- a/ramls/instance.json +++ b/ramls/instance.json @@ -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", diff --git a/ramls/inventory.raml b/ramls/inventory.raml index 0b780b512..90d735e09 100644 --- a/ramls/inventory.raml +++ b/ramls/inventory.raml @@ -1,6 +1,6 @@ #%RAML 1.0 title: Inventory API -version: v13.0 +version: v14.0 protocols: [ HTTP, HTTPS ] baseUri: http://localhost