debian-mirror-gitlab/config/metrics/objects_schemas/index_inconsistencies_metric.json
2023-05-27 22:25:52 +05:30

19 lines
324 B
JSON

{
"type": "array",
"items": {
"type": [
{
"type": "object",
"properties": {
"object_name": {
"type": "string"
},
"type": {
"type": "string",
"description": "Type of index inconsistency"
}
}
}
]
}
}