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

    Interface UnrepresentableZodSchemaError

    Brand returned in place of a rejected Zod input. The descriptive literal is what TypeScript displays when the rejection fires, so developers see why their schema is incompatible.

    interface UnrepresentableZodSchemaError {
        __schemaComponentsError: "Zod 4 type has no JSON Schema representation. See SchemaNormalisationError code 'zod-type-unrepresentable'.";
    }
    Index

    Properties

    __schemaComponentsError: "Zod 4 type has no JSON Schema representation. See SchemaNormalisationError code 'zod-type-unrepresentable'."