Amazon WorkMail · JSON Structure

Workmail Start Mailbox Export Job Response Structure

StartMailboxExportJobResponse schema from Amazon WorkMail API

Type: object Properties: 1
Business CommunicationCalendarEmailExchangeEnterprise

StartMailboxExportJobResponse is a JSON Structure definition published by Amazon WorkMail, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

JobId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "JobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MailboxExportJobId"
        },
        {
          "description": "The job ID."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "StartMailboxExportJobResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-start-mailbox-export-job-response-structure.json",
  "description": "StartMailboxExportJobResponse schema from Amazon WorkMail API"
}