From 37aed0104780d18a6ef76adbe38d9caebc8221c9 Mon Sep 17 00:00:00 2001 From: "Gustavo H. X. Shiroma" Date: Sat, 9 Sep 2023 15:14:38 -0700 Subject: [PATCH] product version can be str or num --- src/rtc/schemas/rtc_s1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rtc/schemas/rtc_s1.yaml b/src/rtc/schemas/rtc_s1.yaml index 7175a755..9c2798d4 100644 --- a/src/rtc/schemas/rtc_s1.yaml +++ b/src/rtc/schemas/rtc_s1.yaml @@ -40,7 +40,7 @@ runconfig: processing_type: enum('NOMINAL', 'URGENT', 'CUSTOM', 'UNDEFINED', required=False) - product_version: str(required=False) + product_version: any(str(), num(), required=False) # Directory where PGE will place results product_path: str()