{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-get-channels-response-structure.json", "name": "GetChannelsResponse", "description": "GetChannelsResponse schema from Amazon Pinpoint API", "type": "object", "properties": { "ChannelsResponse": { "$ref": "#/components/schemas/ChannelsResponse" } }, "required": [ "ChannelsResponse" ] }