#CLS16AVEE Response Body is incompatible with the response body schema in the spec file: should NOT have additional properties - itemA mismatched at: .........:
Support ticket case: #00565086
My provider response object contains in this format:
Body:
{
"listAddressCustomerResponse": {
"item":""
},
"*addressCustomerResponse*": {
"itemA": [
{ different objects },
{ different objects }
],
"itemB": [
{ different objects },
{ different objects }
]
}
}
The consumer contract is passing only if I don't mention addressCustomerResponse object which contains the array objects.
Can someone let me know whether the response can contain the array objects within an object.