schemastery-jsonschema
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Schemastery-JSONSchema

This library converts schemastery definition to JSONSchema.

usage:

import convert from 'schemastery-jsonschema';
import Schema from 'schemastery';

const schema = Schema.object({
  foo: Schema.string(),
});
console.log(convert(schema));

Readme

Keywords

none

Package Sidebar

Install

npm i schemastery-jsonschema

Weekly Downloads

14

Version

1.1.0

License

MIT

Unpacked Size

12 kB

Total Files

10

Last publish

Collaborators

  • pandadtdyy
  • undefinedmoe