Categorygithub.com/NaturalSelectionLabs/jschema
repositorypackage
0.9.3
Repository: https://github.com/naturalselectionlabs/jschema.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# 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.