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

package_with_build.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: de3ef94138efa1a27b0532067788c6bff8d0a964 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "type": "object",
  "required": ["name", "version", "package_type", "pipeline"],
  "properties": {
    "name": { "type": "string" },
    "version": { "type": "string" },
    "package_type": { "type": "string" },
    "pipeline": { "$ref": "../pipeline.json" }
  }
}