Skip to content

Commit

Permalink
calendar.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
scmcca committed Jun 3, 2021
1 parent d5da8a9 commit 4c67cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtfs/spec/en/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ File: **Conditionally Required**

| Field Name | Type | Presence | Description |
| ------ | ------ | ------ |------ |
| `service_id` | ID | **Required** | Uniquely identifies a set of dates when service is available for one or more routes. Each `service_id` value can appear at most once in a [calendar.txt](#calendartxt) file. |
| `service_id` | ID | **Required** | Identifies a set of dates when service is available for one or more routes. Each `service_id` value must be unique in a [calendar.txt](#calendartxt) file. |
| `monday` | Enum | **Required** | Indicates whether the service operates on all Mondays in the date range specified by the `start_date` and `end_date` fields. Note that exceptions for particular dates may be listed in [calendar_dates.txt](#calendar_datestxt). Valid options are:<br><br>`1` - Service is available for all Mondays in the date range.<br>`0` - Service is not available for Mondays in the date range. |
| `tuesday` | Enum | **Required** | Functions in the same way as `monday` except applies to Tuesdays |
| `wednesday` | Enum | **Required** | Functions in the same way as `monday` except applies to Wednesdays |
Expand Down

0 comments on commit 4c67cb2

Please sign in to comment.