Visteon · JSON-LD Context

Visteon Context

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

39 Classes 2 Properties 2 Namespaces
View Context View on GitHub

Namespaces

visteon: https://developer.visteon.com/phoenix/
auto: https://schema.org/

Classes

VehicleData AudioStatus NavigationRoute Location MediaTrack Display Call speed fuelLevel odometer engineRunning gearPosition address latitude longitude name description id temperature fanSpeed isAcOn isPlaying activeSource volume isMuted isConnected signalStrength batteryLevel eta distanceRemaining timeRemaining isActive title artist album duration resolution orientation brightness

Properties

Property Type Container
hvac
destination auto:Place

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "visteon": "https://developer.visteon.com/phoenix/",
    "auto": "https://schema.org/",

    "VehicleData": "auto:Vehicle",
    "AudioStatus": "visteon:AudioStatus",
    "NavigationRoute": "auto:Trip",
    "Location": "auto:Place",
    "MediaTrack": "auto:MusicRecording",
    "Display": "visteon:Display",
    "Call": "visteon:Call",

    "speed": "auto:speed",
    "fuelLevel": "visteon:fuelLevel",
    "odometer": "auto:mileageFromOdometer",
    "engineRunning": "visteon:engineRunning",
    "gearPosition": "visteon:gearPosition",
    "address": "auto:streetAddress",
    "latitude": "auto:latitude",
    "longitude": "auto:longitude",
    "name": "schema:name",
    "description": "schema:description",
    "id": "@id",

    "hvac": {
      "@id": "visteon:hvac"
    },
    "temperature": "auto:temperature",
    "fanSpeed": "visteon:fanSpeed",
    "isAcOn": "visteon:isAcOn",
    "isPlaying": "visteon:isPlaying",
    "activeSource": "visteon:activeSource",
    "volume": "visteon:volume",
    "isMuted": "visteon:isMuted",
    "isConnected": "visteon:isConnected",
    "signalStrength": "visteon:signalStrength",
    "batteryLevel": "visteon:batteryLevel",
    "destination": {
      "@id": "auto:itinerary",
      "@type": "auto:Place"
    },
    "eta": "auto:arrivalTime",
    "distanceRemaining": "visteon:distanceRemaining",
    "timeRemaining": "visteon:timeRemaining",
    "isActive": "visteon:isActive",
    "title": "schema:name",
    "artist": "schema:artist",
    "album": "schema:inAlbum",
    "duration": "schema:duration",
    "resolution": "visteon:resolution",
    "orientation": "visteon:orientation",
    "brightness": "visteon:brightness"
  }
}