{ "$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-list-topic-rules-response-structure.json", "name": "ListTopicRulesResponse", "description": "The output from the ListTopicRules operation.", "type": "object", "properties": { "rules": { "allOf": [ { "$ref": "#/components/schemas/TopicRuleList" }, { "description": "The rules." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The token to use to get the next set of results, or null if there are no additional results." } ] } } }