addedInput schema / properties / offset
Added value: +{
+ "default": 0,
+ "description": "Comments to skip before the returned page, for reading past a truncated result. Repeat the same call with the nextOffset value the previous one reported. Ordering is newest-first and stable, but a check-in posted between pages shifts what a later offset lands on.",
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+}
changedOutput schema / properties / comments / description
Previous value: -"Community comments, newest first. Empty array means OCM has no check-ins for this station — absence of reports is not evidence the charger works."New value: +"The requested page of community comments, newest first — offset/maxresults applied. Empty with totalComments 0 means OCM has no check-ins for this station (absence of reports is not evidence the charger works); empty with a non-zero totalComments means the offset is past the last comment."
addedOutput schema / properties / nextOffset
Added value: +{
+ "description": "The offset to pass on an otherwise identical call to read the next page. Absent on the last page.",
+ "type": "number"
+}
changedOutput schema / properties / notice / description
Previous value: -"Guidance when the station has no check-ins on record."New value: +"How to reach the comments this page left out, or why the station has none on record."
changedOutput schema / properties / shown / description
Previous value: -"Number of comments returned when the cap was hit."New value: +"Comments in the returned page."
addedOutput schema / properties / totalComments
Added value: +{
+ "description": "Comments this station has on record — the whole set, before offset/maxresults selected the page in comments. reliabilityNote counts its fault ratio over this population, not over the page.",
+ "type": "number"
+}
changedOutput schema / properties / totalCount / description
Previous value: -"Number of comments returned."New value: +"Comments this station has on record, before the offset/maxresults page was taken — the complete count, not the page size."
changedOutput schema / properties / truncated / description
Previous value: -"True when comments were capped at maxresults."New value: +"True when comments were left out of the returned page."
changedOutput schema / required
Previous value: -[
- "stationId",
- "stationTitle",
- "comments",
- "attribution",
- "totalCount"
-]New value: +[
+ "stationId",
+ "stationTitle",
+ "comments",
+ "totalComments",
+ "attribution",
+ "totalCount"
+]