-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hello!
Could you, please, describe or provide some example of how can I validate nested data structure (parent->children->children and so on)? Can't figure the best way without repeating the same validation rule for field.
For example, we have the next nested structure:
{
id
title
children {
id
title
children {....}
}
}
Is it possible to validate structure with infinite/finite nesting without repeating validation rules for each children?
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels