ConfigureActionWarning

A non-fatal issue detected while applying a Configure Action request.

Properties

fieldstringrequired

The field name in the request body that this warning refers to.

codestringrequired

Machine-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).

messagestringrequired

Human-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."
}