Skip to content

Commit 953fe38

Browse files
committed
Updated with all enum members
1 parent 6342c58 commit 953fe38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

services/common/config/adgs_queryables.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ platform:
2222
title: platform
2323
format: string
2424
description: string
25-
enum: ["sentinel-1a", "sentinel-2a"]
25+
enum: ["sentinel-1a", "sentinel-1b", "sentinel-1c", "sentinel-2a", "sentinel-2b", "sentinel-2c", "sentinel-3a", "sentinel-3b", "sentinel-5P"]
2626
constellation:
2727
type: string
2828
title: constellation
2929
format: string
3030
description: string
31-
enum: ["sentinel-1", "sentinel-2"]
31+
enum: ["sentinel-1", "sentinel-2", "sentinel-3", "sentinel-5P"]
3232
Name:
3333
type: string
3434
title: Name

services/common/config/cadip_queryables.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ platform:
2121
type: string
2222
title: platform
2323
format: string
24-
enum: ["sentinel-1a", "sentinel-2a"]
24+
enum: ["sentinel-1a", "sentinel-1b", "sentinel-1c", "sentinel-2a", "sentinel-2b", "sentinel-2c", "sentinel-3a", "sentinel-3b", "sentinel-5P"]
2525
constellation:
2626
type: string
2727
title: constellation
2828
format: string
2929
description: string
30-
enum: ["sentinel-1", "sentinel-2"]
30+
enum: ["sentinel-1", "sentinel-2", "sentinel-3", "sentinel-5P"]
3131
sat:absolute_orbit:
3232
type: string
3333
title: sat:absolute_orbit

0 commit comments

Comments
 (0)