Vonage · JSON-LD Context

Vonage Context

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

0 Classes 19 Properties 14 Namespaces
View Context View on GitHub

Namespaces

vonage: https://developer.vonage.com/api/
xsd: http://www.w3.org/2001/XMLSchema#
Message: https://schema.org/Message
text: https://schema.org/text
recipient: https://schema.org/recipient
sender: https://schema.org/sender
dateSent: https://schema.org/dateSent
messageAttachmentObject: https://schema.org/messageAttachmentObject
Call: https://schema.org/Thing
Verification: https://schema.org/Thing
PhoneNumber: https://schema.org/ContactPoint
telephone: https://schema.org/telephone
Application: https://schema.org/SoftwareApplication
Organization: https://schema.org/Organization

Properties

Property Type Container
vonage:message_uuid string
vonage:message_type string
vonage:channel string
vonage:client_ref string
vonage:status string
vonage:call_uuid string
vonage:call_status string
vonage:call_direction string
vonage:call_duration decimal
vonage:conversation_uuid string
vonage:request_id string
vonage:verify_status string
vonage:msisdn string
vonage:country string
vonage:number_type string
vonage:features @vocab
vonage:app_id string
vonage:capabilities @vocab
vonage:api_key string

JSON-LD Document

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

    "Message": "https://schema.org/Message",
    "text": "https://schema.org/text",
    "recipient": "https://schema.org/recipient",
    "sender": "https://schema.org/sender",
    "dateSent": "https://schema.org/dateSent",
    "messageAttachmentObject": "https://schema.org/messageAttachmentObject",

    "vonage:message_uuid": {"@type": "xsd:string"},
    "vonage:message_type": {"@type": "xsd:string"},
    "vonage:channel": {"@type": "xsd:string"},
    "vonage:client_ref": {"@type": "xsd:string"},
    "vonage:status": {"@type": "xsd:string"},

    "Call": "https://schema.org/Thing",
    "vonage:call_uuid": {"@type": "xsd:string"},
    "vonage:call_status": {"@type": "xsd:string"},
    "vonage:call_direction": {"@type": "xsd:string"},
    "vonage:call_duration": {"@type": "xsd:decimal"},
    "vonage:conversation_uuid": {"@type": "xsd:string"},

    "Verification": "https://schema.org/Thing",
    "vonage:request_id": {"@type": "xsd:string"},
    "vonage:verify_status": {"@type": "xsd:string"},

    "PhoneNumber": "https://schema.org/ContactPoint",
    "telephone": "https://schema.org/telephone",
    "vonage:msisdn": {"@type": "xsd:string"},
    "vonage:country": {"@type": "xsd:string"},
    "vonage:number_type": {"@type": "xsd:string"},
    "vonage:features": {"@type": "@vocab"},

    "Application": "https://schema.org/SoftwareApplication",
    "vonage:app_id": {"@type": "xsd:string"},
    "vonage:capabilities": {"@type": "@vocab"},

    "Organization": "https://schema.org/Organization",
    "vonage:api_key": {"@type": "xsd:string"}
  },
  "@graph": [
    {
      "@id": "https://developer.vonage.com/",
      "@type": "Organization",
      "name": "Vonage",
      "description": "Cloud communications APIs provider (part of Ericsson)",
      "url": "https://developer.vonage.com/"
    }
  ]
}