Object Data Type v1

An Object contains a value whose exact structure is not fixed by the Property metadata. The value can be null.

Nodes use Object Properties when an input or output can support several concrete data types. Follow the selected Node's contract and inspect the runtime value before assuming that a particular field or conversion is available.

See Array Data Type and JSON Data Type.