@@ -1681,6 +1681,7 @@ components:
16811681 - sentinel-3-olci
16821682 - sentinel-3-olci-l2
16831683 - sentinel-3-slstr
1684+ - sentinel-3-slstr-l2
16841685 - sentinel-5p-l2
16851686 - dem
16861687 - s2gm
@@ -1912,6 +1913,21 @@ components:
19121913 type : string
19131914 enum :
19141915 - sentinel-3-slstr
1916+ S3SlstrL2Dataset :
1917+ title : sentinel-3-slstr-l2
1918+ type : object
1919+ allOf :
1920+ - $ref : ' #/components/schemas/BaseDataset'
1921+ - type : object
1922+ properties :
1923+ dataFilter :
1924+ $ref : ' #/components/schemas/S3SlstrL2Filtering'
1925+ processing :
1926+ $ref : ' #/components/schemas/BaseDatasetProcessing'
1927+ type :
1928+ type : string
1929+ enum :
1930+ - sentinel-3-slstr-l2
19151931 S5PDataset :
19161932 title : sentinel-5p-l2
19171933 type : object
@@ -1971,17 +1987,6 @@ components:
19711987 S2L1CFiltering :
19721988 allOf :
19731989 - $ref : ' #/components/schemas/S2L2AFiltering'
1974- - type : object
1975- properties :
1976- previewMode :
1977- type : string
1978- description : The preview mode
1979- enum :
1980- - DETAIL
1981- - TILE_PREVIEW
1982- - PREVIEW
1983- - EXTENDED_PREVIEW
1984- default : DETAIL
19851990 S1Filtering :
19861991 type : object
19871992 properties :
@@ -2092,6 +2097,29 @@ components:
20922097 enum :
20932098 - ASCENDING
20942099 - DESCENDING
2100+ S3SlstrL2Filtering :
2101+ type : object
2102+ properties :
2103+ timeRange :
2104+ $ref : ' #/components/schemas/TimeRange'
2105+ mosaickingOrder :
2106+ description : >-
2107+ The order in which tiles are overlapped from which the output result
2108+ is mosaicked.
2109+ type : string
2110+ enum :
2111+ - mostRecent
2112+ - leastRecent
2113+ - leastCC
2114+ default : mostRecent
2115+ maxCloudCoverage :
2116+ $ref : ' #/components/schemas/MaxCloudCoverage'
2117+ orbitDirection :
2118+ description : Orbit direction.
2119+ type : string
2120+ enum :
2121+ - ASCENDING
2122+ - DESCENDING
20952123 S5PFiltering :
20962124 type : object
20972125 properties :
@@ -2391,6 +2419,7 @@ components:
23912419 - $ref : ' #/components/schemas/S3OlciDataset'
23922420 - $ref : ' #/components/schemas/S3OlciL2Dataset'
23932421 - $ref : ' #/components/schemas/S3SlstrDataset'
2422+ - $ref : ' #/components/schemas/S3SlstrL2Dataset'
23942423 - $ref : ' #/components/schemas/S5PDataset'
23952424 - $ref : ' #/components/schemas/DEMDataset'
23962425 - $ref : ' #/components/schemas/BYOCDataset'
0 commit comments