The output from the GetTopicRule operation.
{ "$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-response-schema.json", "title": "GetTopicRuleResponse", "description": "The output from the GetTopicRule operation.", "type": "object", "properties": { "ruleArn": { "allOf": [ { "$ref": "#/components/schemas/RuleArn" }, { "description": "The rule ARN." } ] }, "rule": { "allOf": [ { "$ref": "#/components/schemas/TopicRule" }, { "description": "The rule." } ] } } }