Amazon Health Dashboard · JSON Structure

Health Describe Event Details For Organization Response Structure

DescribeEventDetailsForOrganizationResponse schema from Amazon Health Dashboard API

Type: object Properties: 2
Health MonitoringNotificationsOperationsService Status

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

Properties

successfulSet failedSet

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-health-dashboard/refs/heads/main/json-structure/health-describe-event-details-for-organization-response-structure.json",
  "name": "DescribeEventDetailsForOrganizationResponse",
  "description": "DescribeEventDetailsForOrganizationResponse schema from Amazon Health Dashboard API",
  "type": "object",
  "properties": {
    "successfulSet": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DescribeEventDetailsForOrganizationSuccessfulSet"
        },
        {
          "description": "Information about the events that could be retrieved."
        }
      ]
    },
    "failedSet": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DescribeEventDetailsForOrganizationFailedSet"
        },
        {
          "description": "Error messages for any events that could not be retrieved."
        }
      ]
    }
  }
}