Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudApihubV1StyleGuide

import type { GoogleCloudApihubV1StyleGuide } from "https://googleapis.deno.dev/v1/apihub:v1.ts";

Represents a singleton style guide resource to be used for linting Open API specs.

interface GoogleCloudApihubV1StyleGuide {
linter?: "LINTER_UNSPECIFIED" | "SPECTRAL" | "OTHER";
name?: string;
}

§Properties

§

Required. Input only. The contents of the uploaded style guide.

§
linter?: "LINTER_UNSPECIFIED" | "SPECTRAL" | "OTHER"
[src]

Required. Target linter for the style guide.

§
name?: string
[src]

Identifier. The name of the style guide. Format: projects/{project}/locations/{location}/plugins/{plugin}/styleGuide