loopback-json-schema-builder
JSON →Converts LoopBack model definitions into JSON Schema objects for use with form generation libraries like Angular Schema Form. Version 0.0.8 is the latest and was last updated in 2017; the package is unmaintained and has no recent releases. It provides both a CLI and an API to load all models from a LoopBack app or a single model. Unlike alternatives that convert JSON Schema to LoopBack models (e.g., loopback-jsonschema), this package does the reverse direction. It requires a running LoopBack application to introspect models and has no dependencies other than a LoopBack app instance.