{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zone-analytics-api_api-response-single", "title": "zone-analytics-api_api-response-single", "allOf": [ { "$ref": "#/components/schemas/zone-analytics-api_api-response-common" }, { "properties": { "result": { "anyOf": [ { "nullable": true, "type": "object" }, { "nullable": true, "type": "string" } ] } } } ], "type": "object" }