Skip to content

Commit fbf5325

Browse files
authored
Realistic max_update_interval example
1 parent e60dee6 commit fbf5325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

policy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ Contains metadata applicable to the agency and at the top of its [Requirement](#
490490
| `mds_release` | text | Required | Release of MDS that the **requirements data feed** aligns to, based on official MDS releases. E.g. "1.2.0" |
491491
| `file_version` | integer | Required | Version of this file. Increment 1 with each modification. E.g. "3" |
492492
| `last_updated` | [timestamp][ts] | Required | When this file `version` was last updated. E.g. "1611958740" |
493-
| `max_update_interval` | duration | Required | The expected maximum frequency with which this file could be updated. [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations). E.g. "P1D" |
493+
| `max_update_interval` | duration | Required | The expected maximum frequency with which this file could be updated. [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations). E.g. "P1M" |
494494
| `agency_id` | UUID | Required | UUID of the agency this file applies to. Must come from [agencies.csv](/agencies.csv) file. E.g. "737a9c62-c0cb-4c93-be43-271d21b784b5" |
495495
| `agency_name` | text | Required | Name of the agency this file applies to. E.g. "Louisville Metro" |
496496
| `agency_timezone` | timezone | Required | [TZ Database Name](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) used for dates and times in Requirements and across all MDS endpoints. E.g. "America/New_York" |

0 commit comments

Comments
 (0)