{
  "mode": "store",
  "operations": [
    "list",
    "locate",
    "init",
    "save",
    "status",
    "verify",
    "snapshot",
    "log",
    "attach",
    "detach",
    "transfer"
  ],
  "request": {
    "args": "list of string arguments for the operation",
    "form": "POST / with JSON {operation, args?, params?}",
    "operation": "one of operations",
    "params": "request-level controls (object)"
  },
  "status_space": [
    "success",
    "operation-failed",
    "bad-request",
    "not-found",
    "conflict"
  ],
  "surface": "cm-container-service",
  "version": "0.3"
}