D3V-Server/backend/schema/components/stream-list.json
2026-03-07 20:49:44 +07:00

7 lines
102 B
JSON

{
"type": "array",
"description": "Streams list",
"items": {
"$ref": "./stream-object.json"
}
}