gitlab-org--gitlab-foss/config/metrics/objects_schemas/collected_data_categories_s...

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

8 lines
140 B
JSON
Raw Normal View History

{
"type": "array",
"items": {
"type": ["string", "null"],
"enum": ["standard", "subscription", "operational", "optional"]
}
}