debian-mirror-gitlab/spec/fixtures/api/schemas/analytics/cycle_analytics/summary.json

25 lines
398 B
JSON
Raw Normal View History

2021-09-04 01:27:46 +05:30
{
"type": "array",
"items": {
"minItems": 2,
"maxItems": 3,
"type": "object",
"required": ["value", "title"],
"properties": {
"value": {
"type": "string"
},
"title": {
"type": "string"
},
"unit": {
"type": "string"
2021-12-11 22:18:48 +05:30
},
"links": {
"type": "array"
2021-09-04 01:27:46 +05:30
}
},
"additionalProperties": false
}
}