• Transforms JSON schema validation errors and produces an array of error objects with the user-friendly message, context, and severity values. Produced format of messages targets publishing validation.

    Optional options parameter allows granular customizations of resulting objects.

    Type Parameters

    • TSeverity extends string

    • TContext extends string

    Parameters

    Returns DetailedValidationError<TSeverity, TContext>[]

Generated using TypeDoc