D3V-Server/backend/schema/components/proxy-host-list.json

8 lines
110 B
JSON
Raw Normal View History

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