changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "cars": {
+ "items": {
+ "additionalProperties": true,
+ "description": "One car for sale",
+ "properties": {
+ "carfax_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "condition": {
+ "description": "new, used, or cpo",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "dealer": {
+ "properties": {
+ "city": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "distance_miles": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "state": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "go_url": {
+ "description": "Tracked link to the listing; prefer this when showing a link",
+ "type": "string"
+ },
+ "history": {
+ "properties": {
+ "accidents": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "one_owner": {
+ "type": "boolean"
+ },
+ "owners": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "id": {
+ "type": "string"
+ },
+ "make": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "mileage": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "model": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "price_cents": {
+ "type": "integer"
+ },
+ "title": {
+ "type": "string"
+ },
+ "trim": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "vin": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "year": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "clarifying_question": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "match_count": {
+ "type": "integer"
+ },
+ "missing_field": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "search_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sources_consulted": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "summary": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "cars",
+ "match_count"
+ ],
+ "type": "object"
+}