Skip to content

Commit 820b01f

Browse files
committed
Fix example #493
1 parent 3341922 commit 820b01f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,8 +1493,8 @@ paths:
14931493
'instruments':
14941494
- MSI
14951495
'eo:cloud_cover':
1496-
min: 0
1497-
max: 75
1496+
minimum: 0
1497+
maximum: 75
14981498
'sat:orbit_state':
14991499
- ascending
15001500
- descending
@@ -1553,8 +1553,8 @@ paths:
15531553
center_wavelength: 2.2024
15541554
gsd: 20
15551555
'proj:epsg':
1556-
min: 32601
1557-
max: 32660
1556+
minimum: 32601
1557+
maximum: 32660
15581558
assets:
15591559
thumbnail:
15601560
href: 'https://openeo.example/api/v1/collections/Sentinel-2/thumbnail.png'

0 commit comments

Comments
 (0)