0.2.0 • Published 4 years ago

@comet-cli/plugin-json-schemas v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

@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);
})();