Missive · JSON-LD Context

Missive Context

JSON-LD context defining the semantic vocabulary for Missive from Missive.

77 Classes 0 Properties 5 Namespaces
View Context View on GitHub

Namespaces

missive: https://missiveapp.com/vocab#
api: https://missiveapp.com/docs/developers/
baseUrl: https://public.missiveapp.com/v1/
humanUrl: https://missiveapp.com/docs/developers/rest-api
docsUrl: https://missiveapp.com/docs/developers/

Classes

Conversation Message Draft Comment Post Contact ContactBook ContactGroup AnalyticsReport Attachment MessageField id type subject body preview created_at updated_at first_name last_name notes starred from_field to_fields cc_fields bcc_fields reply_to_fields references in_reply_to external_id name address phone_number username filename extension media_type size url width height assignees shared_labels organization team color message_count last_activity_at closed archived flagged snoozed trashed junked assigned unassigned send send_at auto_followup infos memberships kind value label custom_label contact_book shared group title location department description start end time_zone author mentions

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "missive": "https://missiveapp.com/vocab#",
    "api": "https://missiveapp.com/docs/developers/",

    "Conversation": "missive:Conversation",
    "Message": "missive:Message",
    "Draft": "missive:Draft",
    "Comment": "missive:Comment",
    "Post": "missive:Post",
    "Contact": "schema:Person",
    "ContactBook": "missive:ContactBook",
    "ContactGroup": "missive:ContactGroup",
    "AnalyticsReport": "missive:AnalyticsReport",
    "Attachment": "schema:MediaObject",
    "MessageField": "missive:MessageField",

    "id": "@id",
    "type": "@type",

    "subject": "schema:name",
    "body": "schema:text",
    "preview": "schema:description",
    "created_at": "schema:dateCreated",
    "updated_at": "schema:dateModified",

    "first_name": "schema:givenName",
    "last_name": "schema:familyName",
    "notes": "schema:description",
    "starred": "missive:starred",

    "from_field": "missive:from",
    "to_fields": "missive:to",
    "cc_fields": "missive:cc",
    "bcc_fields": "missive:bcc",
    "reply_to_fields": "missive:replyTo",
    "references": "missive:references",
    "in_reply_to": "missive:inReplyTo",
    "external_id": "missive:externalId",

    "name": "schema:name",
    "address": "schema:email",
    "phone_number": "schema:telephone",
    "username": "schema:identifier",

    "filename": "schema:name",
    "extension": "missive:fileExtension",
    "media_type": "schema:encodingFormat",
    "size": "schema:contentSize",
    "url": "schema:contentUrl",
    "width": "schema:width",
    "height": "schema:height",

    "assignees": "missive:assignees",
    "shared_labels": "missive:sharedLabels",
    "organization": "missive:organization",
    "team": "missive:team",
    "color": "missive:color",
    "message_count": "missive:messageCount",
    "last_activity_at": "missive:lastActivityAt",
    "closed": "missive:closed",
    "archived": "missive:archived",
    "flagged": "missive:flagged",
    "snoozed": "missive:snoozed",
    "trashed": "missive:trashed",
    "junked": "missive:junked",
    "assigned": "missive:assigned",
    "unassigned": "missive:unassigned",

    "send": "missive:send",
    "send_at": "missive:sendAt",
    "auto_followup": "missive:autoFollowup",

    "infos": "missive:contactInfos",
    "memberships": "missive:memberships",
    "kind": "missive:kind",
    "value": "rdf:value",
    "label": "schema:name",
    "custom_label": "missive:customLabel",

    "contact_book": "missive:contactBook",
    "shared": "missive:shared",
    "group": "missive:group",
    "title": "schema:jobTitle",
    "location": "schema:location",
    "department": "schema:department",
    "description": "schema:description",

    "start": "schema:startDate",
    "end": "schema:endDate",
    "time_zone": "schema:temporalCoverage",

    "author": "schema:author",
    "mentions": "missive:mentions",

    "baseUrl": "https://public.missiveapp.com/v1/",
    "humanUrl": "https://missiveapp.com/docs/developers/rest-api",
    "docsUrl": "https://missiveapp.com/docs/developers/"
  }
}