Compare commits

...

1 Commits

Author SHA1 Message Date
Sander Jochems
fc0bbcef5a Return stream object in stream list 2025-02-07 22:41:10 +01:00

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