Convert regex '\Z' to '$'

See https://github.com/swagger-api/swagger-editor/issues/1601.
This commit is contained in:
Cristi Vîjdea
2017-12-27 03:00:47 +01:00
parent 1aaec6b3e5
commit c85acee405
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -1108,7 +1108,7 @@ definitions:
items:
type: string
format: slug
pattern: ^[-a-zA-Z0-9_]+\Z
pattern: ^[-a-zA-Z0-9_]+$
readOnly: true
readOnly: true
uniqueItems: true