Clockwise · JSON-LD Context

Clockwise Context

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

20 Classes 0 Properties 3 Namespaces
View Context View on GitHub

Namespaces

clockwise: https://www.getclockwise.com/
api: https://api.getclockwise.com/
aid: https://schema.org/identifier

Classes

FocusTime Meeting SchedulingLink CalendarEvent Team MeetingPreference focusBlocks autopilot holdEventId calendarId userId teamId startTime endTime duration title description status timezone organizationId

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "clockwise": "https://www.getclockwise.com/",
    "api": "https://api.getclockwise.com/",
    "aid": "https://schema.org/identifier",
    "FocusTime": "clockwise:FocusTime",
    "Meeting": "clockwise:Meeting",
    "SchedulingLink": "clockwise:SchedulingLink",
    "CalendarEvent": "clockwise:CalendarEvent",
    "Team": "clockwise:Team",
    "MeetingPreference": "clockwise:MeetingPreference",
    "focusBlocks": "clockwise:focusBlocks",
    "autopilot": "clockwise:autopilot",
    "holdEventId": "clockwise:holdEventId",
    "calendarId": "clockwise:calendarId",
    "userId": "clockwise:userId",
    "teamId": "clockwise:teamId",
    "startTime": "schema:startDate",
    "endTime": "schema:endDate",
    "duration": "schema:duration",
    "title": "schema:name",
    "description": "schema:description",
    "status": "schema:status",
    "timezone": "schema:timezone",
    "organizationId": "clockwise:organizationId"
  },
  "@type": "APIReference",
  "name": "Clockwise API Context",
  "description": "JSON-LD context for the Clockwise AI calendar optimization API. Clockwise was acquired by Salesforce and shut down on March 27, 2026.",
  "url": "https://raw.githubusercontent.com/api-evangelist/clockwise/refs/heads/main/json-ld/clockwise-context.jsonld",
  "provider": {
    "@type": "Organization",
    "name": "Clockwise",
    "url": "https://www.getclockwise.com",
    "foundingDate": "2016",
    "dissolutionDate": "2026-03-27"
  }
}