{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LoginResponse", "title": "LoginResponse", "type": "object", "description": "It conveys Information related to the Login to process. Content of the Login Response message.", "properties": { "Response": { "$ref": "#/components/schemas/Response" }, "POISystemData": { "$ref": "#/components/schemas/POISystemData" }, "TokenRequestStatus": { "type": "boolean" }, "CustomerOrderStatus": { "type": "boolean" } }, "required": [ "Response" ] }