{
  "type" : "Git",
  "git" : {
    "uri" : "git://mygitserver/myrepo.git",
    "ref" : "refs/heads/master",
    "commit" : "9bdc3a26ff933b32f3e558636b58aea86a69f051",
    "message" : "Random act of kindness",
    "author" : {
      "name" : "Jon Doe",
      "email" : "jondoe@email.com"
    },
    "committer" : {
      "name" : "Jon Doe",
      "email" : "jondoe@email.com"
    }
  },
  "env": [
      {
          "name": "EXAMPLE",
          "value": "sample-app"
      }
  ]
}