swagger-api / swagger-core

Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
http://swagger.io
Apache License 2.0
7.37k stars 2.17k forks source link

Structural error should match format "regex" #3610

Open Prateek1915 opened 4 years ago

Prateek1915 commented 4 years ago

Custome Email regex

^[a-zA-Z0-9!#$%&'*+/=?^_{|}~-]+(?:.[a-zA-Z0-9!#$%&'+/=?^_`{|}~-]+)@(?:a-zA-Z0-9?.)+(?:[a-zA-Z]{2,})\b(?<!web)$`

It showing structural error on Swagger UI

valerii-pihalov commented 2 years ago

@Prateek1915 Was this issue resolved?