ConfigureActionWarning
A non-fatal issue detected while applying a Configure Action request.
Properties
fieldstringrequiredThe field name in the request body that this warning refers to.
codestringrequiredMachine-readable warning code. Known values: `unknown_field` (field not in the action's template), `unresolved_reference` (a `{{...}}` reference does not match any known variable on this sheet).
messagestringrequiredHuman-readable warning message suitable for display.
Example
ConfigureActionWarning example
{
"field": "model",
"code": "unknown_field",
"message": "Field 'model' is not recognized by this action and was ignored."
}