D3V-Server/backend/schema/components/stream-list.json

8 lines
102 B
JSON
Raw Permalink Normal View History

2026-03-07 13:49:44 +00:00
{
"type": "array",
"description": "Streams list",
"items": {
"$ref": "./stream-object.json"
}
}