{
  "service": "customers-sim",
  "cycle": 28,
  "monthMinutes": 30,
  "buyersPerCycle": 2,
  "maxIncidents": 2,
  "incidentRate": 0.2,
  "running": false,
  "routes": [
    "GET /batches",
    "GET /batches/:cycle",
    "GET /purchases",
    "GET /invoices",
    "POST /run",
    "POST /run?dry=1"
  ]
}