{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge/refs/heads/main/json-schema/amazon-eventbridge-describe-rule-request-schema.json", "title": "DescribeRuleRequest", "description": "DescribeRuleRequest schema from Amazon EventBridge API", "type": "object", "properties": { "Name": { "type": "string" }, "EventBusName": { "type": "string" } }, "required": [ "Name" ] }