Versions in this module Expand all Collapse all v0 v0.3.0 Aug 24, 2023 Changes in this version + type Info struct + SchemaInfo map[*openapi3.Schema]*SchemaInfo + SchemaValue map[*openapi3.SchemaRef]*openapi3.Schema + func New() *Info + func (i *Info) LookupSchema(ref *openapi3.SchemaRef) *openapi3.Schema + type Link struct + Title string + URL string + type SchemaInfo struct + ID int + Links []Link + Name string + OrderedProperties []string + func (i *SchemaInfo) IsExported() bool