debian-mirror-gitlab/spec/fixtures/api/schemas/analytics/cycle_analytics/summary.json
2022-04-04 11:22:00 +05:30

27 lines
454 B
JSON

{
"type": "array",
"items": {
"minItems": 2,
"maxItems": 3,
"type": "object",
"required": ["value", "title"],
"properties": {
"identifier": {
"type": "string"
},
"value": {
"type": "string"
},
"title": {
"type": "string"
},
"unit": {
"type": "string"
},
"links": {
"type": "array"
}
},
"additionalProperties": false
}
}