gtfs 4.18.0 → 4.18.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -248,6 +248,12 @@ var agency = {
248
248
  name: "agency_email",
249
249
  type: "text",
250
250
  nocase: true
251
+ },
252
+ {
253
+ name: "cemv_support",
254
+ type: "integer",
255
+ min: 0,
256
+ max: 2
251
257
  }
252
258
  ]
253
259
  };
@@ -1178,6 +1184,12 @@ var routes = {
1178
1184
  name: "network_id",
1179
1185
  type: "text",
1180
1186
  prefix: true
1187
+ },
1188
+ {
1189
+ name: "cemv_support",
1190
+ type: "integer",
1191
+ min: 0,
1192
+ max: 2
1181
1193
  }
1182
1194
  ]
1183
1195
  };
@@ -1432,6 +1444,12 @@ var stops = {
1432
1444
  {
1433
1445
  name: "platform_code",
1434
1446
  type: "text"
1447
+ },
1448
+ {
1449
+ name: "stop_access",
1450
+ type: "integer",
1451
+ min: 0,
1452
+ max: 1
1435
1453
  }
1436
1454
  ]
1437
1455
  };