When creating resources with with nested attributes (an attribute of type `Array`), we have come across the need to validate the class of array members. Example: A `Hand` resource that has an array of `Finger`s
When creating resources with with nested attributes (an attribute of type
Array), we have come across the need to validate the class of array members.Example: A
Handresource that has an array ofFingers