{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RemoveSessionsResponse", "title": "RemoveSessionsResponse", "type": "object", "properties": { "status": { "type": "string" }, "sessionHandlesRevoked": { "type": "array", "items": { "type": "string" } } } }