{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DescribeNotificationConfigurationOutput", "title": "DescribeNotificationConfigurationOutput", "type": "object", "properties": { "NotificationConfiguration": { "allOf": [ { "$ref": "#/components/schemas/NotificationConfiguration" }, { "description": "The structure that contains the information required for notifications. If the structure is null, the configuration will be deleted from the stream." } ] } } }