{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-scheduler/refs/heads/main/json-structure/amazon-eventbridge-scheduler-create-schedule-group-output-structure.json", "name": "CreateScheduleGroupOutput", "description": "CreateScheduleGroupOutput schema from Amazon EventBridge Scheduler", "type": "object", "properties": { "ScheduleGroupArn": { "allOf": [ { "$ref": "#/components/schemas/ScheduleGroupArn" }, { "description": "The Amazon Resource Name (ARN) of the schedule group." } ] } }, "required": [ "ScheduleGroupArn" ] }