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

artifact_file.json « 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: 4017e6bdabca0c6b92db494bb49fd29739a1c88b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "object",
  "required": [
    "filename",
    "size"
  ],
  "properties": {
    "filename": { "type": "string"},
    "size": { "type": "integer"}
  },
  "additionalProperties": false
}