debian-mirror-gitlab/config/metrics/objects_schemas/index_inconsistencies_metric.json

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

20 lines
324 B
JSON
Raw Normal View History

2023-05-27 22:25:52 +05:30
{
"type": "array",
"items": {
"type": [
{
"type": "object",
"properties": {
"object_name": {
"type": "string"
},
"type": {
"type": "string",
"description": "Type of index inconsistency"
}
}
}
]
}
}