Skip to content

OpenAPI v3 validation fails over identifier regex #270

@heyvister

Description

@heyvister

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions