{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-login-response-structure.json", "description": "It conveys Information related to the Login to process. Content of the Login Response message.", "type": "object", "properties": { "Response": { "$ref": "#/components/schemas/Response" }, "POISystemData": { "$ref": "#/components/schemas/POISystemData" }, "TokenRequestStatus": { "type": "boolean" }, "CustomerOrderStatus": { "type": "boolean" } }, "required": [ "Response" ], "name": "LoginResponse" }