# Packages
No description provided by the author
# Functions
No description provided by the author
CopySchema as SchemaOf returns pointer, so deepcopy the schema the pointer points.
ElementType get element type string from slice.
IsBuiltin check whether field is built-in type https://pkg.go.dev/builtin or not.
IsEnum check whether field is enum.
No description provided by the author
No description provided by the author
IsStruct check whether field is struct type.
No description provided by the author
No description provided by the author
NewSchema new schema from astutils.StructMeta.
No description provided by the author
SchemaOf reference https://golang.org/pkg/builtin/ type bool type byte type complex128 type complex64 type error type float32 type float64 type int type int16 type int32 type int64 type int8 type rune type string type uint type uint16 type uint32 type uint64 type uint8 type uintptr.
No description provided by the author
# Variables
No description provided by the author
SchemaNames schema names from components of OpenAPI3.0 json document also struct names from vo package.
Schemas from components of OpenAPI3.0 json document.