From 4853b5a9576299f86f4e7b58e91a5b24e95b8045 Mon Sep 17 00:00:00 2001 From: Steve Pousty Date: Thu, 9 May 2024 08:36:09 -0700 Subject: [PATCH] Adding max speed limitation and then setting sensible limites for min and max --- schema/transportation/segment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema/transportation/segment.yaml b/schema/transportation/segment.yaml index 0ed3b86d..1b16f79b 100644 --- a/schema/transportation/segment.yaml +++ b/schema/transportation/segment.yaml @@ -318,7 +318,8 @@ properties: value: description: Speed value type: integer - minimum: 20 + minimum: 1 + maximum: 350 unit: description: Speed unit type: string