GoogleCloudApihubV1LintResponse
import type { GoogleCloudApihubV1LintResponse } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
LintResponse contains the response from the linter.
interface GoogleCloudApihubV1LintResponse {
createTime?: Date;
issues?: GoogleCloudApihubV1Issue[];
linter?: "LINTER_UNSPECIFIED" | "SPECTRAL" | "OTHER";
source?: string;
state?: "LINT_STATE_UNSPECIFIED" | "LINT_STATE_SUCCESS" | "LINT_STATE_ERROR";
summary?: GoogleCloudApihubV1SummaryEntry[];
}§Properties
§
issues?: GoogleCloudApihubV1Issue[]
[src]Optional. Array of issues found in the analyzed document.
§
state?: "LINT_STATE_UNSPECIFIED" | "LINT_STATE_SUCCESS" | "LINT_STATE_ERROR"
[src]Required. Lint state represents success or failure for linting.
§
summary?: GoogleCloudApihubV1SummaryEntry[]
[src]Optional. Summary of all issue types and counts for each severity level.