Vibes Platform · JSON-LD Context

Vibes Platform Context

JSON-LD context defining the semantic vocabulary for Vibes Platform from Vibes Platform.

38 Classes 4 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Broadcast AcquisitionCampaign SubscriptionList Person Event WalletItem Callback SmsMessage MmsMessage id name description status message_type message_text subscription_list_id mobile_phone external_person_id person_key subscriber_count keyword short_code event_type attributes wallet_type template_id fields callback_type url to from text subject content carrier number_type country_code company_key

Properties

Property Type Container
created_at dateTime
updated_at dateTime
scheduled_at dateTime
sent_at dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://developer-platform.vibes.com/vocab#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Broadcast": "schema:Action",
    "AcquisitionCampaign": "schema:MarketingAction",
    "SubscriptionList": "schema:ItemList",
    "Person": "schema:Person",
    "Event": "schema:Event",
    "WalletItem": "schema:DigitalDocument",
    "Callback": "schema:WebAPI",
    "SmsMessage": "schema:Message",
    "MmsMessage": "schema:Message",

    "id": "@id",
    "name": "schema:name",
    "description": "schema:description",
    "status": "schema:actionStatus",
    "created_at": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "updated_at": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "scheduled_at": {
      "@id": "schema:scheduledTime",
      "@type": "xsd:dateTime"
    },
    "sent_at": {
      "@id": "schema:endTime",
      "@type": "xsd:dateTime"
    },

    "message_type": "schema:encodingFormat",
    "message_text": "schema:text",
    "subscription_list_id": "schema:itemListElement",

    "mobile_phone": "schema:telephone",
    "external_person_id": "schema:identifier",
    "person_key": "schema:identifier",

    "subscriber_count": "schema:numberOfItems",
    "keyword": "schema:keywords",
    "short_code": "schema:identifier",

    "event_type": "schema:additionalType",
    "attributes": "schema:additionalProperty",

    "wallet_type": "schema:encodingFormat",
    "template_id": "schema:isBasedOn",
    "fields": "schema:additionalProperty",

    "callback_type": "schema:additionalType",
    "url": "schema:url",

    "to": "schema:recipient",
    "from": "schema:sender",
    "text": "schema:text",
    "subject": "schema:about",
    "content": "schema:encodesCreativeWork",

    "carrier": "schema:provider",
    "number_type": "schema:additionalType",
    "country_code": "schema:addressCountry",

    "company_key": "schema:identifier"
  }
}