Amazon WorkMail · JSON Structure

Workmail Test Availability Configuration Request Structure

TestAvailabilityConfigurationRequest schema from Amazon WorkMail API

Type: object Properties: 4 Required: 1
Business CommunicationCalendarEmailExchangeEnterprise

TestAvailabilityConfigurationRequest is a JSON Structure definition published by Amazon WorkMail, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

OrganizationId DomainName EwsProvider LambdaProvider

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "OrganizationId"
  ],
  "name": "TestAvailabilityConfigurationRequest",
  "properties": {
    "OrganizationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationId"
        },
        {
          "description": "The WorkMail organization where the availability provider will be tested."
        }
      ]
    },
    "DomainName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DomainName"
        },
        {
          "description": "The domain to which the provider applies. If this field is provided, a stored availability provider associated to this domain name will be tested."
        }
      ]
    },
    "EwsProvider": {
      "$ref": "#/components/schemas/EwsAvailabilityProvider"
    },
    "LambdaProvider": {
      "$ref": "#/components/schemas/LambdaAvailabilityProvider"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-test-availability-configuration-request-structure.json",
  "description": "TestAvailabilityConfigurationRequest schema from Amazon WorkMail API"
}