summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/commit/with_stats.json
blob: 3b5dd547e69bc08cfddf18e2ea33fe81c359c951 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "type": "object",
  "allOf": [
    { "$ref": "basic.json" },
    {
      "required" : [
        "stats"
      ],
      "properties": {
        "stats": { "$ref": "../commit_stats.json" }
      }
    }
  ]
}