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