{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "LoginResponse", "type": "object", "properties": { "SessionId": { "type": "string" }, "Version": { "type": "string" }, "SessionTimeout": { "type": "integer" } } }