Skip to content

Commit 05bc0ed

Browse files
committed
Minor updates to wording and tooling
1 parent 9555433 commit 05bc0ed

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

extensions/commercial-data/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Commercial Data Extension
22

3-
The Commercial Data API extension provides an interface for discovering, ordering and using commercial data in the openEO API.
3+
The Commercial Data Extension to the openEO API provides an interface for discovering, ordering and using commercial data in openEO.
44

55
- Version: **0.1.0**
66
- Stability: **experimental**

extensions/commercial-data/openapi.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
openapi: 3.0.2
22
info:
3-
title: openEO Commercial Data API extension
3+
title: openEO API - Commercial Data Extension
44
version: 0.1.0
55
description: >-
6-
The Commercial Data API extension provides an interface for discovering,
7-
ordering and using commercial data in the openEO API.
6+
The Commercial Data Extension to the openEO API provides an interface for discovering,
7+
ordering and using commercial data in openEO.
88
contact:
99
name: openEO Consortium
1010
url: 'https://openeo.org'
@@ -13,7 +13,7 @@ info:
1313
name: Apache 2.0
1414
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
1515
externalDocs:
16-
url: https://github.com/Open-EO/openeo-api/blob/draft/extensions/federation/README.md
16+
url: https://github.com/Open-EO/openeo-api/blob/draft/extensions/commercial-data/README.md
1717
tags:
1818
- name: Orders
1919
description: Management of commercial data orders

extensions/commercial-data/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"url": "git+https://github.com/Open-EO/openeo-api.git"
1414
},
1515
"devDependencies": {
16-
"@stoplight/spectral": "^5.9.1",
17-
"redoc-cli": "^0.13.18"
16+
"@stoplight/spectral": "^6.6.0",
17+
"redoc-cli": "^0.13.21"
1818
},
1919
"scripts": {
2020
"start": "redoc-cli serve openapi.yaml --watch --options.expandResponses \"200,201,202,203,204\" --options.pathInMiddlePanel true",
21-
"build": "redoc-cli bundle openapi.yaml -o redoc.html --title \"openEO API\" --cdn --options.expandResponses \"200,201,202,203,204\" --options.pathInMiddlePanel true",
21+
"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",
2222
"test": "spectral lint openapi.yaml"
2323
}
2424
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@stoplight/spectral-cli": "^6.6.0",
17-
"redoc-cli": "^0.13.18"
17+
"redoc-cli": "^0.13.21"
1818
},
1919
"scripts": {
2020
"start": "redoc-cli serve openapi.yaml --watch --options.expandResponses \"200,201,202,203,204\" --options.pathInMiddlePanel true",

0 commit comments

Comments
 (0)