|
1 | 1 | openapi: 3.0.2 |
2 | 2 | info: |
3 | 3 | title: openEO API |
4 | | - version: 1.2.0 |
| 4 | + version: 1.3.0 |
5 | 5 | description: |- |
6 | 6 | The openEO API specification for interoperable cloud-based processing of large Earth observation datasets. |
7 | 7 |
|
8 | | - **Conformance class:** `https://api.openeo.org/1.2.0` |
| 8 | + **Conformance class:** `https://api.openeo.org/1.3.0` |
9 | 9 |
|
10 | 10 | # API Principles |
11 | 11 |
|
@@ -629,7 +629,7 @@ paths: |
629 | 629 | Version number of the openEO API specification the back-end |
630 | 630 | implements. |
631 | 631 | enum: |
632 | | - - 1.2.0 |
| 632 | + - 1.3.0 |
633 | 633 | backend_version: |
634 | 634 | type: string |
635 | 635 | description: >- |
@@ -1029,9 +1029,9 @@ paths: |
1029 | 1029 | example: |
1030 | 1030 | versions: |
1031 | 1031 | - url: 'https://openeo.example/api/v0' |
1032 | | - api_version: 0.5.1 |
| 1032 | + api_version: 0.4.2 |
1033 | 1033 | - url: 'https://openeo.example/api/v1' |
1034 | | - api_version: 1.2.0 |
| 1034 | + api_version: 1.3.0 |
1035 | 1035 | - url: 'https://dev.openeo.example/api/v2' |
1036 | 1036 | production: false |
1037 | 1037 | api_version: 2.0.0-beta |
@@ -1212,7 +1212,7 @@ paths: |
1212 | 1212 | Otherwise, the implemented functionality can usually be retrieved from |
1213 | 1213 | the [capabilities](#tag/Capabilities/operation/capabilities) in openEO. |
1214 | 1214 |
|
1215 | | - The general openEO conformance class is `https://api.openeo.org/1.2.0`. |
| 1215 | + The general openEO conformance class is `https://api.openeo.org/1.3.0`. |
1216 | 1216 | See the individual openEO API extensions for their conformance classes. |
1217 | 1217 |
|
1218 | 1218 | The conformance classes listed at this endpoint and listed in the |
@@ -1694,7 +1694,7 @@ paths: |
1694 | 1694 | Clients must be able to handle multiple process specification versions at the same time. |
1695 | 1695 | |
1696 | 1696 | This is **not** the openEO API specification version. |
1697 | | - example: 1.2.0 |
| 1697 | + example: 2.0.0 |
1698 | 1698 | processes: |
1699 | 1699 | type: array |
1700 | 1700 | items: |
@@ -3776,16 +3776,16 @@ components: |
3776 | 3776 | implementation conforms to. Conformance classes are commonly used in |
3777 | 3777 | all OGC API standards and the STAC API specification. |
3778 | 3778 |
|
3779 | | - The general openEO conformance class is `https://api.openeo.org/1.2.0`. |
| 3779 | + The general openEO conformance class is `https://api.openeo.org/1.3.0`. |
3780 | 3780 | See the individual openEO API extensions for their conformance classes. |
3781 | 3781 | type: array |
3782 | 3782 | items: |
3783 | 3783 | type: string |
3784 | 3784 | format: uri |
3785 | 3785 | example: |
3786 | | - - https://api.openeo.org/1.2.0 |
| 3786 | + - https://api.openeo.org/1.3.0 |
3787 | 3787 | - https://api.openeo.org/extensions/commercial-data/0.1.0 |
3788 | | - - https://api.openeo.org/extensions/federation/0.1.0 |
| 3788 | + - https://api.openeo.org/extensions/federation/0.2.0 |
3789 | 3789 | - https://api.stacspec.org/v1.0.0/core |
3790 | 3790 | - https://api.stacspec.org/v1.0.0/collections |
3791 | 3791 | udf_runtime: |
@@ -6807,7 +6807,7 @@ components: |
6807 | 6807 |
|
6808 | 6808 | 1. **JSON Web Token (JWT) - RECOMMENDED** |
6809 | 6809 |
|
6810 | | - - Conformance class: `https://api.openeo.org/1.2.0/authentication/jwt` |
| 6810 | + - Conformance class: `https://api.openeo.org/1.3.0/authentication/jwt` |
6811 | 6811 | |
6812 | 6812 | The Bearer token is an access token in [JWT](https://datatracker.ietf.org/doc/html/rfc7519) format |
6813 | 6813 | as defined in RFC 7519. For openEO, it MUST include the issuer in the |
|
0 commit comments