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

feat(BACK-7910): implement handling of nested fields #128

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

jnicoulaud-ledger
Copy link
Contributor

During resolution, nested fields are:

  • flattened if path points to a struct or array element
  • preserved if path points to an array
  • forbidden if path points to an array slice

During resolution, nested fields are:
 - flattened if path points to a struct or array element
 - preserved if path points to an array
 - forbidden if path points to an array slice
@jnicoulaud-ledger jnicoulaud-ledger requested a review from a team as a code owner October 30, 2024 11:11
@github-actions github-actions bot added documentation Improvements or additions to documentation sources labels Oct 30, 2024
@jnicoulaud-ledger jnicoulaud-ledger merged commit 24948dc into main Oct 30, 2024
5 checks passed
@jnicoulaud-ledger jnicoulaud-ledger deleted the BACK-7910 branch October 30, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation sources
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants