Skip to content

Add schema composition keywords#48

Open
crmne wants to merge 1 commit into
issue-34-const-validation-keywordfrom
issue-37-schema-composition-keywords
Open

Add schema composition keywords#48
crmne wants to merge 1 commit into
issue-34-const-validation-keywordfrom
issue-37-schema-composition-keywords

Conversation

@crmne

@crmne crmne commented Jun 6, 2026

Copy link
Copy Markdown
Owner

Closes #37

Summary

  • Add all_of support for Draft 2020-12 allOf
  • Add none_of support for JSON Schema not
  • Wrap multiple none_of child schemas in not: { anyOf: [...] }
  • Cover direct and array item composition specs

Verification

  • bundle exec rake

@crmne crmne force-pushed the issue-37-schema-composition-keywords branch from 4883504 to 3eccd8c Compare June 6, 2026 10:35
@crmne crmne changed the base branch from main to issue-34-const-validation-keyword June 6, 2026 10:35
@codecov

codecov Bot commented Jun 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.89%. Comparing base (7ab8ada) to head (3eccd8c).

Additional details and impacted files
@@                          Coverage Diff                          @@
##           issue-34-const-validation-keyword      #48      +/-   ##
=====================================================================
+ Coverage                              94.75%   94.89%   +0.14%     
=====================================================================
  Files                                     12       12              
  Lines                                    381      392      +11     
  Branches                                  75       76       +1     
=====================================================================
+ Hits                                     361      372      +11     
  Misses                                    20       20              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Add schema composition keywords

1 participant