Github user rukletsov commented on a diff in the pull request: https://github.com/apache/mesos/pull/237#discussion_r143264159 --- Diff: docs/executor-http-api.md --- @@ -279,19 +279,21 @@ LAUNCH_GROUP Event (JSON) "launch_group": { "task_group" : { "tasks" : [ - "task": { - "name": "dummy-task", - "task_id": { - "value": "d40f3f3e-bbe3-44af-a230-4cb1eae72f67" - }, - "agent_id": { - "value": "f1c9cdc5-195e-41a7-a0d7-adaa9af07f81" - }, - "command": { - "value": "sleep", - "arguments": [ - "100" - ] + { + "task": { --- End diff -- Shouldn't we remove `"task": ` instead?
---