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

    Variable validateConst

    validate: (schemaUri: string) => Promise<EvaluateInstance> & (
        schemaUri: string,
        instance: Json,
        options?: ValidationOptions,
    ) => ValidationResult

    Validate an instance against a schema and get error messages in one step instead of getting output from validation and passing it to jsonSchemaErrors. The function is curried so you can compile the schema one time and evaluate multiple instances against the same compiled schema.

    Ideally, this function should be in @hyperjump/json-schema instead and this will be removed in the future.