{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/appium/refs/heads/main/json-structure/appium-server-session-info-structure.json", "name": "SessionInfo", "description": "Information about a single active Appium session", "type": "object", "properties": { "id": { "type": "string", "description": "Session identifier", "example": "a1b2c3d4-e5f6-7890-abcd-ef1234567890" }, "capabilities": { "type": "object", "description": "The capabilities used to create the session" } } }