Flowdock (Discontinued) · JSON-LD Context

Flowdock Context

JSON-LD context defining the semantic vocabulary for Flowdock from Flowdock (Discontinued).

Flowdock Context is a JSON-LD context published by Flowdock (Discontinued) on the APIs.io network.

It defines 34 semantic classes.

Top classes include Flow, Message, Thread, Source, Invitation, and 29 more. Namespace prefixes: flowdock. Tagged areas include Team Chat, Team Inbox, Collaboration, Real-Time Messaging, and Integrations.

34 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

flowdock: https://raw.githubusercontent.com/api-evangelist/flowdock/main/vocabulary/flowdock-vocabulary.yml#

Classes

Flow Message Thread Source Invitation Organization User PrivateConversation id name email nick avatar website url web_url created_at edited sent event content tags attachments organization user flow thread_id parameterized_name access_mode open joined unread_mentions subscription application

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "flowdock": "https://raw.githubusercontent.com/api-evangelist/flowdock/main/vocabulary/flowdock-vocabulary.yml#",
    "Flow": "flowdock:Flow",
    "Message": "flowdock:Message",
    "Thread": "flowdock:Thread",
    "Source": "flowdock:Source",
    "Invitation": "flowdock:Invitation",
    "Organization": "schema:Organization",
    "User": "schema:Person",
    "PrivateConversation": "flowdock:PrivateConversation",
    "id": "schema:identifier",
    "name": "schema:name",
    "email": "schema:email",
    "nick": "schema:alternateName",
    "avatar": "schema:image",
    "website": "schema:url",
    "url": "schema:url",
    "web_url": "schema:url",
    "created_at": "schema:dateCreated",
    "edited": "schema:dateModified",
    "sent": "flowdock:sentAt",
    "event": "flowdock:eventType",
    "content": "schema:text",
    "tags": "schema:keywords",
    "attachments": "schema:associatedMedia",
    "organization": "schema:memberOf",
    "user": "schema:author",
    "flow": "flowdock:flow",
    "thread_id": "flowdock:thread",
    "parameterized_name": "flowdock:slug",
    "access_mode": "flowdock:accessMode",
    "open": "flowdock:isOpen",
    "joined": "flowdock:isJoined",
    "unread_mentions": "flowdock:unreadMentions",
    "subscription": "flowdock:subscription",
    "application": "schema:SoftwareApplication"
  }
}