Esti Koen

Results 1 issues of Esti Koen

**pattern: '^(?i)one|two|three$'** The regex does not validate. *(?i)* is the issue. It allows case-insensitive pattern match. It causes this error in swagger-editor: Structural error at components.schemas.Session.properties.operation.pattern should match format "regex"...