schema-components - v3.7.0
    Preparing search index...

    Type Alias JsonSchemaDraft

    JsonSchemaDraft:
        | "draft-04"
        | "draft-06"
        | "draft-07"
        | "draft-2019-09"
        | "draft-2020-12"

    JSON Schema draft and OpenAPI version detection.

    Detects the version from $schema URIs and OpenAPI openapi/swagger fields. Used by the normaliser to apply version-specific transformations before the walker processes the schema.