Upcoming restrictions for data action input contracts

Summary: We are adding an additional restriction to input contracts for data actions. Input properties will only be allowed to contain alphabetic (a..z,A..Z), numeric (0..9), hyphen (“-“), and underscore (“_”) characters. Property names must start with an alphabetic character. We are making this change because variables that do not follow this convention are incompatible with action templates.

Impact: Any custom data actions with input contracts using property names containing restricted characters will need to be cloned and modified to use a different name. Actions that continue to use property names containing restricted characters will fail due to failing input validation.

Date of Change: On or after February 11, 2019

Impacted APIs: Data Actions API

Hi. Just to check the final date, is it 11/feb/2019?

And a further check : just INPUT schemas, not RESPONSES?

Correct, the change will occur on or after 11/feb/2019 and will only impact input contracts.

1 Like

This topic was automatically closed 62 days after the last reply. New replies are no longer allowed.