Skip to content

Commit 5fbe52b

Browse files
committed
Updated API from documentation release
1 parent d33ba33 commit 5fbe52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-specs/test/types/scalars.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ types:
5656
description: Description Text including rendered *markdown*.
5757
minLength: 1
5858
maxLength: 70909
59-
pattern: '[0-9|-]+'
59+
pattern: ^[0-9|-]+$
6060
example: !include ../examples/string-test-type.json
6161
BooleanTestType:
6262
properties:

0 commit comments

Comments
 (0)