Compile JSONSchema to TypeScript type declarations
json2ts
$ json2ts -i schema.json -o types.ts
$ json2ts -i schema.json -o types.ts --namespace MyTypes
$ cat schema.json | json2ts