2.1.0 • Published 4 months ago

@tsofist/schema-forge v2.1.0

Weekly downloads
-
License
LGPL-3.0
Repository
-
Last release
4 months ago

Schema Forge

This library is a set of utilities for generating JSON schemas from TypeScript types of your project, as well as for validating data according to these schemas.

Please note: Instruction is under construction

Use ./test-sources directory and *.spec-files for examples.

Generator

You can organize your types and interfaces in such a way that it is they who generate the json-schema. Thus, unnecessary types will not get into the result. You can also control the descriptions of types and the selectivity of interface members and individual types (be careful with these features, they can lead to the impossibility of full validation on the side that will use this data).

How it works?

Main idea is to create type descriptions by whose schemes in the future it will be possible to validate arbitrary data.

Validator

todo

License

This project is licensed under the LGPL-3.0 License – see the LICENSE file for details.

2.1.0

4 months ago

2.0.0

5 months ago

1.34.0

7 months ago

1.33.0

8 months ago

1.32.0

8 months ago

1.32.1

8 months ago

1.31.0

8 months ago

1.30.1

9 months ago

1.29.1

9 months ago

1.30.0

9 months ago

1.29.0

9 months ago

1.28.0

10 months ago

1.25.0

10 months ago

1.26.0

10 months ago

1.27.0

10 months ago

1.24.3

11 months ago

1.24.1

11 months ago

1.24.2

11 months ago

1.15.0

1 year ago

1.19.0

1 year ago

1.18.0

1 year ago

1.17.0

1 year ago

1.16.0

1 year ago

1.21.0

1 year ago

1.20.1

1 year ago

1.22.0

12 months ago

1.21.1

1 year ago

1.20.0

1 year ago

1.23.0

12 months ago

1.24.0

12 months ago

1.14.0

1 year ago

1.12.0

1 year ago

1.11.0

1 year ago

1.10.0

1 year ago

1.9.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.0.2

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago