{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-health-dashboard/refs/heads/main/json-schema/health-describe-event-details-for-organization-request-schema.json", "title": "DescribeEventDetailsForOrganizationRequest", "description": "DescribeEventDetailsForOrganizationRequest schema from Amazon Health Dashboard API", "type": "object", "properties": { "organizationEventDetailFilters": { "allOf": [ { "$ref": "#/components/schemas/OrganizationEventDetailFiltersList" }, { "description": "A set of JSON elements that includes the awsAccountId and the eventArn." } ] }, "locale": { "allOf": [ { "$ref": "#/components/schemas/locale" }, { "description": "The locale (language) to return information in. English (en) is the default and the only supported value at this time." } ] } }, "required": [ "organizationEventDetailFilters" ] }