Skip to content

Schema validator #223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
Closed

Schema validator #223

wants to merge 10 commits into from

Conversation

bendichter
Copy link
Contributor

fix #2

@codecov
Copy link

codecov bot commented Dec 29, 2019

Codecov Report

Merging #223 into dev will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #223   +/-   ##
=======================================
  Coverage   73.37%   73.37%           
=======================================
  Files          33       33           
  Lines        6460     6460           
  Branches     1413     1413           
=======================================
  Hits         4740     4740           
  Misses       1294     1294           
  Partials      426      426           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update efbab6f...cd27641. Read the comment docs.

@bendichter
Copy link
Contributor Author

running into this issue: python-jsonschema/jsonschema#313

@bendichter
Copy link
Contributor Author

fix with this work-around: python-jsonschema/jsonschema#313 (comment)

@bendichter
Copy link
Contributor Author

I tried using "allOf" to factor out some common dependencies between types, but that did not mesh well with the "additionalProperties": false constraint, so I unfactored them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

schema yaml validator
1 participant