-
Notifications
You must be signed in to change notification settings - Fork 2
Default Supported Data Types
Hunter Leath edited this page May 17, 2013
·
5 revisions
Airdispatch will ship with several supported data types out of the box. These data types are broken down into packages as seen below.
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
This package represents a user of the system and may include profile information.
airdispatch/user/image
airdispatch/user/name
airdispatch/user/organizations
This packaage represents that a message is part of a message group.
airdispatch/group/id
airdispatch/group/name
This package contains general information about the message.
airdispatch/info/subject
airdispatch/info/priority
This package will contain all of the datatypes defined at Schema.org.