From fc0bbcef5a403505f4c3d1ccc6b387a5700cd3d9 Mon Sep 17 00:00:00 2001 From: Sander Jochems Date: Fri, 7 Feb 2025 22:41:10 +0100 Subject: [PATCH] Return stream object in stream list --- backend/schema/components/stream-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/schema/components/stream-list.json b/backend/schema/components/stream-list.json index 39789b4a..b6e8b6d4 100644 --- a/backend/schema/components/stream-list.json +++ b/backend/schema/components/stream-list.json @@ -1,7 +1,7 @@ { "type": "array", - "description": "Proxy Hosts list", + "description": "Streams list", "items": { - "$ref": "./proxy-host-object.json" + "$ref": "./stream-object.json" } }