Skip to content

OpenAPI_Document_Version

mattpolzin edited this page Jun 11, 2021 · 4 revisions

OpenAPI.Document.Version

The OpenAPI Specification version.

public enum Version: String, Codable 

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 = "3.0.0"

v3_0_1

case v3_0_1 = "3.0.1"

v3_0_2

case v3_0_2 = "3.0.2"

v3_0_3

case v3_0_3 = "3.0.3"
Types
Protocols
Global Functions
Extensions
Clone this wiki locally