Combine multiple JSON Schemas into a single schema which matches instances which are valid for all of the combined schemas, for supporting older JSON Schema versions which lack support for allOf, such Draft 4 used by Swagger/OpenAPI 2.
JavaScript
0
0
MIT License
The `json-schema-intersect` library combines multiple JSON Schemas into a single schema that only validates data satisfying all input schemas, effectively providing a polyfill for the `allOf` keyword. It is designed for developers working with older JSON Schema versions (like Draft 4, used in
Total donated
Undistributed
Share with your subscribers:
Recipients
How the donated funds are distributed
Support the dependencies of kevinoid/json-schema-intersect