OpenApiVersion

enum OpenApiVersion : Enum<OpenApiVersion>

A version of the OpenAPI standard. This only includes the x.y part of the x.y.z version scheme.

Entries

Link copied to clipboard

OpenAPI version 3.0.x

Link copied to clipboard

OpenAPI version 3.1.x

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val version: String

The string that represents this version, in x.y format.