type-annotation-to-json-schema
v1.0.0
Published
generate JSON schemas from Flow or TypeScript type annotations
Downloads
1,294
Readme
type-annotation-to-json-schema
Generates JSON schemas from Flow and TypeScript type annotations.
CLI
type-annotation-to-json-schema <file> <identifier>
convert a type to JSON Schema
Positionals:
file
identifier
Options:
--version Show version number [boolean]
--help Show help [boolean]
--defaultExact whether to treat ambiguously exact objects as exact or inexact
[boolean]