Skip to content

OpenAPI

mattpolzin edited this page May 23, 2020 · 5 revisions

OpenAPI

The OpenAPI namespace

public enum OpenAPI

Nested Type Aliases

ComponentDictionary

public typealias ComponentDictionary<T> = OrderedDictionary<ComponentKey, T>

SecurityRequirement

If the security scheme is of type "oauth2" or "openIdConnect", then the value is a list of scope names required for the execution. For other security scheme types, the array MUST be empty.

public typealias SecurityRequirement = [JSONReference<SecurityScheme>: [String]]

OpenAPI Spec "Security Requirement Object"

See OpenAPI Security Requirement Object.

Types
Protocols
Global Functions
Extensions

Clone this wiki locally