Cisco Webex Meetings · JSON-LD Context

Cisco Webex Meetings Context

JSON-LD context defining the semantic vocabulary for Cisco Webex Meetings from Cisco Webex Meetings.

18 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
webex: https://developer.webex.com/vocab/

Classes

Meeting Recording Transcript Participant Invitee Host Site PersonalRoom Poll QandA name title startTime endTime duration joinLink createdAt updatedAt

JSON-LD Document

cisco-webex-meetings-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://apievangelist.com/vocab/cisco-webex-meetings/",
    "schema": "https://schema.org/",
    "webex": "https://developer.webex.com/vocab/",
    "Meeting": "schema:Event",
    "Recording": "schema:VideoObject",
    "Transcript": "schema:CreativeWork",
    "Participant": "schema:Person",
    "Invitee": "schema:Person",
    "Host": "schema:Person",
    "Site": "webex:Site",
    "PersonalRoom": "webex:PersonalRoom",
    "Poll": "webex:Poll",
    "QandA": "webex:QandA",
    "name": "schema:name",
    "title": "webex:title",
    "startTime": "schema:startDate",
    "endTime": "schema:endDate",
    "duration": "schema:duration",
    "joinLink": "webex:joinLink",
    "createdAt": "schema:dateCreated",
    "updatedAt": "schema:dateModified"
  }
}