fastapi_client icon indicating copy to clipboard operation
fastapi_client copied to clipboard

Generator doesn't support openapi regex pattern

Open VijayM02 opened this issue 3 years ago • 0 comments

If we provide regex pattern in openapi schema components, say a password field has pattern as - (?=.*[A-Z]), Generated Pydantic models doesn't have this pattern.

VijayM02 avatar Mar 16 '21 07:03 VijayM02