Versions in this module Expand all Collapse all v0 v0.1.0 Feb 15, 2026 Changes in this version + type Additional struct + Allow *bool + Schema *Schema + type Bound struct + Exclusive bool + Value float64 + type Callback struct + Extensions map[string]any + PathItems map[string]*PathItem + Ref string + type Components struct + Callbacks map[string]*Callback + Examples map[string]*Example + Extensions map[string]any + Headers map[string]*Header + Links map[string]*Link + Parameters map[string]*Parameter + PathItems map[string]*PathItem + RequestBodies map[string]*RequestBody + Responses map[string]*Response + Schemas map[string]*Schema + SecuritySchemes map[string]*SecurityScheme + type Contact struct + Email string + Extensions map[string]any + Name string + URL string + type Discriminator struct + Mapping map[string]string + PropertyName string + type Encoding struct + AllowReserved bool + ContentType string + Explode bool + Extensions map[string]any + Headers map[string]*Header + Style string + type Example struct + Description string + Extensions map[string]any + ExternalValue string + Ref string + Summary string + Value any + type ExternalDocs struct + Description string + Extensions map[string]any + URL string + type Header struct + AllowEmptyValue bool + Content map[string]*MediaType + Deprecated bool + Description string + Example any + Examples map[string]*Example + Explode bool + Extensions map[string]any + Ref string + Required bool + Schema *Schema + Style string + type Info struct + Contact *Contact + Description string + Extensions map[string]any + License *License + Summary string + TermsOfService string + Title string + Version string + type License struct + Extensions map[string]any + Identifier string + Name string + URL string + type Link struct + Description string + Extensions map[string]any + OperationID string + OperationRef string + Parameters map[string]any + Ref string + RequestBody any + Server *Server + type MediaType struct + Encoding map[string]*Encoding + Example any + Examples map[string]*Example + Extensions map[string]any + Schema *Schema + type OAuthFlow struct + AuthorizationURL string + Extensions map[string]any + RefreshURL string + Scopes map[string]string + TokenURL string + type OAuthFlows struct + AuthorizationCode *OAuthFlow + ClientCredentials *OAuthFlow + Extensions map[string]any + Implicit *OAuthFlow + Password *OAuthFlow + type Operation struct + Callbacks map[string]*Callback + Deprecated bool + Description string + Extensions map[string]any + ExternalDocs *ExternalDocs + OperationID string + Parameters []Parameter + RequestBody *RequestBody + Responses map[string]*Response + Security []SecurityRequirement + Servers []Server + Summary string + Tags []string + type Parameter struct + AllowEmptyValue bool + AllowReserved bool + Content map[string]*MediaType + Deprecated bool + Description string + Example any + Examples map[string]*Example + Explode bool + Extensions map[string]any + In string + Name string + Ref string + Required bool + Schema *Schema + Style string + type PathItem struct + Delete *Operation + Description string + Extensions map[string]any + Get *Operation + Head *Operation + Options *Operation + Parameters []Parameter + Patch *Operation + Post *Operation + Put *Operation + Ref string + Servers []Server + Summary string + Trace *Operation + type RequestBody struct + Content map[string]*MediaType + Description string + Extensions map[string]any + Ref string + Required bool + type Response struct + Content map[string]*MediaType + Description string + Extensions map[string]any + Headers map[string]*Header + Links map[string]*Link + Ref string + type Schema struct + Additional *Additional + AllOf []*Schema + AnyOf []*Schema + Const any + ContentEncoding string + ContentMediaType string + Default any + DependentRequired map[string][]string + Deprecated bool + Description string + Discriminator *Discriminator + Enum []any + Example any + Examples []any + Extensions map[string]any + ExternalDocs *ExternalDocs + Format string + Items *Schema + MaxItems *int + MaxLength *int + MaxProperties *int + Maximum *Bound + MinItems *int + MinLength *int + MinProperties *int + Minimum *Bound + MultipleOf *float64 + Not *Schema + Nullable bool + OneOf []*Schema + Pattern string + PatternProps map[string]*Schema + Properties map[string]*Schema + ReadOnly bool + Ref string + Required []string + Title string + Type string + Unevaluated *Schema + UniqueItems bool + WriteOnly bool + XML *XML + type SecurityRequirement map[string][]string + type SecurityScheme struct + BearerFormat string + Description string + Extensions map[string]any + Flows *OAuthFlows + In string + Name string + OpenIDConnectURL string + Ref string + Scheme string + Type string + type Server struct + Description string + Extensions map[string]any + URL string + Variables map[string]*ServerVariable + type ServerVariable struct + Default string + Description string + Enum []string + Extensions map[string]any + type Spec struct + Components *Components + Extensions map[string]any + ExternalDocs *ExternalDocs + Info Info + Paths map[string]*PathItem + Security []SecurityRequirement + Servers []Server + Tags []Tag + Webhooks map[string]*PathItem + type Tag struct + Description string + Extensions map[string]any + ExternalDocs *ExternalDocs + Name string + type XML struct + Attribute bool + Name string + Namespace string + Prefix string + Wrapped bool