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

8 lines
107 B
JSON
Raw Normal View History

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