Skip to content

Commit 6342c58

Browse files
committed
Test enums in config
1 parent 9a4dec8 commit 6342c58

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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-2a"]
2526
constellation:
2627
type: string
2728
title: constellation
2829
format: string
2930
description: string
31+
enum: ["sentinel-1", "sentinel-2"]
3032
Name:
3133
type: string
3234
title: Name

services/common/config/cadip_queryables.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ platform:
2121
type: string
2222
title: platform
2323
format: string
24-
description: string
24+
enum: ["sentinel-1a", "sentinel-2a"]
2525
constellation:
2626
type: string
2727
title: constellation
2828
format: string
2929
description: string
30+
enum: ["sentinel-1", "sentinel-2"]
3031
sat:absolute_orbit:
3132
type: string
3233
title: sat:absolute_orbit

0 commit comments

Comments
 (0)