package
0.89.1
Repository: https://github.com/ddrake12/kin-openapi.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewSchemaRefForValue is a shortcut for NewGenerator(...).NewSchemaRefForValue(...).
SchemaCustomizer allows customization of the schema that is generated for a field, for example to support an additional tagging scheme.
ThrowErrorOnCycle changes the default behavior of creating cycle refs to instead error if a cycle is detected.
UseAllExportedFields changes the default behavior of only generating schemas for struct fields with a JSON tag.

# Variables

No description provided by the author

# Structs

CycleError indicates that a type graph has one or more possible cycles.
No description provided by the author

# Type aliases

Option allows tweaking SchemaRef generation.
SchemaCustomizerFn is a callback function, allowing the OpenAPI schema definition to be updated with additional properties during the generation process, based on the name of the field, the Go type, and the struct tags.