{
  "name": "memorizer-worker",
  "status": "ready",
  "version": "0.2.0",
  "run": "/run",
  "schedule": "15 0 * * * (UTC)",
  "sync": {
    "status": "GET /sync/status",
    "diagnostics": "GET /sync/diagnostics",
    "pushEvents": "POST /sync/events",
    "listInbox": "GET /sync/inbox",
    "readInbox": "GET /sync/inbox/:id"
  }
}