debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/pipeline/basic.json
2019-07-07 11:18:12 +05:30

17 lines
300 B
JSON

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