Convert regex '\Z' to '$'
See https://github.com/swagger-api/swagger-editor/issues/1601.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user