Versions in this module Expand all Collapse all v0 v0.2.1 Dec 8, 2022 Changes in this version + const ApiKeySecSchemaType + const AuthorizationCode + const BasicSecSchemaType + const ClientCredentials + const Implicit + const OAuth2SecSchemaType + const OpenApiV2Source + const OpenApiV3Source + const Password + type Body struct + Content []Content + Description string + Required bool + type Content struct + ContentType string + Schema Schema + type Endpoint struct + Body Body + Consumes string + Description string + Method string + Parameters []Parameter + Path string + Produces string + Responses []Response + Summary string + type OAuthFlow struct + AuthorizationURL string + GrantType string + RefreshURL string + Scopes map[string]string + TokenURL string + type Parameter struct + Description string + In string + Name string + ParamType string + Required bool + Schema Schema + type Response struct + Code int + Content []Content + Description string + type Schema struct + AllowEmpty bool + Example any + Format string + Key string + Nullable bool + Properties []Schema + Type string + type SecuritySchema struct + BearerFormat string + Description string + Flows []OAuthFlow + In string + Key string + Name string + OpenIdConnectUrl string + Type string + type WebApiDescription struct + Description string + DiscoveryDoc url.URL + DiscoverySource string + Endpoints []Endpoint + SecuritySchemes []SecuritySchema + Title string + Version string