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