Skip to content

Adds support for $recursiveAnchor and $recursiveRef #835

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

Merged
merged 2 commits into from
Jul 3, 2023
Merged

Conversation

fdutton
Copy link
Contributor

@fdutton fdutton commented Jul 2, 2023

Resolves #507

@codecov-commenter
Copy link

codecov-commenter commented Jul 2, 2023

Codecov Report

Merging #835 (ad453f8) into master (4d51a58) will decrease coverage by 0.32%.
The diff coverage is 64.47%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@             Coverage Diff              @@
##             master     #835      +/-   ##
============================================
- Coverage     78.80%   78.48%   -0.32%     
- Complexity     1197     1213      +16     
============================================
  Files           119      120       +1     
  Lines          3822     3891      +69     
  Branches        731      746      +15     
============================================
+ Hits           3012     3054      +42     
- Misses          524      546      +22     
- Partials        286      291       +5     
Impacted Files Coverage Δ
.../main/java/com/networknt/schema/Version201909.java 100.00% <ø> (ø)
...va/com/networknt/schema/RecursiveRefValidator.java 44.11% <44.11%> (ø)
src/main/java/com/networknt/schema/JsonSchema.java 90.03% <70.58%> (-1.45%) ⬇️
...in/java/com/networknt/schema/CollectorContext.java 77.27% <85.71%> (+0.88%) ⬆️
...main/java/com/networknt/schema/JsonMetaSchema.java 83.46% <100.00%> (+0.13%) ⬆️
...n/java/com/networknt/schema/ValidatorTypeCode.java 96.03% <100.00%> (+0.07%) ⬆️

@stevehu stevehu merged commit 5703036 into master Jul 3, 2023
@stevehu stevehu deleted the issue507 branch July 3, 2023 01:30
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.

$recursiveRef Incorrect For Draft 2019-09
3 participants