Toyota · JSON-LD Context

Toyota Context

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

58 Classes 0 Properties 5 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
toyota: https://api.toyota.com/vocab#
auto: https://auto.schema.org/
geo: http://www.w3.org/2003/01/geo/wgs84_pos#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Vehicle vin alias make model year color trim isConnected lastConnectedAt VehicleStatus ignition doorsLocked doorStatus windowStatus lastUpdatedAt VehicleHealth overallStatus oilQuantity warningLights maintenanceRequired ElectricStatus batteryLevel batteryRange fuelLevel fuelRange totalRange chargingStatus pluggedIn estimatedChargeCompleteTime VehicleLocation latitude longitude heading speed isParked timestamp Trip startTime endTime distanceMiles durationMinutes startAddress endAddress route Notification title message isRead severity createdAt ServiceHistory category description serviceDate mileage dealerCode dealerName

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "toyota": "https://api.toyota.com/vocab#",
    "auto": "https://auto.schema.org/",
    "geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Vehicle": "schema:Vehicle",
    "vin": "auto:vehicleIdentificationNumber",
    "alias": "schema:name",
    "make": "schema:brand",
    "model": "schema:model",
    "year": "auto:modelDate",
    "color": "auto:color",
    "trim": "auto:vehicleInteriorColor",
    "isConnected": "toyota:isConnected",
    "lastConnectedAt": "toyota:lastConnectedAt",

    "VehicleStatus": "toyota:VehicleStatus",
    "ignition": "toyota:ignitionState",
    "doorsLocked": "toyota:doorsLocked",
    "doorStatus": "toyota:doorStatus",
    "windowStatus": "toyota:windowStatus",
    "lastUpdatedAt": "schema:dateModified",

    "VehicleHealth": "toyota:VehicleHealth",
    "overallStatus": "toyota:healthStatus",
    "oilQuantity": "toyota:oilLevel",
    "warningLights": "toyota:warningLights",
    "maintenanceRequired": "toyota:maintenanceRequired",

    "ElectricStatus": "toyota:ElectricVehicleStatus",
    "batteryLevel": "toyota:batteryStateOfCharge",
    "batteryRange": "toyota:electricRange",
    "fuelLevel": "toyota:fuelLevel",
    "fuelRange": "toyota:fuelRange",
    "totalRange": "toyota:totalRange",
    "chargingStatus": "toyota:chargingStatus",
    "pluggedIn": "toyota:isPluggedIn",
    "estimatedChargeCompleteTime": "toyota:chargeCompleteTime",

    "VehicleLocation": "geo:Point",
    "latitude": "geo:lat",
    "longitude": "geo:long",
    "heading": "toyota:vehicleHeading",
    "speed": "toyota:vehicleSpeed",
    "isParked": "toyota:isParked",
    "timestamp": "schema:dateModified",

    "Trip": "schema:Trip",
    "startTime": "schema:startDate",
    "endTime": "schema:endDate",
    "distanceMiles": "auto:mileageFromOdometer",
    "durationMinutes": "toyota:tripDuration",
    "startAddress": "schema:departureStop",
    "endAddress": "schema:arrivalStop",
    "route": "schema:itinerary",

    "Notification": "schema:Message",
    "title": "schema:name",
    "message": "schema:text",
    "isRead": "toyota:isRead",
    "severity": "toyota:alertSeverity",
    "createdAt": "schema:dateCreated",

    "ServiceHistory": "toyota:ServiceRecord",
    "category": "schema:additionalType",
    "description": "schema:description",
    "serviceDate": "schema:startDate",
    "mileage": "auto:mileageFromOdometer",
    "dealerCode": "toyota:dealerCode",
    "dealerName": "schema:provider"
  }
}