Versions in this module Expand all Collapse all v0 v0.24.0 Mar 28, 2022 Changes in this version + func RewriteSchemaToRef(sp *spec.Swagger, key string, ref spec.Ref) error + func UpdateRef(sp interface{}, key string, ref spec.Ref) error + func UpdateRefWithSchema(sp *spec.Swagger, key string, sch *spec.Schema) error + type DeepestRefResult struct + Ref spec.Ref + Schema *spec.Schema + Warnings []string + func DeepestRef(sp *spec.Swagger, opts *spec.ExpandOptions, ref spec.Ref) (*DeepestRefResult, error)