Versions in this module Expand all Collapse all v3 v3.3.4 Sep 30, 2024 Changes in this version + const DEFAULT_HTTP_SCHEME_HEADER + var ErrNoExample = errors.New("No example found") + var ErrRecursive = errors.New("Recursive schema") + func GenerateParameterFromSecurityScheme(scheme *openapi3.SecuritySchemeRef) (*openapi3.Parameter, error) + func GenerateRequestsFromSchema(schema *openapi3.T, opts formats.InputFormatOptions, ...) error + func GetGlobalParamsForSecurityRequirement(schema *openapi3.T, requirement *openapi3.SecurityRequirements) ([]*openapi3.ParameterRef, error) + type OpenAPIFormat struct + func New() *OpenAPIFormat + func (j *OpenAPIFormat) Name() string + func (j *OpenAPIFormat) Parse(input string, resultsCb formats.ParseReqRespCallback) error + func (j *OpenAPIFormat) SetOptions(options formats.InputFormatOptions)