References to the source of the error.

Hierarchy

  • JSONAPIErrorItemSource

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

A string indicating the name of a single request header which caused the error.

parameter?: string

A string indicating which URI query parameter caused the error.

pointer?: string

A JSON pointer to the value in the request document that caused the error.

Generated using TypeDoc