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