{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GoogleAnalyticsAdminV1betaAccessDimensionHeader", "title": "GoogleAnalyticsAdminV1betaAccessDimensionHeader", "description": "Describes a dimension column in the report. Dimensions requested in a report produce column entries within rows and DimensionHeaders. However, dimensions used exclusively within filters or expressions do not produce columns in a report; correspondingly, those dimensions do not produce headers.", "properties": { "dimensionName": { "description": "The dimension's name; for example 'userEmail'.", "type": "string", "example": "Example Name" } }, "type": "object" }