Mercedes-Benz Mercedes me · JSON-LD Context

Mercedes Me Context

JSON-LD context defining the semantic vocabulary for Mercedes Me from Mercedes-Benz Mercedes me.

23 Classes 32 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
mb: https://developer.mercedes-benz.com/vocabulary#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Vehicle Brand Organization Place PostalAddress GeoCoordinates Product Service MercedesBenzVehicle VehicleClass VehicleBody VehicleModel Configuration Component Market Dealer DtcReadout Ecu Dtc name description latitude longitude

Properties

Property Type Container
vin string
fin string
vehicleId string
marketId string
modelId string
classId string
bodyId string
configurationId string
onlineCode string
dealerId string
ecuId string
dtcId string
readoutId string
componentCode string
componentType string
selectable boolean
productGroup string
fuelLevel decimal
rangeKm decimal
stateOfCharge decimal
chargingActive boolean
odometer decimal
lockState string
doorStatus string
windowStatus string
tirePressure decimal
url reference
image reference
geo reference
address reference
brand reference
manufacturer reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "mb": "https://developer.mercedes-benz.com/vocabulary#",

    "Vehicle": "schema:Vehicle",
    "Brand": "schema:Brand",
    "Organization": "schema:Organization",
    "Place": "schema:Place",
    "PostalAddress": "schema:PostalAddress",
    "GeoCoordinates": "schema:GeoCoordinates",
    "Product": "schema:Product",
    "Service": "schema:Service",

    "MercedesBenzVehicle": "mb:Vehicle",
    "VehicleClass": "mb:VehicleClass",
    "VehicleBody": "mb:VehicleBody",
    "VehicleModel": "mb:VehicleModel",
    "Configuration": "mb:Configuration",
    "Component": "mb:Component",
    "Market": "mb:Market",
    "Dealer": "mb:Dealer",
    "DtcReadout": "mb:DtcReadout",
    "Ecu": "mb:Ecu",
    "Dtc": "mb:Dtc",

    "vin": {"@id": "schema:vehicleIdentificationNumber", "@type": "xsd:string"},
    "fin": {"@id": "mb:fin", "@type": "xsd:string"},
    "vehicleId": {"@id": "mb:vehicleId", "@type": "xsd:string"},
    "marketId": {"@id": "mb:marketId", "@type": "xsd:string"},
    "modelId": {"@id": "mb:modelId", "@type": "xsd:string"},
    "classId": {"@id": "mb:classId", "@type": "xsd:string"},
    "bodyId": {"@id": "mb:bodyId", "@type": "xsd:string"},
    "configurationId": {"@id": "mb:configurationId", "@type": "xsd:string"},
    "onlineCode": {"@id": "mb:onlineCode", "@type": "xsd:string"},
    "dealerId": {"@id": "mb:dealerId", "@type": "xsd:string"},
    "ecuId": {"@id": "mb:ecuId", "@type": "xsd:string"},
    "dtcId": {"@id": "mb:dtcId", "@type": "xsd:string"},
    "readoutId": {"@id": "mb:readoutId", "@type": "xsd:string"},

    "componentCode": {"@id": "mb:componentCode", "@type": "xsd:string"},
    "componentType": {"@id": "mb:componentType", "@type": "xsd:string"},
    "selectable": {"@id": "mb:selectable", "@type": "xsd:boolean"},
    "productGroup": {"@id": "mb:productGroup", "@type": "xsd:string"},

    "fuelLevel": {"@id": "mb:fuelLevel", "@type": "xsd:decimal"},
    "rangeKm": {"@id": "mb:rangeKm", "@type": "xsd:decimal"},
    "stateOfCharge": {"@id": "mb:stateOfCharge", "@type": "xsd:decimal"},
    "chargingActive": {"@id": "mb:chargingActive", "@type": "xsd:boolean"},
    "odometer": {"@id": "mb:odometer", "@type": "xsd:decimal"},
    "lockState": {"@id": "mb:lockState", "@type": "xsd:string"},
    "doorStatus": {"@id": "mb:doorStatus", "@type": "xsd:string"},
    "windowStatus": {"@id": "mb:windowStatus", "@type": "xsd:string"},
    "tirePressure": {"@id": "mb:tirePressure", "@type": "xsd:decimal"},

    "name": "schema:name",
    "description": "schema:description",
    "url": {"@id": "schema:url", "@type": "@id"},
    "image": {"@id": "schema:image", "@type": "@id"},
    "latitude": "schema:latitude",
    "longitude": "schema:longitude",
    "geo": {"@id": "schema:geo", "@type": "@id"},
    "address": {"@id": "schema:address", "@type": "@id"},
    "brand": {"@id": "schema:brand", "@type": "@id"},
    "manufacturer": {"@id": "schema:manufacturer", "@type": "@id"},

    "xsd": "http://www.w3.org/2001/XMLSchema#"
  }
}