File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.1.1
2+
3+ > Released: 2021-09-24
4+
5+ The 1.1.1 support release fixes the version validation for 1.1.0 in the JSON schema, and adds comms_restored to removed state.
6+
7+ ### CHANGES
8+
9+ - [ "removed" missing "comms_restored" option in provider schemas] ( https://github.com/openmobilityfoundation/mobility-data-specification/issues/690 )
10+ - [ Version number is 1.0.x for 1.1.0 release] ( https://github.com/openmobilityfoundation/mobility-data-specification/issues/669 )
11+
112## 1.1.0
213
314> Released: 2021-03-30
Original file line number Diff line number Diff line change 491491 "type" : " string" ,
492492 "description" : " The version of MDS this data represents" ,
493493 "examples" : [
494- " 1.0 .0"
494+ " 1.2 .0"
495495 ],
496496 "pattern" : " ^1\\ .2\\ .[0-9]+$"
497497 },
Original file line number Diff line number Diff line change 3737 "type" : " string" ,
3838 "description" : " The version of MDS this data represents" ,
3939 "examples" : [
40- " 1.0 .0"
40+ " 1.2 .0"
4141 ],
4242 "pattern" : " ^1\\ .2\\ .[0-9]+$"
4343 },
571571 }
572572 },
573573 "additionalProperties" : false
574- }
574+ }
Original file line number Diff line number Diff line change 3737 "type" : " string" ,
3838 "description" : " The version of MDS this data represents" ,
3939 "examples" : [
40- " 1.0 .0"
40+ " 1.2 .0"
4141 ],
4242 "pattern" : " ^1\\ .2\\ .[0-9]+$"
4343 },
423423 "contains" : {
424424 "enum" : [
425425 " agency_pick_up" ,
426+ " comms_restored" ,
426427 " compliance_pick_up" ,
427428 " decommissioned" ,
428429 " located" ,
508509 }
509510 },
510511 "additionalProperties" : false
511- }
512+ }
Original file line number Diff line number Diff line change 3737 "type" : " string" ,
3838 "description" : " The version of MDS this data represents" ,
3939 "examples" : [
40- " 1.0 .0"
40+ " 1.2 .0"
4141 ],
4242 "pattern" : " ^1\\ .2\\ .[0-9]+$"
4343 },
350350 }
351351 },
352352 "additionalProperties" : false
353- }
353+ }
Original file line number Diff line number Diff line change 3737 "type" : " string" ,
3838 "description" : " The version of MDS this data represents" ,
3939 "examples" : [
40- " 1.0 .0"
40+ " 1.2 .0"
4141 ],
4242 "pattern" : " ^1\\ .2\\ .[0-9]+$"
4343 },
375375 }
376376 },
377377 "additionalProperties" : false
378- }
378+ }
Original file line number Diff line number Diff line change 3737 "type" : " string" ,
3838 "description" : " The version of MDS this data represents" ,
3939 "examples" : [
40- " 1.0 .0"
40+ " 1.2 .0"
4141 ],
4242 "pattern" : " ^1\\ .2\\ .[0-9]+$"
4343 },
Original file line number Diff line number Diff line change 705705 "type" : " string" ,
706706 "description" : " The version of MDS this data represents" ,
707707 "examples" : [
708- " 1.0 .0"
708+ " 1.2 .0"
709709 ],
710710 "pattern" : " ^1\\ .2\\ .[0-9]+$"
711711 }
You can’t perform that action at this time.
0 commit comments