Hi , I have an array in response . The structure of array elements is different from one another . Not able to write expected body match of consumer test and it is giving error "
No best type found for implicitly typed array " : Following is the response
[2:45 PM] "extension": [
{
"url": "
http://xyz.com/fhir/v1/StructureDefinition/schedulable",
"valueBoolean": true
},
{
"url": "
http://xyz.com/fhir/v1/StructureDefinition/serviceOrganization",
"valueReference": {
"reference": "Organization/Organization-Dept-1",
"display": "myDepartment"
}
}
]
[2:46 PM] How do i verify an array having different structure of elements