Welcome to mirror list, hosted at ThFree Co, Russian Federation.

npm_package_tags.json « packages « v4 « public_api « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db64fe1de2320004d9b10a5bf2b371add971c411 (plain)
1
2
3
4
5
6
7
{
  "type": "object",
  "properties" : {
    "$tag": { "type": "string" },
    "$version": { "type": "string" }
    }
}