A json document validation tool using gojsonschema. Built so that I could primarily use golang as my toolchain without pulling in other language or OS dependencies.
go build -o gojsonschema-cli main.go
To see help information:
./gojsonschema-cli --help