Current session state
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-livy/refs/heads/main/json-schema/rest-api-session-state-schema.json", "title": "SessionState", "description": "Current session state", "type": "object", "properties": { "id": { "type": "integer", "example": 0 }, "state": { "type": "string", "example": "idle" } } }