{ "@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#" } }