python-openapi/openapi-schema-validator

Pattern validation: error: bad escape \z

kmmbvnr opened this issue · 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.