debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/pipeline.json
2020-08-09 17:44:08 +05:30

27 lines
452 B
JSON

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