{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/crystal-reports/refs/heads/main/json-schema/crystal-reports-logon-response-schema.json", "title": "LogonResponse", "description": "Response containing the logon token after successful authentication", "type": "object", "properties": { "logonToken": { "type": "string", "description": "Session token for subsequent API calls (include in X-SAP-LogonToken header with quotes)", "example": "COMMANDCOM-LCM:6400@{3&2=5697,U3&p=40623.9596541551,Y7&4F&68&z=_3P05,UP&66&UF=02twEaVJw0H1xh3KHPg3S7x.mhc0RWgGLQo1jW.aQbs5Q&42&0F=Ax3kVubd7nkS0DmUxkxGr5J" } } }