Skip to content

hydro-dev/schemastery-jsonschema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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));

About

convert schemastery to json-schema

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published