{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge/refs/heads/main/json-structure/amazon-eventbridge-list-targets-by-rule-response-structure.json", "name": "ListTargetsByRuleResponse", "description": "ListTargetsByRuleResponse schema from Amazon EventBridge API", "type": "object", "properties": { "Targets": { "type": "array", "items": { "$ref": "#/components/schemas/Target" } }, "NextToken": { "type": "string" } } }