{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-host-status-structure.json", "description": "Indicate the reachability of the host by the POI Terminal. State of a Host.", "type": "object", "properties": { "AcquirerID": { "type": "int32", "description": "Identification of the Acquirer." }, "IsReachableFlag": { "type": "boolean", "default": true, "description": "Indicate if a Host is reachable." } }, "required": [ "AcquirerID" ], "name": "HostStatus" }