{
"_comment0": "All keys that contain '_comment' will be omitted from the job specification dictionary sent to SQS",
"_comment1": "The top part should be variables common to all jobs",
"_comment2": "These could be things like a master input location, run parameters, etc",
"favorite_color": "Blue",
"_comment3": "The following groups are individual tasks, and each will be run in parallel",
"groups": [
{"ice_cream": "chocolate", "pizza": "pepperoni"},
{"ice_cream": "cookie dough", "pizza": "mushroom"}
]
}