Amazon WorkMail · JSON Structure

Workmail Test Availability Configuration Response Structure

TestAvailabilityConfigurationResponse schema from Amazon WorkMail API

Type: object Properties: 2
Business CommunicationCalendarEmailExchangeEnterprise

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

Properties

TestPassed FailureReason

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "TestPassed": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "Boolean indicating whether the test passed or failed."
        }
      ]
    },
    "FailureReason": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "String containing the reason for a failed test if <code>TestPassed</code> is false."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "TestAvailabilityConfigurationResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-test-availability-configuration-response-structure.json",
  "description": "TestAvailabilityConfigurationResponse schema from Amazon WorkMail API"
}