summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/labels/project_label_with_counts.json
blob: 87b90b2b3b52b45b710a1f22edec801cf2d72e6b (plain)
1
2
3
4
5
6
7
8
9
{
  "type": "object",
  "properties": {
    "allOf": [
      { "$ref": "project_label.json" },
      { "$ref": "label_with_counts.json" }
    ]
  }
}