{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-structure/iot-core-describe-event-configurations-response-structure.json", "name": "DescribeEventConfigurationsResponse", "description": "DescribeEventConfigurationsResponse schema", "type": "object", "properties": { "eventConfigurations": { "allOf": [ { "$ref": "#/components/schemas/EventConfigurations" }, { "description": "The event configurations." } ] }, "creationDate": { "allOf": [ { "$ref": "#/components/schemas/CreationDate" }, { "description": "The creation date of the event configuration." } ] }, "lastModifiedDate": { "allOf": [ { "$ref": "#/components/schemas/LastModifiedDate" }, { "description": "The date the event configurations were last modified." } ] } } }