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

package_pypi_metadata.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: cecebe3a0e92e92ca8eb8dc082ff262d63a51062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "type": "object",
  "additionalProperties": false,
  "required": ["id"],
  "properties": {
    "id": {
      "type": "string"
    },
    "requiredPython": {
      "type": "string"
    }
  }
}