Skip to content

Commit b0f5242

Browse files
authored
Merge pull request #966 from RS-PYTHON/fix/stac_browser_enum
Fix: STAC browser enum
2 parents 9a4dec8 + a6dbad8 commit b0f5242

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

services/common/config/adgs_queryables.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ platform:
2222
title: platform
2323
format: string
2424
description: string
25+
enum: ["sentinel-1a", "sentinel-1b", "sentinel-1c", "sentinel-2a", "sentinel-2b", "sentinel-2c", "sentinel-3a", "sentinel-3b", "sentinel-5P"]
2526
constellation:
2627
type: string
2728
title: constellation
2829
format: string
2930
description: string
31+
enum: ["sentinel-1", "sentinel-2", "sentinel-3", "sentinel-5P"]
3032
Name:
3133
type: string
3234
title: Name

services/common/config/cadip_queryables.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ platform:
2222
title: platform
2323
format: string
2424
description: string
25+
enum: ["sentinel-1a", "sentinel-1b", "sentinel-1c", "sentinel-2a", "sentinel-2b", "sentinel-2c", "sentinel-3a", "sentinel-3b", "sentinel-5P"]
2526
constellation:
2627
type: string
2728
title: constellation
2829
format: string
2930
description: string
31+
enum: ["sentinel-1", "sentinel-2", "sentinel-3", "sentinel-5P"]
3032
sat:absolute_orbit:
3133
type: string
3234
title: sat:absolute_orbit

0 commit comments

Comments
 (0)