A result of a validateSwaggerDocument() call.

interface IValidateSwaggerDocumentResult {
    errors: IValidateSwaggerDocumentError[];
}

Properties

Properties

The errors.

Generated using TypeDoc