{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-structure/iot-core-create-topic-rule-destination-response-structure.json", "name": "CreateTopicRuleDestinationResponse", "description": "CreateTopicRuleDestinationResponse schema", "type": "object", "properties": { "topicRuleDestination": { "allOf": [ { "$ref": "#/components/schemas/TopicRuleDestination" }, { "description": "The topic rule destination." } ] } } }