dsci-runner.git | test/ | job-stash-create-request.json


{
  "config" : {
    "project" : "foo",
    "job-id": "id123456"
  },
  "data" : {
    "foo" : {
      "baz": "baz!!!",
      "hello": true,
      "colors": [1,2,3,4]
    }
  }
}