{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-schema/iot-core-get-topic-rule-destination-response-schema.json", "title": "GetTopicRuleDestinationResponse", "description": "GetTopicRuleDestinationResponse schema", "type": "object", "properties": { "topicRuleDestination": { "allOf": [ { "$ref": "#/components/schemas/TopicRuleDestination" }, { "description": "The topic rule destination." } ] } } }