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

# 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

# Structs

No description provided by the author
Schema is designed for typescript conversion.
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