Motive · JSON-LD Context

Motive Context

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

30 Classes 0 Properties 3 Namespaces
View Context View on GitHub

Namespaces

motive: https://gomotive.com/vocab/
fleet: https://gomotive.com/vocab/fleet/
api: https://developer.gomotive.com/vocab/

Classes

name description url provider documentation Vehicle Driver Fleet HoursOfService ELDLog IFTAReport DashcamEvent Geofence Dispatch FuelPurchase Webhook assetId vehicleId driverId latitude longitude startTime endTime status odometer engineHours violations dutyStatus carrierName dotNumber

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "motive": "https://gomotive.com/vocab/",
    "fleet": "https://gomotive.com/vocab/fleet/",
    "api": "https://developer.gomotive.com/vocab/",
    "name": "name",
    "description": "description",
    "url": "url",
    "provider": "provider",
    "documentation": "documentation",
    "Vehicle": "Vehicle",
    "Driver": "Person",
    "Fleet": "motive:Fleet",
    "HoursOfService": "motive:HoursOfService",
    "ELDLog": "motive:ELDLog",
    "IFTAReport": "motive:IFTAReport",
    "DashcamEvent": "motive:DashcamEvent",
    "Geofence": "motive:Geofence",
    "Dispatch": "motive:Dispatch",
    "FuelPurchase": "motive:FuelPurchase",
    "Webhook": "api:Webhook",
    "assetId": "identifier",
    "vehicleId": "identifier",
    "driverId": "identifier",
    "latitude": "geo",
    "longitude": "geo",
    "startTime": "startDate",
    "endTime": "endDate",
    "status": "status",
    "odometer": "motive:odometer",
    "engineHours": "motive:engineHours",
    "violations": "motive:violations",
    "dutyStatus": "motive:dutyStatus",
    "carrierName": "legalName",
    "dotNumber": "identifier"
  },
  "@type": "APIReference",
  "name": "Motive Fleet API",
  "description": "Core REST API providing access to driver management, vehicle tracking, Hours of Service logs, IFTA trip reports, inspection reports, dashcam events, dispatch workflows, geofencing, messaging, fuel purchases, Motive Card transactions, and webhooks for event-driven integrations.",
  "url": "https://developer.gomotive.com/",
  "provider": {
    "@type": "Organization",
    "name": "Motive",
    "url": "https://gomotive.com/",
    "contactPoint": {
      "@type": "ContactPoint",
      "email": "[email protected]",
      "contactType": "API Support"
    }
  },
  "documentation": "https://developer-docs.gomotive.com/docs/introduction",
  "termsOfService": "https://gomotive.com/legal/api-terms-of-service/",
  "license": "https://gomotive.com/legal/api-terms-of-service/"
}