{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/calls_turn_key_response_single", "title": "calls_turn_key_response_single", "allOf": [ { "$ref": "#/components/schemas/calls_api-response-single" }, { "properties": { "result": { "$ref": "#/components/schemas/calls_turn_key" } } } ] }