{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CaseExpression", "title": "CaseExpression", "description": "Used to convert a dimension value to a single case.", "properties": { "dimensionName": { "description": "Name of a dimension. The name must refer back to a name in dimensions field of the request.", "type": "string", "example": "Example Name" } }, "type": "object" }