{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "/json-schema/janus/0002/spec.json", "type": "object", "properties": { "version": { "type": "number" }, "application_id": { "type": "string", "format": "uuid" }, "message_id": { "type": "string" }, "vin": { "type": "string" }, "data": { "$ref": "/json-schema/auto-api/0002/spec.json" } }, "additionalProperties": true, "required": [ "version", "application_id", "message_id", "vin", "data" ] }