1.1.0 • Published 8 months ago

@nlighten/json-schema-utils v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

json-schema-utils

npm.io Build

Various utilities for handling JSON Schemas (parse, join, generate, samples)

Installation

npm install @nlighten/json-schema-utils

API

JSONSchemaUtils: {
    join: (pathsDescriptors: { targetPath: string; type: TypeSchema; }[], options?: JoinOptions) => TypeSchema;
    parse: (schema: TypeSchema, options?: ParsingOptions) => ParsedSchema;
    generate: (value: any, options?: GenerateSchemaOptions) => TypeSchema;
};

License

MIT

1.1.0

8 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago