{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge/refs/heads/main/json-structure/amazon-eventbridge-create-event-bus-request-structure.json", "name": "CreateEventBusRequest", "description": "CreateEventBusRequest schema from Amazon EventBridge API", "type": "object", "properties": { "Name": { "type": "string" }, "EventSourceName": { "type": "string" }, "Tags": { "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string" }, "Value": { "type": "string" } } } } }, "required": [ "Name" ] }