Data specification

The supported data types are:

  • list List of objects/values.
  • object Information about an entity.
  • int Integer value.
  • decimal Decimal value.
  • string Text string.
  • date Date in extended ISO 8601 format (yyyy-MM-dd).
  • time Time in extended ISO 8601 format (hh:mm:ss).
  • dateTime Date/Time in extended ISO 8601 format (yyyy-MM-ddThh:mm:ss).
  • timestamp Timestamp.
  • boolean Representation of a truth value.