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

Propagate recursive parent descriptor with ValidationContext #2

Merged
merged 4 commits into from
Jul 26, 2024

Conversation

vassilvk
Copy link
Collaborator

@vassilvk vassilvk commented Jul 26, 2024

Add a parent descriptor to ValidationContext.

A parent descriptor of a value is a map which contains:

  • parent key which points to the value's parent's parent descriptor
  • value key which points to the value of the value's parent

If the value is the top document, its parent descriptor contains no parent or value keys.

@vassilvk vassilvk merged commit 531774d into zillow-master Jul 26, 2024
6 checks passed
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.

2 participants