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

Hierarchy

  • ValidationErrorMeta

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
field?: string

The field name that caused the error.

id?: string

The ID of the component in which the error occurred.

message: string

The detailed error message.

Generated using TypeDoc