debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/pipeline.json
2021-04-17 20:07:23 +05:30

30 lines
517 B
JSON

{
"type": "object",
"required": ["id", "project_id", "sha", "ref", "status", "created_at", "updated_at", "web_url"],
"properties": {
"id": {
"type": "integer"
},
"project_id": {
"type": "integer"
},
"sha": {
"type": "string"
},
"ref": {
"type": "string"
},
"status": {
"type": "string"
},
"created_at": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"web_url": {
"type": "string"
}
}
}