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

    Variable RESOLVER_KEYSConst

    RESOLVER_KEYS: readonly [
        "string",
        "number",
        "boolean",
        "null",
        "enum",
        "object",
        "array",
        "tuple",
        "record",
        "union",
        "discriminatedUnion",
        "conditional",
        "negation",
        "literal",
        "file",
        "never",
        "unknown",
    ] = ...

    Canonical list of resolver keys, one per WalkedField variant. Iterated by the resolver merge helpers so adding a new key here is the single point of change when a new field variant is introduced.