You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validate Payloads is true in my inflector.yaml file.
I am generating a response payload that is missing a required field, but no error is being throw , neither in logs or on the API.
Validate Payloads is true in my inflector.yaml file.
I am generating a response payload that is missing a required field, but no error is being throw , neither in logs or on the API.
My inflector.yaml file:
My API definition on swagger.yaml:
The object that my code is generating:
[ { "name": "Standard Practitioners" }, { "name": "Custom Group 1" } ]
Missing the required groupoid field, but no error happens.
The text was updated successfully, but these errors were encountered: