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

artifact.json « job « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1812e69fbd64ccc804d7a064ce0d319dde037ead (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "type": "object",
  "properties": {
    "download_path": { "type": "string"},
    "browse_path": { "type": "string"},
    "keep_path": { "type": "string"},
    "expired": { "type": "boolean" },
    "expire_at": { "type": "string", "format": "date-time" }
  },
  "additionalProperties": false
}