debian-mirror-gitlab/spec/fixtures/api/schemas/prometheus/metrics.json
2020-04-22 19:07:51 +05:30

29 lines
499 B
JSON

{
"type": "object",
"properties": {
"metrics": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"title": {
"type": "string"
},
"group": {
"type": "string"
},
"group_title": {
"type": "string"
},
"edit_path": {
"type": "string"
}
}
}
}
}
}