Hi,
> What I doing wrong or what I need to fix in me OpenApi def?
The problem is in the definition, the data property of the Response says
that can be of type array but it does not define the items.
Either remove the array type or define the items, but for ZAP it does
not matter the type of the response so you could also just change the
Automation plan to not fail on error.
Best regards.