To verify if each array length of objects in
inspectionScheduleUnitContactArtifactDto
is equal to 0, return true if there is at least one object with a length of 0. Otherwise, return false if all lengths are greater than 0 or if there are no objects with a length of 0.
#example object
{
"id": 218,
"propertyId": 22977,
"inspectionScheduleUnitArtifactDto": [
{
"id": 524,
"inspectionScheduleUnitContactArtifactDto": [
{
"id": 1097,
"inspectionScheduleUnitArtifactId": 524,
"primaryContactName": "fsdfsdf"
}
]
},
{
"id": 525,
"inspectionScheduleUnitContactArtifactDto": [
{
"id": 1100,
"inspectionScheduleUnitArtifactId": 525,
"primaryContactName": "Name"
},
{
"id": 1101,
"inspectionScheduleUnitArtifactId": 525,
"primaryContactName": "342423432"
}
]
},
{
"inspectionScheduleUnitContactArtifactDto": []
}
]
}