repository
Optional | Type: Object
The repository in which the source code can be found. The field consists of the next items:
- typethe only “git”, “hg” or “svn” are supported
- url
- branchif is not specified, default branch will be used. This field will be ignored if tag/release exists with the value of version.
Example
"repository":
{
    "type": "git",
    "url": "https://github.com/foo/bar.git"
}