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!
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:
Is it possible to validate structure with infinite/finite nesting without repeating validation rules for each children?
Thanks!