{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DataResponseContainer", "properties": { "apiVersion": { "type": "string" }, "request": { "$ref": "#/components/schemas/RouteRequest" }, "response": { "$ref": "#/components/schemas/DataResponse" } }, "type": "object" }