debian-mirror-gitlab/spec/fixtures/api/schemas/job/artifact.json
2018-11-20 20:47:30 +05:30

11 lines
298 B
JSON

{
"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
}