{ "$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-list-event-buses-response-schema.json", "title": "ListEventBusesResponse", "description": "ListEventBusesResponse schema from Amazon EventBridge API", "type": "object", "properties": { "EventBuses": { "type": "array", "items": { "$ref": "#/components/schemas/EventBus" } }, "NextToken": { "type": "string" } } }