debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/pipeline.json

28 lines
452 B
JSON
Raw Normal View History

2020-07-28 23:09:34 +05:30
{
"type": "object",
"required": ["id", "sha", "ref", "status", "created_at", "updated_at", "web_url"],
"properties": {
"id": {
"type": "integer"
},
"sha": {
"type": "string"
},
"ref": {
"type": "string"
},
"status": {
"type": "string"
},
"created_at": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"web_url": {
"type": "string"
}
}
}