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 5483835
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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
6 changes: 3 additions & 3 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 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 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 5483835

Please sign in to comment.