Return stream object in stream list

This commit is contained in:
Sander Jochems 2025-02-07 22:41:10 +01:00
parent 79d28f03d0
commit fc0bbcef5a

View File

@ -1,7 +1,7 @@
{ {
"type": "array", "type": "array",
"description": "Proxy Hosts list", "description": "Streams list",
"items": { "items": {
"$ref": "./proxy-host-object.json" "$ref": "./stream-object.json"
} }
} }