From 05bc0ed8b8326721488eab6376233919707c7825 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Wed, 11 Oct 2023 17:30:08 +0200 Subject: [PATCH] Minor updates to wording and tooling --- extensions/commercial-data/README.md | 2 +- extensions/commercial-data/openapi.yaml | 8 ++++---- extensions/commercial-data/package.json | 6 +++--- package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/extensions/commercial-data/README.md b/extensions/commercial-data/README.md index 191bd5d8..6e6ae84a 100644 --- a/extensions/commercial-data/README.md +++ b/extensions/commercial-data/README.md @@ -1,6 +1,6 @@ # Commercial Data Extension -The Commercial Data API extension provides an interface for discovering, ordering and using commercial data in the openEO API. +The Commercial Data Extension to the openEO API provides an interface for discovering, ordering and using commercial data in openEO. - Version: **0.1.0** - Stability: **experimental** diff --git a/extensions/commercial-data/openapi.yaml b/extensions/commercial-data/openapi.yaml index c2c2d1a2..00506f60 100644 --- a/extensions/commercial-data/openapi.yaml +++ b/extensions/commercial-data/openapi.yaml @@ -1,10 +1,10 @@ openapi: 3.0.2 info: - title: openEO Commercial Data API extension + title: openEO API - Commercial Data Extension version: 0.1.0 description: >- - The Commercial Data API extension provides an interface for discovering, - ordering and using commercial data in the openEO API. + The Commercial Data Extension to the openEO API provides an interface for discovering, + ordering and using commercial data in openEO. contact: name: openEO Consortium url: 'https://openeo.org' @@ -13,7 +13,7 @@ info: name: Apache 2.0 url: 'http://www.apache.org/licenses/LICENSE-2.0.html' externalDocs: - url: https://github.com/Open-EO/openeo-api/blob/draft/extensions/federation/README.md + url: https://github.com/Open-EO/openeo-api/blob/draft/extensions/commercial-data/README.md tags: - name: Orders description: Management of commercial data orders diff --git a/extensions/commercial-data/package.json b/extensions/commercial-data/package.json index 0fd067ed..aa9bc101 100644 --- a/extensions/commercial-data/package.json +++ b/extensions/commercial-data/package.json @@ -13,12 +13,12 @@ "url": "git+https://github.com/Open-EO/openeo-api.git" }, "devDependencies": { - "@stoplight/spectral": "^5.9.1", - "redoc-cli": "^0.13.18" + "@stoplight/spectral": "^6.6.0", + "redoc-cli": "^0.13.21" }, "scripts": { "start": "redoc-cli serve openapi.yaml --watch --options.expandResponses \"200,201,202,203,204\" --options.pathInMiddlePanel true", - "build": "redoc-cli bundle openapi.yaml -o redoc.html --title \"openEO API\" --cdn --options.expandResponses \"200,201,202,203,204\" --options.pathInMiddlePanel true", + "build": "redoc-cli bundle openapi.yaml -o redoc.html --title \"openEO API - Commercial Data Extension\" --cdn --options.expandResponses \"200,201,202,203,204\" --options.pathInMiddlePanel true", "test": "spectral lint openapi.yaml" } } diff --git a/package.json b/package.json index 8a19865b..dbbb4094 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@stoplight/spectral-cli": "^6.6.0", - "redoc-cli": "^0.13.18" + "redoc-cli": "^0.13.21" }, "scripts": { "start": "redoc-cli serve openapi.yaml --watch --options.expandResponses \"200,201,202,203,204\" --options.pathInMiddlePanel true",