# README
Overview
A lib to convert existing golang struct into json schema list.
Features:
- No need to modify the existing struct
- Support
anyOf
for interface typing - Support custom type hijack
- Support easy modification of the generated schema
- Support enum type
Usage
Read example for more details.
# Packages
No description provided by the author
# Functions
New Schemas instance.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
JVal can be any valid json value, e.g.
# Type aliases
Hijack is the custom handler for a special type.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author