debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/commit_stats.json
2017-09-10 17:25:29 +05:30

15 lines
263 B
JSON

{
"type": "object",
"required" : [
"additions",
"deletions",
"total"
],
"properties" : {
"additions": { "type": "integer" },
"deletions": { "type": "integer" },
"total": { "type": "integer" }
},
"additionalProperties": false
}