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

package_composer_details.json « packages « graphql « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bcf64a6e5670230fb7c2da5fcde7ac0dfb8b2eaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "object",
  "allOf": [{ "$ref": "./package_details.json" }],
  "properties": {
    "target_sha": {
      "type": "string"
    },
    "composer_json": {
      "type": "object"
    }
  }
}