1.0.3 • Published 12 months ago

@nlighten/json-schema-utils v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 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.0.3

12 months ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago