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

    Type Alias ErrorObject

    Represents a single validation error with message and schema location information.

    type ErrorObject = {
        alternatives?: ErrorObject[][];
        instanceLocation: string;
        message: string;
        schemaLocations: string[];
    }
    Index

    Properties

    alternatives?: ErrorObject[][]
    instanceLocation: string
    message: string
    schemaLocations: string[]