You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: policy/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -471,7 +471,7 @@ Contains metadata applicable to the agency and at the top of its [Requirement](#
471
471
"file_version":"[INTEGER]",
472
472
"last_updated":"[TIMESTAMP]",
473
473
"max_update_interval":"[DURATION]",
474
-
"agency_uuid":"[UUID]",
474
+
"agency_id":"[UUID]",
475
475
"agency_name":"[TEXT]",
476
476
"agency_timezone":"[TIMEZONE]",
477
477
"agency_language":"[TEXT]",
@@ -491,7 +491,7 @@ Contains metadata applicable to the agency and at the top of its [Requirement](#
491
491
|`file_version`| integer | Required | Version of this file. Increment 1 with each modification. E.g. "3" |
492
492
|`last_updated`|[timestamp][ts]| Required | When this file `version` was last updated. E.g. "1611958740" |
493
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" |
494
-
|`agency_uuid`| 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" |
494
+
|`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" |
495
495
|`agency_name`| text | Required | Name of the agency this file applies to. E.g. "Louisville Metro" |
496
496
|`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" |
497
497
|`agency_language`| text | Required | An [IETF BCP 47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language code, used across all MDS endpoints. E.g. "en-US" |
0 commit comments