Represents a single validation error, including a human-readable title and metadata.

Hierarchy

  • ValidationError

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Describes additional metadata for validation errors, including field names and error messages.

title: string

A short, human-readable summary of the error.

Generated using TypeDoc