Skip to content

Commit 773d6a5

Browse files
Merge pull request #2594 from ASFHyP3/asjohnston-asf-patch-1
reduce minItems of GUNW reference/secondary lists to one
2 parents 57b3e29 + 0ac8fee commit 773d6a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

job_spec/ARIA_S1_GUNW.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARIA_S1_GUNW:
77
reference:
88
api_schema:
99
type: array
10-
minItems: 2
10+
minItems: 1
1111
maxItems: 3
1212
example:
1313
- S1A_IW_SLC__1SDV_20250127T010136_20250127T010203_057623_07199D_4B63
@@ -23,7 +23,7 @@ ARIA_S1_GUNW:
2323
secondary:
2424
api_schema:
2525
type: array
26-
minItems: 2
26+
minItems: 1
2727
maxItems: 3
2828
example:
2929
- S1A_IW_SLC__1SDV_20250103T010137_20250103T010204_057273_070BB6_CD45

0 commit comments

Comments
 (0)