{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-events/refs/heads/main/json-structure/iot-events-describe-logging-options-response-structure.json", "name": "DescribeLoggingOptionsResponse", "description": "DescribeLoggingOptionsResponse schema", "type": "object", "properties": { "loggingOptions": { "allOf": [ { "$ref": "#/components/schemas/LoggingOptions" }, { "description": "The current settings of the AWS IoT Events logging options." } ] } } }