Skip to content

Commit 00c05fb

Browse files
authored
Reworded comment for start_date in Reports
1 parent 6c7f81e commit 00c05fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ A Report is defined by the following structure:
247247
| Column Name | Type | Comments |
248248
|----------------------| ----------------------------------------- | ------------------------------------------------ |
249249
| `provider_id` | UUID | A UUID for the Provider, unique within MDS. See MDS provider_id in [provider list](/providers.csv). |
250-
| `start_date` | date | Start date of trip the data row, ISO 8601 date format, i.e. YYYY-MM-DD |
250+
| `start_date` | date | Start date of the [Trip](#trips) data row, in ISO 8601 date format, i.e. YYYY-MM-DD |
251251
| `duration` | string | Value is always `P1M` for monthly. Based on [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations) |
252252
| `special_group_type` | [Special Group Type](#special-group-type) | Type that applies to this row |
253253
| `geography_id` | [Geography](/geography) | ID that applies to this row. Includes all IDs in /geography. When there is no /geography then return `null` for this value and return counts based on the entire operating area. |

0 commit comments

Comments
 (0)