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

0.1.2 • Public • Published

@comet-cli/factory-json-schemas

This package contains the implementation of a JSON Schema factory. It can generate JSON Schemas based on a comet API meta-model.

Usage

import JsonSchemaFactory from '@comet-cli/factory-json-schemas';

async function main() {
  const model = {} // Your API specification meta-model
  const factory = new JsonSchemaFactory();
  await factory.execute(model);
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    2
  • 0.1.1
    2

Package Sidebar

Install

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

Weekly Downloads

4

Version

0.1.2

License

MIT

Unpacked Size

6.08 kB

Total Files

5

Last publish

Collaborators

  • chiiya