Skip to content

Commit

Permalink
Adding max speed limitation and then setting sensible limites for min…
Browse files Browse the repository at this point in the history
… and max (#187)
  • Loading branch information
thesteve0 authored and vcschapp committed Jun 12, 2024
1 parent 175ebc8 commit 83d9b5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schema/transportation/segment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ properties:
value:
description: Speed value
type: integer
minimum: 20
minimum: 1
maximum: 350
unit:
description: Speed unit
type: string
Expand Down

0 comments on commit 83d9b5f

Please sign in to comment.