Amazon WorkMail · Schema

BookingOptions

At least one delegate must be associated to the resource to disable automatic replies from the resource.

Business CommunicationCalendarEmailExchangeEnterprise

Properties

Name Type Description
AutoAcceptRequests object
AutoDeclineRecurringRequests object
AutoDeclineConflictingRequests object
View JSON Schema on GitHub

JSON Schema

workmail-booking-options-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "AutoAcceptRequests": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "The resource's ability to automatically reply to requests. If disabled, delegates must be associated to the resource."
        }
      ]
    },
    "AutoDeclineRecurringRequests": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "The resource's ability to automatically decline any recurring requests."
        }
      ]
    },
    "AutoDeclineConflictingRequests": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "The resource's ability to automatically decline any conflicting requests."
        }
      ]
    }
  },
  "description": "At least one delegate must be associated to the resource to disable automatic replies from the resource.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BookingOptions",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-booking-options-schema.json"
}