@comet-cli/plugin-json-schemas
v0.2.0
Published
Plugin for exporting valid JSON Schemas from comet
Downloads
14
Maintainers
Readme
@comet-cli/plugin-json-schemas
This package contains the implementation of a JSON Schema plugin. It can generate JSON Schemas based on a comet API meta-model.
Usage
import JsonSchemaPlugin from '@comet-cli/plugin-json-schemas';
(async () => {
const plugin = new JsonSchemaPlugin();
await plugin.execute(model, config, logger);
})();