{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-diagnosis-request-schema.json", "title": "DiagnosisRequest", "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": "integer", "description": "Present if requesting the diagnosis of these hosts only." } } } }