Type aliases
DataFormat
DataFormat: "int32" | "int64" | "float" | "double" | "byte" | "binary" | "date" | "date-time" | "password"
DataType
DataType: "integer" | "number" | "boolean" | "string" | "array" | "object" | "file"
OAuth2FlowTypes
OAuth2FlowTypes: "authorizationCode" | "implicit" | "password" | "clientCredentials"
OAuthFlow
Parameter
Protocol
Protocol: "http" | "https" | "ws" | "wss"
Security
SupportedSpecMajorVersion
SupportedSpecMajorVersion: 2 | 3