Metadata-Version: 2.1
Name: jsonsubschema
Version: 0.0.2
Summary: A tool to check whether a JSON schema is subset/subschema of another JSON schema
Home-page: https://github.com/IBM/jsonsubschema
Author: Andrew Habib, Avraham Shinnar, Martin Hirzel
Author-email: andrew.a.habib@gmail.com
License: Apache License 2.0
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: portion
Requires-Dist: greenery
Requires-Dist: jsonschema
Requires-Dist: jsonref

# jsonsubschema

 [![Travis build status](https://travis-ci.com/IBM/jsonsubschema.svg?branch=master)](https://travis-ci.com/IBM/jsonsubschema) [![Codecov code coverage](https://codecov.io/gh/IBM/jsonsubschema/branch/master/graph/badge.svg)](https://codecov.io/gh/IBM/jsonsubschema)


This tool checks if one JSON schema is subtype of another.
For two JSON schemas s1 and s2, s1 <: s2 (reads s1 is subtype/subset or subschema of s2) 
is every instance that validates against s1 also validates against s2.


This project is still in its early stage.

## License

jsonsubschema is distributed under the terms of the Apache 2.0
License, see [LICENSE.txt](LICENSE.txt).

## Contributions

json-subschema is still at an early phase of development and we
welcome contributions. Contributors are expected to submit a
'Developer's Certificate of Origin', which can be found in
[DCO1.1.txt](DCO1.1.txt).


