summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/job/artifact.json
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
}