Skip to content

Commit 0d98bba

Browse files
author
Alan Christie
committed
fix: Tests
1 parent a20f512 commit 0d98bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decoder/job-definition-schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ definitions:
150150
type: object
151151
oneOf:
152152
- type: string
153-
pattern: '^([1-9][0-9]{1,3}m$'
153+
pattern: '^[1-9][0-9]{1,3}m$'
154154
- type: integer
155155
minimum: 1
156156
maximum: 99

0 commit comments

Comments
 (0)