gitlab-org--gitlab-foss/spec/fixtures/api/schemas/job/artifact.json

12 lines
298 B
JSON
Raw Normal View History

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