List of Host resources
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "HostList", "type": "object", "description": "List of Host resources", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "items": { "type": "array" } } }