Searched refs:FromV3SchemaRef (Results 1 – 1 of 1) sorted by relevance
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/getkin/kin-openapi/openapi2conv/ |
H A D | openapi2_conv.go | 710 schemaConv, parameterConv := FromV3SchemaRef(schema, components) 723 func FromV3SchemaRef(schema *openapi3.SchemaRef, components *openapi3.Components) (*openapi3.Schema… func 777 schema.Value.Items, _ = FromV3SchemaRef(v, components) 785 schema.Value.Properties[key], _ = FromV3SchemaRef(schema.Value.Properties[key], components) 788 schema.Value.AdditionalProperties, _ = FromV3SchemaRef(v, components) 791 schema.Value.AllOf[i], _ = FromV3SchemaRef(v, components) 966 result.Schema, _ = FromV3SchemaRef(mediaType.Schema, components) 988 schemaRef, _ = FromV3SchemaRef(schemaRef, components) 1048 result.Schema, _ = FromV3SchemaRef(ct.Schema, components)
|