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" } }