format property

String? format
getter/setter pair

The format of the spec.

Output only. Possible string values are:

  • "FORMAT_UNSPECIFIED" : SpecFile type unspecified.
  • "OPEN_API_SPEC_2_0" : OpenAPI Spec v2.0.
  • "OPEN_API_SPEC_3_0" : OpenAPI Spec v3.0.
  • "OPEN_API_SPEC_3_1" : OpenAPI Spec v3.1.

Implementation

core.String? format;