Skip to content

Commit

Permalink
Minor updates to wording and tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Oct 11, 2023
1 parent 9555433 commit cecc3f4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion extensions/commercial-data/README.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
8 changes: 4 additions & 4 deletions extensions/commercial-data/openapi.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions extensions/commercial-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2751,7 +2751,7 @@ paths:
operationId: update-service
description: |-
Modifies an existing secondary web service at the back-end,
but maintain the identifier. Changes can be grouped in a single request.
but maintains the identifier. Changes can be grouped in a single request.
User have to create a new service to change the service type.
tags:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cecc3f4

Please sign in to comment.