Detailed reason of the error.

interface IReason {
    accessor: string;
    message: string;
    schema: OpenApi.IJsonSchema;
}

Properties

accessor: string

Accessor to the schema.

message: string

Message of the reason.

Schema that caused the error.