{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DimensionValue",
"title": "DimensionValue",
"description": "The value of a dimension.",
"properties": {
"value": {
"description": "Value as a string if the dimension type is a string.",
"type": "string",
"example": "example_value"
}
},
"type": "object"
}