List of hosts
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/academy-software-foundation/refs/heads/main/json-schema/opencue-host-list-schema.json", "title": "HostList", "description": "List of hosts", "type": "object", "properties": { "hosts": { "type": "array", "items": { "$ref": "#/components/schemas/Host" } } } }