Hi,
I'm trying to convert existing customer's v2 to v3. The conversion has succeeded but when I validate it afterwards it fails over invalid regex:
"identifier "DeltaMapper[Infant]" is not supported by OpenAPIv3 standard (regexp: "^[a-zA-Z0-9.-]+$")_"
Is there an option to expose const identifierPattern = ^[a-zA-Z0-9._-]+$ @ components.go ?
Tnx