{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-profiler/refs/heads/main/json-structure/amazon-codeguru-profiler-add-notification-channels-request-structure.json", "name": "AddNotificationChannelsRequest", "description": "The structure representing the AddNotificationChannelsRequest.", "type": "object", "properties": { "channels": { "allOf": [ { "$ref": "#/components/schemas/Channels" }, { "description": "One or 2 channels to report to when anomalies are detected." } ] } }, "required": [ "channels" ] }