changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "all_attributes": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "description": "All decoded attributes as key-value pairs",
+ "type": "object"
+ },
+ "body_class": {
+ "description": "Body class/style",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "doors": {
+ "description": "Number of doors",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "drive_type": {
+ "description": "Drive type (AWD, FWD, RWD, etc.)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "engine_cylinders": {
+ "description": "Number of engine cylinders",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "engine_displacement_l": {
+ "description": "Engine displacement in liters",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "fuel_type_primary": {
+ "description": "Primary fuel type",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "make": {
+ "description": "Vehicle make/manufacturer name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "manufacturer": {
+ "description": "Manufacturer name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "model": {
+ "description": "Vehicle model name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "model_year": {
+ "description": "Model year",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "plant_country": {
+ "description": "Country where vehicle was manufactured",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "transmission": {
+ "description": "Transmission style",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "trim": {
+ "description": "Vehicle trim level",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "vehicle_type": {
+ "description": "Type of vehicle",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "vin": {
+ "description": "VIN in uppercase",
+ "type": "string"
+ }
+ },
+ "required": [
+ "vin",
+ "make",
+ "model",
+ "model_year",
+ "trim",
+ "vehicle_type",
+ "body_class",
+ "doors",
+ "drive_type",
+ "fuel_type_primary",
+ "engine_cylinders",
+ "engine_displacement_l",
+ "transmission",
+ "plant_country",
+ "manufacturer",
+ "all_attributes"
+ ],
+ "type": "object"
+}