Skip to content

OpenAPI_Document_Version

mattpolzin edited this page Oct 1, 2020 · 4 revisions

OpenAPI.Document.Version

The OpenAPI Specification version.

public enum Version

OpenAPIKit only explicitly supports versions that can be found in this enum. Other versions may or may not be decodable by OpenAPIKit to a certain extent.

Inheritance

Codable, String

Enumeration Cases

v3_0_0

case v3_0_0

v3_0_1

case v3_0_1

v3_0_2

case v3_0_2

v3_0_3

case v3_0_3
Types
Protocols
Global Functions
Extensions
Clone this wiki locally