What should be the defined result of rules checking nested fields inside unset parent fields? Should such rules fail if the parent field is not set?
For example:
- BaseMoving of a MovingObject is not set and there is a rule to check if the field
position inside BaseMoving is set.
- The field vehicle_classification is not set and there is a rule to check if the nested field "type" is set.
What should be the defined result of rules checking nested fields inside unset parent fields? Should such rules fail if the parent field is not set?
For example:
positioninside BaseMoving is set.