Skip to content

Commit f09220b

Browse files
feat(chromeuxreport): update the api
#### chromeuxreport:v1 The following keys were deleted: - schemas.Bin.properties.density.format (Total Keys: 1) The following keys were changed: - schemas.Bin.properties.density.type (Total Keys: 1)
1 parent cfe94c5 commit f09220b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/dyn/chromeuxreport_v1.records.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h3>Method Details</h3>
221221
},
222222
&quot;histogram&quot;: [ # The histogram of user experiences for a metric. The histogram will have at least one bin and the densities of all bins will add up to ~1.
223223
{ # A bin is a discrete portion of data spanning from start to end, or if no end is given, then from start to +inf. A bin&#x27;s start and end values are given in the value type of the metric it represents. For example, &quot;first contentful paint&quot; is measured in milliseconds and exposed as ints, therefore its metric bins will use int32s for its start and end types. However, &quot;cumulative layout shift&quot; is measured in unitless decimals and is exposed as a decimal encoded as a string, therefore its metric bins will use strings for its value type.
224-
&quot;density&quot;: 3.14, # The proportion of users that experienced this bin&#x27;s value for the given metric.
224+
&quot;density&quot;: &quot;&quot;, # The proportion of users that experienced this bin&#x27;s value for the given metric.
225225
&quot;end&quot;: &quot;&quot;, # End is the end of the data bin. If end is not populated, then the bin has no end and is valid from start to +inf.
226226
&quot;start&quot;: &quot;&quot;, # Start is the beginning of the data bin.
227227
},

googleapiclient/discovery_cache/documents/chromeuxreport.v1.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
}
132132
}
133133
},
134-
"revision": "20240702",
134+
"revision": "20240916",
135135
"rootUrl": "https://chromeuxreport.googleapis.com/",
136136
"schemas": {
137137
"Bin": {
@@ -140,8 +140,7 @@
140140
"properties": {
141141
"density": {
142142
"description": "The proportion of users that experienced this bin's value for the given metric.",
143-
"format": "double",
144-
"type": "number"
143+
"type": "any"
145144
},
146145
"end": {
147146
"description": "End is the end of the data bin. If end is not populated, then the bin has no end and is valid from start to +inf.",

0 commit comments

Comments
 (0)