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

    Type Alias SchemaType

    SchemaType:
        | "string"
        | "number"
        | "boolean"
        | "null"
        | "enum"
        | "literal"
        | "object"
        | "array"
        | "tuple"
        | "record"
        | "union"
        | "discriminatedUnion"
        | "conditional"
        | "negation"
        | "file"
        | "never"
        | "unknown"

    All schema types the walker can produce. Used as the discriminant in the WalkedField tagged union.