Skip to content

Default Supported Data Types

Hunter Leath edited this page May 17, 2013 · 5 revisions

Data Types

Airdispatch will ship with several supported data types out of the box. These data types are broken down into packages as seen below.

airdispatch/text

This package represents text in a message. It is broken down by the encoding type:

  • airdispatch/text/ascii
  • airdispatch/text/utf8
  • airdispatch/text/utf16
  • airdispatch/text/markdown

airdispatch/attachment

airdispatch/user

This package represents a user of the system and may include profile information.

  • airdispatch/user/image
  • airdispatch/user/name
  • airdispatch/user/organizations

airdispatch/group

This packaage represents that a message is part of a message group.

  • airdispatch/group/id
  • airdispatch/group/name

airdispatch/info

This package contains general information about the message.

  • airdispatch/info/subject
  • airdispatch/info/priority

schema

This package will contain all of the datatypes defined at Schema.org.