Documentation
¶
Overview ¶
Command jsonschema is the multi-command CLI for the go-rotini/jsonschema package.
Usage:
jsonschema <command> [flags] [args]
Commands:
generate Go type declarations from a JSON Schema bowtie Bowtie cross-implementation conformance-harness connector
generate reads a JSON Schema (from the file argument, or from standard input when no file is given) and writes Go source to standard output, or to the file named by -o:
go tool jsonschema generate -package models -o models.go schema.json
bowtie speaks the Bowtie stdin/stdout JSON protocol (see bowtie.go).
Click to show internal directories.
Click to hide internal directories.