Categorygithub.com/alecthomas/jsonschema
modulepackage
0.0.0-20220216202328-9eeeec9d044b
Repository: https://github.com/alecthomas/jsonschema.git
Documentation: pkg.go.dev

# README

Maintenance of this project has moved to invopop/jsonschema.

# Packages

No description provided by the author

# Functions

ExtractGoComments will read all the go files contained in the provided path, including sub-directories, in order to generate a dictionary of comments associated with Types and Fields.
Reflect reflects to Schema from a value using the default Reflector.
ReflectFromType generates root schema using the default Reflector.

# Variables

Version is the JSON Schema version.

# Structs

A Reflector reflects values into a Schema.
Schema is the root schema.
Type represents a JSON Schema object type.

# Type aliases

Definitions hold schema definitions.