{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetSessionResponse", "title": "GetSessionResponse", "type": "object", "properties": { "status": { "type": "string" }, "session": { "$ref": "#/components/schemas/Session" }, "accessToken": { "$ref": "#/components/schemas/Token" } } }