@comet-cli/plugin-json-schemas
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

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

/@comet-cli/plugin-json-schemas/

    Package Sidebar

    Install

    npm i @comet-cli/plugin-json-schemas

    Weekly Downloads

    0

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    31.4 kB

    Total Files

    6

    Last publish

    Collaborators

    • elishawitte