StyleGuide

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

JSON representation
{
  "name": string,
  "linter": enum (Linter),
  "contents": {
    object (StyleGuideContents)
  }
}
Fields
name

string

Identifier. The name of the style guide.

Format: projects/{project}/locations/{location}/plugins/{plugin}/styleGuide

linter

enum (Linter)

Required. Target linter for the style guide.

contents

object (StyleGuideContents)

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