@dazl/typescript-schema-to-json-schema
v15.5.0
Published
Utils and types for converting schematic typescript-schema to json-schema
Maintainers
Keywords
Readme
@dazl/typescript-schema-to-json-schema
Utils and types for converting schematic typescript-schema to json-schema.
Main Methods for Conversion
convertSchematicToJsonSchema is the entrypoint to converting a schematic schema into a json-schema.
Self resolving schema
It is not always clear to which depth a schema is interesting to us. This can lead to high entanglement between the watching and disposal on schematic side and the conversion to json schema. The Self resolving schema automatically watches more depth and follows chains of references if needed. To the outside it works and feels like a normal schema.
