An error in IValidateSwaggerDocumentResult.errors.

interface IValidateSwaggerDocumentError {
    context: ValidateSwaggerDocumentErrorContext;
    instancePath: string;
    message: string;
    type: ValidateSwaggerDocumentErrorType;
}

Properties

The context.

instancePath: string

The instance path.

message: string

The message.

The type.

Generated using TypeDoc