Box · Schema

Session termination message

A message informing about the termination job status

Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing

Properties

Name Type Description
message string The unique identifier for the termination job status
View JSON Schema on GitHub

JSON Schema

box-sessionterminationmessage-schema.json Raw ↑
{
  "$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"
    }
  }
}