Data Types

Type Description Example

date

ISO 8601 formatted string.

1990-10-13

datetime

ISO 8601 formatted string.

2016-03-11T03:45:40+00:00

phonenumber

E.164 formatted string.

+19058829891

image

To set: a base64 encoded string.

When read: a hash with keys that are urls to various sizes of the image. Every image will at least have a full_size key which is the image in the same resolution as it was uploaded.

When read:

{
  "full_size": "https://example.com/image.png"
}