Skip to content

Commit 55ea53f

Browse files
authored
Updates based on comments
1 parent a5d8036 commit 55ea53f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

provider/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Without an `event_time` query parameter, `/status_changes` shall return a `400 B
301301

302302
Reports are information that providers can send back to agencies containing aggregated data that is not contained within other MDS endpoints, like counts of special groups of riders.
303303

304-
The authenticated reports endpoint are monthly, historic flat files that may be pre-generated by the provider.
304+
The authenticated reports are monthly, historic flat files that may be pre-generated by the provider.
305305

306306
### Reports - Response
307307

@@ -403,7 +403,7 @@ Other special group types may be added in future MDS releases as relevant agency
403403

404404
Some combinations of parameters may return a small count of trips, which could increase a privacy risk of re-identification. To correct for that, Reports does not return data below a certain count of results. This is called k-anonymity, and the threshold is set at a k-value of 10.
405405

406-
If the report returns count values from 1 through 10, then a number of value `-1` is returned to represent redacted data. Counts of `0` are still returned as usual.
406+
If the report returns count values from 1 through 10, then a number of value `-1` is returned to represent redacted data. Counts of `0` are still returned as usual. This requirement is applied to both counts of trips and unique riders.
407407

408408
[Top][toc]
409409

0 commit comments

Comments
 (0)