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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
454 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": {
2022-04-04 11:22:00 +05:30
"identifier": {
"type": "string"
},
2021-09-04 01:27:46 +05:30
"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
}
}