openapi-schema-validator icon indicating copy to clipboard operation
openapi-schema-validator copied to clipboard

Pattern validation: error: bad escape \z

Open kmmbvnr opened this issue 4 years ago • 0 comments

I've got an issue with validation Django User model schema generated by django-rest-framework

error: bad escape \z

image

To mimic other engines drf changes python '\Z' to '\z` that cause problem with validation on python>3.6

Probably the same problem could happens with any other scheme, came from not-python backend.

kmmbvnr avatar Jan 19 '22 15:01 kmmbvnr