format property

String? format
getter/setter pair

The format of the input specification file contents.

Output only. Possible string values are:

  • "FORMAT_UNSPECIFIED" : The format is not available.
  • "YAML" : YAML format.
  • "JSON" : JSON format.

Implementation

core.String? format;