{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-diagnosis-request-structure.json", "description": "It conveys Information related to the target POI for which the diagnosis is requested. Content of the Diagnosis Request message.", "type": "object", "properties": { "POIID": { "type": "string", "pattern": "^.+$", "description": "MessageHeader.POIID." }, "HostDiagnosisFlag": { "type": "boolean", "default": false, "description": "Indicates if Host Diagnosis are required." }, "AcquirerID": { "type": "array", "items": { "type": "int32", "description": "Present if requesting the diagnosis of these hosts only." } } }, "name": "DiagnosisRequest" }