We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42236ef + 820b01f commit c5a45b4Copy full SHA for c5a45b4
1 file changed
openapi.yaml
@@ -1493,8 +1493,8 @@ paths:
1493
'instruments':
1494
- MSI
1495
'eo:cloud_cover':
1496
- min: 0
1497
- max: 75
+ minimum: 0
+ maximum: 75
1498
'sat:orbit_state':
1499
- ascending
1500
- descending
@@ -1553,8 +1553,8 @@ paths:
1553
center_wavelength: 2.2024
1554
gsd: 20
1555
'proj:epsg':
1556
- min: 32601
1557
- max: 32660
+ minimum: 32601
+ maximum: 32660
1558
assets:
1559
thumbnail:
1560
href: 'https://openeo.example/api/v1/collections/Sentinel-2/thumbnail.png'
0 commit comments