{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SessionTerminationMessage", "title": "Session termination message", "type": "object", "x-box-resource-id": "session_termination", "x-box-tag": "session_termination", "description": "A message informing about the\ntermination job status", "properties": { "message": { "type": "string", "description": "The unique identifier for the termination job status", "example": "Request is successful, please check the admin\nevents for the status of the job" } } }