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

package_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: 4f90285183ca061f003c568e97de7f797c46f9ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    },
    "version": {
      "type": ["string", "null"]
    },
    "package_type": {
      "type": ["string"],
      "enum": ["MAVEN", "NPM", "CONAN", "NUGET", "PYPI", "COMPOSER", "GENERIC", "GOLANG", "DEBIAN"]
    },
    "tags": {
      "type": "object"
    },
    "project": {
      "type": "object"
    },
    "pipelines": {
      "type": "object"
    },
    "versions": {
      "type": "object"
    }
  }
}