debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/labels/project_label_with_counts.json

10 lines
150 B
JSON
Raw Normal View History

2019-10-12 21:52:04 +05:30
{
"type": "object",
"properties": {
"allOf": [
{ "$ref": "project_label.json" },
{ "$ref": "label_with_counts.json" }
]
}
}