@hyperjump/json-schema-errors
    Preparing search index...

    Variable jsonSchemaErrorsConst

    jsonSchemaErrors: (
        errorOutput: OutputFormat,
        schemaUri: string,
        instance: Json,
        options?: JsonSchemaErrorsOptions,
    ) => Promise<JsonSchemaErrors>

    Converts standard JSON Schema validation output into human-oriented, localized messages. Schemas need to be registered with @hyperjump/json-schema's registerSchema function. The default locale is en-US.

    Type Declaration