debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/labels/project_label_with_counts.json
2019-10-12 21:52:04 +05:30

9 lines
150 B
JSON

{
"type": "object",
"properties": {
"allOf": [
{ "$ref": "project_label.json" },
{ "$ref": "label_with_counts.json" }
]
}
}