Allianz · JSON Structure

Api Connect Vehicle Structure

Vehicle information for car insurance estimates

Type: object Properties: 4
Financial ServicesInsuranceAsset Management

Vehicle is a JSON Structure definition published by Allianz, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

make model year registration

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/allianz-docs/refs/heads/main/json-structure/api-connect-vehicle-structure.json",
  "description": "Vehicle information for car insurance estimates",
  "properties": {
    "make": {
      "type": "string",
      "description": "Vehicle manufacturer",
      "example": "Toyota"
    },
    "model": {
      "type": "string",
      "description": "Vehicle model name",
      "example": "Camry"
    },
    "year": {
      "type": "int32",
      "description": "Year of manufacture",
      "example": 2022
    },
    "registration": {
      "type": "string",
      "description": "Vehicle registration number",
      "example": "ABC123"
    }
  },
  "name": "Vehicle"
}