Skip to content
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

Fixed high-level model handling of unevaluatedProperties #145 #146

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

daveshanley
Copy link
Member

unevaluatedProperties was not being handled correctly by the high-level v3 schema. When being rendered down for validation, the correct type on the dynamic value was not being set correctly. This has been resolved without any change in coverage or needing new tests.

`unevaluatedProperties` was not being handled correctly by the high-level v3 schema. When being rendered down for validation, the correct type on the dynamic value was not being set correctly. This has been resolved without any change in coverage or needing new tests.

Signed-off-by: Dave Shanley <dave@quobix.com>
@daveshanley daveshanley marked this pull request as ready for review July 21, 2023 15:13
@codecov
Copy link

codecov bot commented Jul 21, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (d17ae1d) 99.79% compared to head (51d638e) 99.79%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #146   +/-   ##
=======================================
  Coverage   99.79%   99.79%           
=======================================
  Files         146      146           
  Lines       10349    10349           
=======================================
  Hits        10328    10328           
  Misses         21       21           
Flag Coverage Δ
unittests 99.79% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
datamodel/high/base/schema.go 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@daveshanley daveshanley merged commit c638860 into main Jul 21, 2023
3 checks passed
@daveshanley daveshanley deleted the v0.9.5 branch November 4, 2023 20:25
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.

1 participant