{
  "name": "Hello world",
  "description": "Demonstrates the most basic run task.",
  "resources": {
    "cpu_cores": 1,
    "ram_gb": 0.25,
    "disk_gb": 1.0
  },
  "executors": [
    {
      "image": "alpine",
      "command": ["echo", "hello world"]
    }
  ]
}
