Commit 3804cff1 authored by alinamihaila's avatar alinamihaila

Use number as value type

parent e0f16042
......@@ -22,7 +22,7 @@
},
"value_type": {
"type": "string",
"enum": ["integer", "string", "number", "boolean"]
"enum": ["string", "number", "boolean"]
},
"status": {
"type": ["string"],
......
......@@ -1617,7 +1617,7 @@ Total number of sites in a Geo deployment
| `product_stage` | enablement |
| `product_group` | `group::geo` |
| `product_category` | `disaster_recovery` |
| `value_type` | integer |
| `value_type` | number |
| `status` | data_available |
| `milestone` | 11.2 |
| `time_frame` | all |
......
......@@ -50,18 +50,19 @@ instance unique identifier.
```yaml
key_path: uuid
description: GitLab instance unique identifier
value_type: string
product_category: collection
product_section: growth
product_stage: growth
product_group: group::product intelligence
value_type: string
status: data_available
milestone: 9.1
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/1521
product_group: group::product intelligence
time_frame: none
data_source: database
distribution:
- ee
- ce
- ee
tier:
- free
- premium
......
......@@ -4,7 +4,7 @@ product_section: enablement
product_stage: enablement
product_group: group::geo
product_category: disaster_recovery
value_type: integer
value_type: number
status: data_available
milestone: 11.2
time_frame: all
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment