summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/job/artifact.json
blob: f4a69e661418239967ef243967f34c4bdb9fe8ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "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" },
    "locked": { "type": "boolean" }
  },
  "additionalProperties": false
}