Skip to content

NaturalSelectionLabs/jschema

Repository files navigation

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.