changedOutput schema / properties / dimensions / description
Previous value: -"Available dimensions for this property"New value: +"Available dimensions for this GA4 property"
changedOutput schema / properties / dimensions / items / properties / dataType / description
Previous value: -"Data type of the dimension"New value: +"Data type (STRING, INT64, etc.)"
addedOutput schema / properties / dimensions / items / properties / deprecatedApiNames
Added value: +{
+ "description": "Deprecated API names for this dimension",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
changedOutput schema / properties / dimensions / items / properties / description / description
Previous value: -"Description of the dimension"New value: +"Human-readable description"
removedOutput schema / properties / dimensions / items / properties / uiName
Removed value: -{
- "description": "UI display name",
- "type": "string"
-}
changedOutput schema / properties / error / description
Previous value: -"Error message if connection failed"New value: +"Error code if connection not established"
addedOutput schema / properties / kind
Added value: +{
+ "description": "API response kind identifier",
+ "type": "string"
+}
changedOutput schema / properties / message / description
Previous value: -"Error details if connection failed"New value: +"Error message if connection not established"
changedOutput schema / properties / metrics / description
Previous value: -"Available metrics for this property"New value: +"Available metrics for this GA4 property"
removedOutput schema / properties / metrics / items / properties / dataType
Removed value: -{
- "description": "Data type of the metric",
- "type": "string"
-}
addedOutput schema / properties / metrics / items / properties / deprecatedApiNames
Added value: +{
+ "description": "Deprecated API names for this metric",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
changedOutput schema / properties / metrics / items / properties / description / description
Previous value: -"Description of the metric"New value: +"Human-readable description"
addedOutput schema / properties / metrics / items / properties / type
Added value: +{
+ "description": "Metric type (CURRENCY, TIME_MSEC, etc.)",
+ "type": "string"
+}
removedOutput schema / properties / metrics / items / properties / uiName
Removed value: -{
- "description": "UI display name",
- "type": "string"
-}