{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "HostInfo", "type": "object", "properties": { "name": { "type": "string" }, "connection_state": { "type": "string" }, "power_state": { "type": "string" } } }