{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/vehicle-api/refs/heads/main/json-structure/vehicle-api-price-response-structure.json", "name": "PriceResponse", "description": "TMV pricing response for a vehicle style", "type": "object", "properties": { "styleId": { "type": "int32", "example": 401890697 }, "zip": { "type": "string", "example": "90210" }, "tmvPrice": { "$ref": "#/components/schemas/StylePrice" } } }