rsmp_schema 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +6 -0
- data/.rspec +1 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +49 -0
- data/LICENSE +7 -0
- data/README.md +73 -0
- data/Rakefile +18 -0
- data/examples/validate.rb +32 -0
- data/exe/rsmp_schema +4 -0
- data/lib/rsmp_schema/cli.rb +35 -0
- data/lib/rsmp_schema/convert/export/json_schema.rb +223 -0
- data/lib/rsmp_schema/convert/import/yaml.rb +41 -0
- data/lib/rsmp_schema/error.rb +13 -0
- data/lib/rsmp_schema/schema.rb +102 -0
- data/lib/rsmp_schema/version.rb +5 -0
- data/lib/rsmp_schema.rb +7 -0
- data/rsmp_schema.gemspec +40 -0
- data/schemas/core/3.1.1/aggregated_status.json +25 -0
- data/schemas/core/3.1.1/alarm.json +58 -0
- data/schemas/core/3.1.1/alarm_issue.json +47 -0
- data/schemas/core/3.1.1/alarm_suspend_resume.json +3 -0
- data/schemas/core/3.1.1/alarm_suspended_resumed.json +47 -0
- data/schemas/core/3.1.1/command_request.json +24 -0
- data/schemas/core/3.1.1/command_response.json +34 -0
- data/schemas/core/3.1.1/core.json +38 -0
- data/schemas/core/3.1.1/definitions.json +67 -0
- data/schemas/core/3.1.1/message_ack.json +11 -0
- data/schemas/core/3.1.1/message_not_ack.json +15 -0
- data/schemas/core/3.1.1/rsmp.json +124 -0
- data/schemas/core/3.1.1/status.json +21 -0
- data/schemas/core/3.1.1/status_request.json +5 -0
- data/schemas/core/3.1.1/status_response.json +30 -0
- data/schemas/core/3.1.1/status_subscribe.json +27 -0
- data/schemas/core/3.1.1/status_unsubscribe.json +5 -0
- data/schemas/core/3.1.1/status_update.json +30 -0
- data/schemas/core/3.1.1/version.json +47 -0
- data/schemas/core/3.1.1/watchdog.json +9 -0
- data/schemas/core/3.1.2/rsmp.json +3 -0
- data/schemas/core/3.1.3/rsmp.json +124 -0
- data/schemas/core/3.1.3/status_response.json +30 -0
- data/schemas/core/3.1.3/status_update.json +30 -0
- data/schemas/core/3.1.4/rsmp.json +3 -0
- data/schemas/core/3.1.5/aggregated_status_request.json +9 -0
- data/schemas/core/3.1.5/alarm.json +68 -0
- data/schemas/core/3.1.5/alarm_request.json +3 -0
- data/schemas/core/3.1.5/core.json +39 -0
- data/schemas/core/3.1.5/rsmp.json +133 -0
- data/schemas/core/3.1.5/status.json +21 -0
- data/schemas/core/3.1.5/status_subscribe.json +31 -0
- data/schemas/core/3.2/alarm.json +62 -0
- data/schemas/core/3.2/core.json +39 -0
- data/schemas/core/3.2/rsmp.json +133 -0
- data/schemas/tlc/1.0.10/alarms/A0001.json +7 -0
- data/schemas/tlc/1.0.10/alarms/A0002.json +7 -0
- data/schemas/tlc/1.0.10/alarms/A0003.json +7 -0
- data/schemas/tlc/1.0.10/alarms/A0004.json +7 -0
- data/schemas/tlc/1.0.10/alarms/A0005.json +7 -0
- data/schemas/tlc/1.0.10/alarms/A0006.json +7 -0
- data/schemas/tlc/1.0.10/alarms/A0007.json +7 -0
- data/schemas/tlc/1.0.10/alarms/A0008.json +40 -0
- data/schemas/tlc/1.0.10/alarms/A0009.json +7 -0
- data/schemas/tlc/1.0.10/alarms/A0101.json +7 -0
- data/schemas/tlc/1.0.10/alarms/A0201.json +39 -0
- data/schemas/tlc/1.0.10/alarms/A0202.json +39 -0
- data/schemas/tlc/1.0.10/alarms/A0301.json +111 -0
- data/schemas/tlc/1.0.10/alarms/A0302.json +137 -0
- data/schemas/tlc/1.0.10/alarms/alarms.json +238 -0
- data/schemas/tlc/1.0.10/commands/M0001.json +125 -0
- data/schemas/tlc/1.0.10/commands/M0002.json +91 -0
- data/schemas/tlc/1.0.10/commands/M0003.json +91 -0
- data/schemas/tlc/1.0.10/commands/M0004.json +64 -0
- data/schemas/tlc/1.0.10/commands/M0005.json +91 -0
- data/schemas/tlc/1.0.10/commands/M0006.json +91 -0
- data/schemas/tlc/1.0.10/commands/M0007.json +64 -0
- data/schemas/tlc/1.0.10/commands/M0008.json +91 -0
- data/schemas/tlc/1.0.10/commands/M0010.json +64 -0
- data/schemas/tlc/1.0.10/commands/M0011.json +64 -0
- data/schemas/tlc/1.0.10/commands/M0012.json +58 -0
- data/schemas/tlc/1.0.10/commands/M0013.json +58 -0
- data/schemas/tlc/1.0.10/commands/M0019.json +118 -0
- data/schemas/tlc/1.0.10/commands/M0103.json +82 -0
- data/schemas/tlc/1.0.10/commands/M0104.json +199 -0
- data/schemas/tlc/1.0.10/commands/command_requests.json +7 -0
- data/schemas/tlc/1.0.10/commands/command_responses.json +7 -0
- data/schemas/tlc/1.0.10/commands/commands.json +254 -0
- data/schemas/tlc/1.0.10/statuses/S0001.json +116 -0
- data/schemas/tlc/1.0.10/statuses/S0002.json +34 -0
- data/schemas/tlc/1.0.10/statuses/S0003.json +55 -0
- data/schemas/tlc/1.0.10/statuses/S0004.json +55 -0
- data/schemas/tlc/1.0.10/statuses/S0005.json +40 -0
- data/schemas/tlc/1.0.10/statuses/S0006.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0007.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0008.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0009.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0010.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0011.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0012.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0013.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0014.json +40 -0
- data/schemas/tlc/1.0.10/statuses/S0015.json +40 -0
- data/schemas/tlc/1.0.10/statuses/S0016.json +40 -0
- data/schemas/tlc/1.0.10/statuses/S0017.json +40 -0
- data/schemas/tlc/1.0.10/statuses/S0018.json +40 -0
- data/schemas/tlc/1.0.10/statuses/S0019.json +40 -0
- data/schemas/tlc/1.0.10/statuses/S0020.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0021.json +35 -0
- data/schemas/tlc/1.0.10/statuses/S0091.json +58 -0
- data/schemas/tlc/1.0.10/statuses/S0092.json +58 -0
- data/schemas/tlc/1.0.10/statuses/S0095.json +34 -0
- data/schemas/tlc/1.0.10/statuses/S0096.json +175 -0
- data/schemas/tlc/1.0.10/statuses/S0201.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0202.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0203.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0204.json +283 -0
- data/schemas/tlc/1.0.10/statuses/statuses.json +482 -0
- data/schemas/tlc/1.0.10/sxl.json +73 -0
- data/schemas/tlc/1.0.10/sxl.yaml +1059 -0
- data/schemas/tlc/1.0.13/alarms/A0001.json +7 -0
- data/schemas/tlc/1.0.13/alarms/A0002.json +7 -0
- data/schemas/tlc/1.0.13/alarms/A0003.json +7 -0
- data/schemas/tlc/1.0.13/alarms/A0004.json +7 -0
- data/schemas/tlc/1.0.13/alarms/A0005.json +7 -0
- data/schemas/tlc/1.0.13/alarms/A0006.json +7 -0
- data/schemas/tlc/1.0.13/alarms/A0007.json +7 -0
- data/schemas/tlc/1.0.13/alarms/A0008.json +40 -0
- data/schemas/tlc/1.0.13/alarms/A0009.json +7 -0
- data/schemas/tlc/1.0.13/alarms/A0101.json +7 -0
- data/schemas/tlc/1.0.13/alarms/A0201.json +39 -0
- data/schemas/tlc/1.0.13/alarms/A0202.json +39 -0
- data/schemas/tlc/1.0.13/alarms/A0301.json +111 -0
- data/schemas/tlc/1.0.13/alarms/A0302.json +137 -0
- data/schemas/tlc/1.0.13/alarms/alarms.json +238 -0
- data/schemas/tlc/1.0.13/commands/M0001.json +125 -0
- data/schemas/tlc/1.0.13/commands/M0002.json +91 -0
- data/schemas/tlc/1.0.13/commands/M0003.json +91 -0
- data/schemas/tlc/1.0.13/commands/M0004.json +64 -0
- data/schemas/tlc/1.0.13/commands/M0005.json +91 -0
- data/schemas/tlc/1.0.13/commands/M0006.json +91 -0
- data/schemas/tlc/1.0.13/commands/M0007.json +64 -0
- data/schemas/tlc/1.0.13/commands/M0008.json +91 -0
- data/schemas/tlc/1.0.13/commands/M0010.json +64 -0
- data/schemas/tlc/1.0.13/commands/M0011.json +64 -0
- data/schemas/tlc/1.0.13/commands/M0012.json +58 -0
- data/schemas/tlc/1.0.13/commands/M0013.json +58 -0
- data/schemas/tlc/1.0.13/commands/M0014.json +85 -0
- data/schemas/tlc/1.0.13/commands/M0015.json +91 -0
- data/schemas/tlc/1.0.13/commands/M0016.json +58 -0
- data/schemas/tlc/1.0.13/commands/M0017.json +58 -0
- data/schemas/tlc/1.0.13/commands/M0018.json +91 -0
- data/schemas/tlc/1.0.13/commands/M0019.json +118 -0
- data/schemas/tlc/1.0.13/commands/M0103.json +82 -0
- data/schemas/tlc/1.0.13/commands/M0104.json +199 -0
- data/schemas/tlc/1.0.13/commands/command_requests.json +7 -0
- data/schemas/tlc/1.0.13/commands/command_responses.json +7 -0
- data/schemas/tlc/1.0.13/commands/commands.json +334 -0
- data/schemas/tlc/1.0.13/statuses/S0001.json +116 -0
- data/schemas/tlc/1.0.13/statuses/S0002.json +34 -0
- data/schemas/tlc/1.0.13/statuses/S0003.json +55 -0
- data/schemas/tlc/1.0.13/statuses/S0004.json +55 -0
- data/schemas/tlc/1.0.13/statuses/S0005.json +40 -0
- data/schemas/tlc/1.0.13/statuses/S0006.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0007.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0008.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0009.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0010.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0011.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0012.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0013.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0014.json +40 -0
- data/schemas/tlc/1.0.13/statuses/S0015.json +40 -0
- data/schemas/tlc/1.0.13/statuses/S0016.json +40 -0
- data/schemas/tlc/1.0.13/statuses/S0017.json +40 -0
- data/schemas/tlc/1.0.13/statuses/S0018.json +40 -0
- data/schemas/tlc/1.0.13/statuses/S0019.json +40 -0
- data/schemas/tlc/1.0.13/statuses/S0020.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0021.json +35 -0
- data/schemas/tlc/1.0.13/statuses/S0022.json +34 -0
- data/schemas/tlc/1.0.13/statuses/S0023.json +35 -0
- data/schemas/tlc/1.0.13/statuses/S0024.json +35 -0
- data/schemas/tlc/1.0.13/statuses/S0025.json +229 -0
- data/schemas/tlc/1.0.13/statuses/S0026.json +34 -0
- data/schemas/tlc/1.0.13/statuses/S0027.json +34 -0
- data/schemas/tlc/1.0.13/statuses/S0028.json +34 -0
- data/schemas/tlc/1.0.13/statuses/S0029.json +34 -0
- data/schemas/tlc/1.0.13/statuses/S0091.json +58 -0
- data/schemas/tlc/1.0.13/statuses/S0092.json +58 -0
- data/schemas/tlc/1.0.13/statuses/S0095.json +34 -0
- data/schemas/tlc/1.0.13/statuses/S0096.json +175 -0
- data/schemas/tlc/1.0.13/statuses/S0201.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0202.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0203.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0204.json +283 -0
- data/schemas/tlc/1.0.13/statuses/statuses.json +610 -0
- data/schemas/tlc/1.0.13/sxl.json +73 -0
- data/schemas/tlc/1.0.13/sxl.yaml +1376 -0
- data/schemas/tlc/1.0.14/alarms/A0001.json +7 -0
- data/schemas/tlc/1.0.14/alarms/A0002.json +7 -0
- data/schemas/tlc/1.0.14/alarms/A0003.json +7 -0
- data/schemas/tlc/1.0.14/alarms/A0004.json +7 -0
- data/schemas/tlc/1.0.14/alarms/A0005.json +7 -0
- data/schemas/tlc/1.0.14/alarms/A0006.json +7 -0
- data/schemas/tlc/1.0.14/alarms/A0007.json +7 -0
- data/schemas/tlc/1.0.14/alarms/A0008.json +40 -0
- data/schemas/tlc/1.0.14/alarms/A0009.json +7 -0
- data/schemas/tlc/1.0.14/alarms/A0101.json +7 -0
- data/schemas/tlc/1.0.14/alarms/A0201.json +39 -0
- data/schemas/tlc/1.0.14/alarms/A0202.json +39 -0
- data/schemas/tlc/1.0.14/alarms/A0301.json +111 -0
- data/schemas/tlc/1.0.14/alarms/A0302.json +137 -0
- data/schemas/tlc/1.0.14/alarms/alarms.json +238 -0
- data/schemas/tlc/1.0.14/commands/M0001.json +125 -0
- data/schemas/tlc/1.0.14/commands/M0002.json +91 -0
- data/schemas/tlc/1.0.14/commands/M0003.json +91 -0
- data/schemas/tlc/1.0.14/commands/M0004.json +64 -0
- data/schemas/tlc/1.0.14/commands/M0005.json +91 -0
- data/schemas/tlc/1.0.14/commands/M0006.json +91 -0
- data/schemas/tlc/1.0.14/commands/M0007.json +64 -0
- data/schemas/tlc/1.0.14/commands/M0008.json +91 -0
- data/schemas/tlc/1.0.14/commands/M0010.json +64 -0
- data/schemas/tlc/1.0.14/commands/M0011.json +64 -0
- data/schemas/tlc/1.0.14/commands/M0012.json +58 -0
- data/schemas/tlc/1.0.14/commands/M0013.json +58 -0
- data/schemas/tlc/1.0.14/commands/M0014.json +85 -0
- data/schemas/tlc/1.0.14/commands/M0015.json +91 -0
- data/schemas/tlc/1.0.14/commands/M0016.json +58 -0
- data/schemas/tlc/1.0.14/commands/M0017.json +58 -0
- data/schemas/tlc/1.0.14/commands/M0018.json +91 -0
- data/schemas/tlc/1.0.14/commands/M0019.json +118 -0
- data/schemas/tlc/1.0.14/commands/M0103.json +82 -0
- data/schemas/tlc/1.0.14/commands/M0104.json +199 -0
- data/schemas/tlc/1.0.14/commands/command_requests.json +7 -0
- data/schemas/tlc/1.0.14/commands/command_responses.json +7 -0
- data/schemas/tlc/1.0.14/commands/commands.json +334 -0
- data/schemas/tlc/1.0.14/statuses/S0001.json +116 -0
- data/schemas/tlc/1.0.14/statuses/S0002.json +34 -0
- data/schemas/tlc/1.0.14/statuses/S0003.json +55 -0
- data/schemas/tlc/1.0.14/statuses/S0004.json +55 -0
- data/schemas/tlc/1.0.14/statuses/S0005.json +40 -0
- data/schemas/tlc/1.0.14/statuses/S0006.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0007.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0008.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0009.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0010.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0011.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0012.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0013.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0014.json +40 -0
- data/schemas/tlc/1.0.14/statuses/S0015.json +40 -0
- data/schemas/tlc/1.0.14/statuses/S0016.json +40 -0
- data/schemas/tlc/1.0.14/statuses/S0017.json +40 -0
- data/schemas/tlc/1.0.14/statuses/S0018.json +40 -0
- data/schemas/tlc/1.0.14/statuses/S0019.json +40 -0
- data/schemas/tlc/1.0.14/statuses/S0020.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0021.json +35 -0
- data/schemas/tlc/1.0.14/statuses/S0022.json +34 -0
- data/schemas/tlc/1.0.14/statuses/S0023.json +35 -0
- data/schemas/tlc/1.0.14/statuses/S0024.json +35 -0
- data/schemas/tlc/1.0.14/statuses/S0025.json +229 -0
- data/schemas/tlc/1.0.14/statuses/S0026.json +34 -0
- data/schemas/tlc/1.0.14/statuses/S0027.json +34 -0
- data/schemas/tlc/1.0.14/statuses/S0028.json +34 -0
- data/schemas/tlc/1.0.14/statuses/S0029.json +34 -0
- data/schemas/tlc/1.0.14/statuses/S0091.json +58 -0
- data/schemas/tlc/1.0.14/statuses/S0092.json +58 -0
- data/schemas/tlc/1.0.14/statuses/S0095.json +34 -0
- data/schemas/tlc/1.0.14/statuses/S0096.json +175 -0
- data/schemas/tlc/1.0.14/statuses/S0201.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0202.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0203.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0204.json +283 -0
- data/schemas/tlc/1.0.14/statuses/S0205.json +61 -0
- data/schemas/tlc/1.0.14/statuses/S0206.json +61 -0
- data/schemas/tlc/1.0.14/statuses/S0207.json +61 -0
- data/schemas/tlc/1.0.14/statuses/S0208.json +229 -0
- data/schemas/tlc/1.0.14/statuses/statuses.json +674 -0
- data/schemas/tlc/1.0.14/sxl.json +73 -0
- data/schemas/tlc/1.0.14/sxl.yaml +1514 -0
- data/schemas/tlc/1.0.15/alarms/A0001.json +7 -0
- data/schemas/tlc/1.0.15/alarms/A0002.json +7 -0
- data/schemas/tlc/1.0.15/alarms/A0003.json +7 -0
- data/schemas/tlc/1.0.15/alarms/A0004.json +7 -0
- data/schemas/tlc/1.0.15/alarms/A0005.json +7 -0
- data/schemas/tlc/1.0.15/alarms/A0006.json +7 -0
- data/schemas/tlc/1.0.15/alarms/A0007.json +7 -0
- data/schemas/tlc/1.0.15/alarms/A0008.json +40 -0
- data/schemas/tlc/1.0.15/alarms/A0009.json +7 -0
- data/schemas/tlc/1.0.15/alarms/A0010.json +7 -0
- data/schemas/tlc/1.0.15/alarms/A0101.json +7 -0
- data/schemas/tlc/1.0.15/alarms/A0201.json +39 -0
- data/schemas/tlc/1.0.15/alarms/A0202.json +39 -0
- data/schemas/tlc/1.0.15/alarms/A0301.json +111 -0
- data/schemas/tlc/1.0.15/alarms/A0302.json +137 -0
- data/schemas/tlc/1.0.15/alarms/alarms.json +254 -0
- data/schemas/tlc/1.0.15/commands/M0001.json +125 -0
- data/schemas/tlc/1.0.15/commands/M0002.json +91 -0
- data/schemas/tlc/1.0.15/commands/M0003.json +91 -0
- data/schemas/tlc/1.0.15/commands/M0004.json +64 -0
- data/schemas/tlc/1.0.15/commands/M0005.json +91 -0
- data/schemas/tlc/1.0.15/commands/M0006.json +91 -0
- data/schemas/tlc/1.0.15/commands/M0007.json +64 -0
- data/schemas/tlc/1.0.15/commands/M0008.json +91 -0
- data/schemas/tlc/1.0.15/commands/M0010.json +64 -0
- data/schemas/tlc/1.0.15/commands/M0011.json +64 -0
- data/schemas/tlc/1.0.15/commands/M0012.json +58 -0
- data/schemas/tlc/1.0.15/commands/M0013.json +58 -0
- data/schemas/tlc/1.0.15/commands/M0014.json +85 -0
- data/schemas/tlc/1.0.15/commands/M0015.json +91 -0
- data/schemas/tlc/1.0.15/commands/M0016.json +58 -0
- data/schemas/tlc/1.0.15/commands/M0017.json +58 -0
- data/schemas/tlc/1.0.15/commands/M0018.json +91 -0
- data/schemas/tlc/1.0.15/commands/M0019.json +118 -0
- data/schemas/tlc/1.0.15/commands/M0020.json +118 -0
- data/schemas/tlc/1.0.15/commands/M0021.json +58 -0
- data/schemas/tlc/1.0.15/commands/M0103.json +82 -0
- data/schemas/tlc/1.0.15/commands/M0104.json +199 -0
- data/schemas/tlc/1.0.15/commands/command_requests.json +7 -0
- data/schemas/tlc/1.0.15/commands/command_responses.json +7 -0
- data/schemas/tlc/1.0.15/commands/commands.json +366 -0
- data/schemas/tlc/1.0.15/statuses/S0001.json +116 -0
- data/schemas/tlc/1.0.15/statuses/S0002.json +34 -0
- data/schemas/tlc/1.0.15/statuses/S0003.json +55 -0
- data/schemas/tlc/1.0.15/statuses/S0004.json +55 -0
- data/schemas/tlc/1.0.15/statuses/S0005.json +40 -0
- data/schemas/tlc/1.0.15/statuses/S0006.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0007.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0008.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0009.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0010.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0011.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0012.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0013.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0014.json +40 -0
- data/schemas/tlc/1.0.15/statuses/S0015.json +40 -0
- data/schemas/tlc/1.0.15/statuses/S0016.json +40 -0
- data/schemas/tlc/1.0.15/statuses/S0017.json +40 -0
- data/schemas/tlc/1.0.15/statuses/S0018.json +40 -0
- data/schemas/tlc/1.0.15/statuses/S0019.json +40 -0
- data/schemas/tlc/1.0.15/statuses/S0020.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0021.json +35 -0
- data/schemas/tlc/1.0.15/statuses/S0022.json +34 -0
- data/schemas/tlc/1.0.15/statuses/S0023.json +35 -0
- data/schemas/tlc/1.0.15/statuses/S0024.json +35 -0
- data/schemas/tlc/1.0.15/statuses/S0025.json +229 -0
- data/schemas/tlc/1.0.15/statuses/S0026.json +34 -0
- data/schemas/tlc/1.0.15/statuses/S0027.json +34 -0
- data/schemas/tlc/1.0.15/statuses/S0028.json +34 -0
- data/schemas/tlc/1.0.15/statuses/S0029.json +34 -0
- data/schemas/tlc/1.0.15/statuses/S0030.json +34 -0
- data/schemas/tlc/1.0.15/statuses/S0031.json +34 -0
- data/schemas/tlc/1.0.15/statuses/S0091.json +58 -0
- data/schemas/tlc/1.0.15/statuses/S0092.json +58 -0
- data/schemas/tlc/1.0.15/statuses/S0095.json +34 -0
- data/schemas/tlc/1.0.15/statuses/S0096.json +175 -0
- data/schemas/tlc/1.0.15/statuses/S0097.json +61 -0
- data/schemas/tlc/1.0.15/statuses/S0098.json +82 -0
- data/schemas/tlc/1.0.15/statuses/S0201.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0202.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0203.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0204.json +283 -0
- data/schemas/tlc/1.0.15/statuses/S0205.json +61 -0
- data/schemas/tlc/1.0.15/statuses/S0206.json +61 -0
- data/schemas/tlc/1.0.15/statuses/S0207.json +61 -0
- data/schemas/tlc/1.0.15/statuses/S0208.json +229 -0
- data/schemas/tlc/1.0.15/statuses/statuses.json +738 -0
- data/schemas/tlc/1.0.15/sxl.json +73 -0
- data/schemas/tlc/1.0.15/sxl.yaml +1660 -0
- data/schemas/tlc/1.0.7/alarms/A0001.json +7 -0
- data/schemas/tlc/1.0.7/alarms/A0002.json +7 -0
- data/schemas/tlc/1.0.7/alarms/A0003.json +7 -0
- data/schemas/tlc/1.0.7/alarms/A0004.json +7 -0
- data/schemas/tlc/1.0.7/alarms/A0005.json +7 -0
- data/schemas/tlc/1.0.7/alarms/A0006.json +7 -0
- data/schemas/tlc/1.0.7/alarms/A0007.json +7 -0
- data/schemas/tlc/1.0.7/alarms/A0008.json +40 -0
- data/schemas/tlc/1.0.7/alarms/A0009.json +7 -0
- data/schemas/tlc/1.0.7/alarms/A0101.json +7 -0
- data/schemas/tlc/1.0.7/alarms/A0201.json +39 -0
- data/schemas/tlc/1.0.7/alarms/A0202.json +39 -0
- data/schemas/tlc/1.0.7/alarms/A0301.json +111 -0
- data/schemas/tlc/1.0.7/alarms/A0302.json +137 -0
- data/schemas/tlc/1.0.7/alarms/alarms.json +238 -0
- data/schemas/tlc/1.0.7/commands/M0001.json +125 -0
- data/schemas/tlc/1.0.7/commands/M0002.json +91 -0
- data/schemas/tlc/1.0.7/commands/M0003.json +91 -0
- data/schemas/tlc/1.0.7/commands/M0004.json +64 -0
- data/schemas/tlc/1.0.7/commands/M0005.json +91 -0
- data/schemas/tlc/1.0.7/commands/M0006.json +91 -0
- data/schemas/tlc/1.0.7/commands/M0007.json +64 -0
- data/schemas/tlc/1.0.7/commands/M0008.json +91 -0
- data/schemas/tlc/1.0.7/commands/M0010.json +64 -0
- data/schemas/tlc/1.0.7/commands/M0011.json +64 -0
- data/schemas/tlc/1.0.7/commands/M0019.json +118 -0
- data/schemas/tlc/1.0.7/commands/M0103.json +82 -0
- data/schemas/tlc/1.0.7/commands/M0104.json +199 -0
- data/schemas/tlc/1.0.7/commands/command_requests.json +7 -0
- data/schemas/tlc/1.0.7/commands/command_responses.json +7 -0
- data/schemas/tlc/1.0.7/commands/commands.json +222 -0
- data/schemas/tlc/1.0.7/statuses/S0001.json +116 -0
- data/schemas/tlc/1.0.7/statuses/S0002.json +34 -0
- data/schemas/tlc/1.0.7/statuses/S0003.json +55 -0
- data/schemas/tlc/1.0.7/statuses/S0004.json +55 -0
- data/schemas/tlc/1.0.7/statuses/S0005.json +40 -0
- data/schemas/tlc/1.0.7/statuses/S0006.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0007.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0008.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0009.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0010.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0011.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0012.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0013.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0014.json +40 -0
- data/schemas/tlc/1.0.7/statuses/S0015.json +40 -0
- data/schemas/tlc/1.0.7/statuses/S0016.json +40 -0
- data/schemas/tlc/1.0.7/statuses/S0017.json +40 -0
- data/schemas/tlc/1.0.7/statuses/S0018.json +40 -0
- data/schemas/tlc/1.0.7/statuses/S0019.json +40 -0
- data/schemas/tlc/1.0.7/statuses/S0020.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0021.json +35 -0
- data/schemas/tlc/1.0.7/statuses/S0025.json +229 -0
- data/schemas/tlc/1.0.7/statuses/S0091.json +58 -0
- data/schemas/tlc/1.0.7/statuses/S0092.json +58 -0
- data/schemas/tlc/1.0.7/statuses/S0095.json +34 -0
- data/schemas/tlc/1.0.7/statuses/S0096.json +175 -0
- data/schemas/tlc/1.0.7/statuses/S0201.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0202.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0203.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0204.json +283 -0
- data/schemas/tlc/1.0.7/statuses/statuses.json +498 -0
- data/schemas/tlc/1.0.7/sxl.json +73 -0
- data/schemas/tlc/1.0.7/sxl.yaml +1026 -0
- data/schemas/tlc/1.0.8/alarms/A0001.json +7 -0
- data/schemas/tlc/1.0.8/alarms/A0002.json +7 -0
- data/schemas/tlc/1.0.8/alarms/A0003.json +7 -0
- data/schemas/tlc/1.0.8/alarms/A0004.json +7 -0
- data/schemas/tlc/1.0.8/alarms/A0005.json +7 -0
- data/schemas/tlc/1.0.8/alarms/A0006.json +7 -0
- data/schemas/tlc/1.0.8/alarms/A0007.json +7 -0
- data/schemas/tlc/1.0.8/alarms/A0008.json +40 -0
- data/schemas/tlc/1.0.8/alarms/A0009.json +7 -0
- data/schemas/tlc/1.0.8/alarms/A0101.json +7 -0
- data/schemas/tlc/1.0.8/alarms/A0201.json +39 -0
- data/schemas/tlc/1.0.8/alarms/A0202.json +39 -0
- data/schemas/tlc/1.0.8/alarms/A0301.json +111 -0
- data/schemas/tlc/1.0.8/alarms/A0302.json +137 -0
- data/schemas/tlc/1.0.8/alarms/alarms.json +238 -0
- data/schemas/tlc/1.0.8/commands/M0001.json +125 -0
- data/schemas/tlc/1.0.8/commands/M0002.json +91 -0
- data/schemas/tlc/1.0.8/commands/M0003.json +91 -0
- data/schemas/tlc/1.0.8/commands/M0004.json +64 -0
- data/schemas/tlc/1.0.8/commands/M0005.json +91 -0
- data/schemas/tlc/1.0.8/commands/M0006.json +91 -0
- data/schemas/tlc/1.0.8/commands/M0007.json +64 -0
- data/schemas/tlc/1.0.8/commands/M0008.json +91 -0
- data/schemas/tlc/1.0.8/commands/M0010.json +64 -0
- data/schemas/tlc/1.0.8/commands/M0011.json +64 -0
- data/schemas/tlc/1.0.8/commands/M0012.json +58 -0
- data/schemas/tlc/1.0.8/commands/M0013.json +58 -0
- data/schemas/tlc/1.0.8/commands/M0019.json +118 -0
- data/schemas/tlc/1.0.8/commands/M0103.json +82 -0
- data/schemas/tlc/1.0.8/commands/M0104.json +199 -0
- data/schemas/tlc/1.0.8/commands/command_requests.json +7 -0
- data/schemas/tlc/1.0.8/commands/command_responses.json +7 -0
- data/schemas/tlc/1.0.8/commands/commands.json +254 -0
- data/schemas/tlc/1.0.8/statuses/S0001.json +116 -0
- data/schemas/tlc/1.0.8/statuses/S0002.json +34 -0
- data/schemas/tlc/1.0.8/statuses/S0003.json +55 -0
- data/schemas/tlc/1.0.8/statuses/S0004.json +55 -0
- data/schemas/tlc/1.0.8/statuses/S0005.json +40 -0
- data/schemas/tlc/1.0.8/statuses/S0006.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0007.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0008.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0009.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0010.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0011.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0012.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0013.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0014.json +40 -0
- data/schemas/tlc/1.0.8/statuses/S0015.json +40 -0
- data/schemas/tlc/1.0.8/statuses/S0016.json +40 -0
- data/schemas/tlc/1.0.8/statuses/S0017.json +40 -0
- data/schemas/tlc/1.0.8/statuses/S0018.json +40 -0
- data/schemas/tlc/1.0.8/statuses/S0019.json +40 -0
- data/schemas/tlc/1.0.8/statuses/S0020.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0021.json +35 -0
- data/schemas/tlc/1.0.8/statuses/S0025.json +181 -0
- data/schemas/tlc/1.0.8/statuses/S0091.json +58 -0
- data/schemas/tlc/1.0.8/statuses/S0092.json +58 -0
- data/schemas/tlc/1.0.8/statuses/S0095.json +34 -0
- data/schemas/tlc/1.0.8/statuses/S0096.json +175 -0
- data/schemas/tlc/1.0.8/statuses/S0201.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0202.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0203.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0204.json +283 -0
- data/schemas/tlc/1.0.8/statuses/statuses.json +482 -0
- data/schemas/tlc/1.0.8/sxl.json +73 -0
- data/schemas/tlc/1.0.8/sxl.yaml +1059 -0
- data/schemas/tlc/1.0.9/alarms/A0001.json +7 -0
- data/schemas/tlc/1.0.9/alarms/A0002.json +7 -0
- data/schemas/tlc/1.0.9/alarms/A0003.json +7 -0
- data/schemas/tlc/1.0.9/alarms/A0004.json +7 -0
- data/schemas/tlc/1.0.9/alarms/A0005.json +7 -0
- data/schemas/tlc/1.0.9/alarms/A0006.json +7 -0
- data/schemas/tlc/1.0.9/alarms/A0007.json +7 -0
- data/schemas/tlc/1.0.9/alarms/A0008.json +40 -0
- data/schemas/tlc/1.0.9/alarms/A0009.json +7 -0
- data/schemas/tlc/1.0.9/alarms/A0101.json +7 -0
- data/schemas/tlc/1.0.9/alarms/A0201.json +39 -0
- data/schemas/tlc/1.0.9/alarms/A0202.json +39 -0
- data/schemas/tlc/1.0.9/alarms/A0301.json +111 -0
- data/schemas/tlc/1.0.9/alarms/A0302.json +137 -0
- data/schemas/tlc/1.0.9/alarms/alarms.json +238 -0
- data/schemas/tlc/1.0.9/commands/M0001.json +125 -0
- data/schemas/tlc/1.0.9/commands/M0002.json +91 -0
- data/schemas/tlc/1.0.9/commands/M0003.json +91 -0
- data/schemas/tlc/1.0.9/commands/M0004.json +64 -0
- data/schemas/tlc/1.0.9/commands/M0005.json +91 -0
- data/schemas/tlc/1.0.9/commands/M0006.json +91 -0
- data/schemas/tlc/1.0.9/commands/M0007.json +64 -0
- data/schemas/tlc/1.0.9/commands/M0008.json +91 -0
- data/schemas/tlc/1.0.9/commands/M0010.json +64 -0
- data/schemas/tlc/1.0.9/commands/M0011.json +64 -0
- data/schemas/tlc/1.0.9/commands/M0012.json +58 -0
- data/schemas/tlc/1.0.9/commands/M0013.json +58 -0
- data/schemas/tlc/1.0.9/commands/M0019.json +118 -0
- data/schemas/tlc/1.0.9/commands/M0103.json +82 -0
- data/schemas/tlc/1.0.9/commands/M0104.json +199 -0
- data/schemas/tlc/1.0.9/commands/command_requests.json +7 -0
- data/schemas/tlc/1.0.9/commands/command_responses.json +7 -0
- data/schemas/tlc/1.0.9/commands/commands.json +254 -0
- data/schemas/tlc/1.0.9/statuses/S0001.json +116 -0
- data/schemas/tlc/1.0.9/statuses/S0002.json +34 -0
- data/schemas/tlc/1.0.9/statuses/S0003.json +55 -0
- data/schemas/tlc/1.0.9/statuses/S0004.json +55 -0
- data/schemas/tlc/1.0.9/statuses/S0005.json +40 -0
- data/schemas/tlc/1.0.9/statuses/S0006.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0007.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0008.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0009.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0010.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0011.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0012.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0013.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0014.json +40 -0
- data/schemas/tlc/1.0.9/statuses/S0015.json +40 -0
- data/schemas/tlc/1.0.9/statuses/S0016.json +40 -0
- data/schemas/tlc/1.0.9/statuses/S0017.json +40 -0
- data/schemas/tlc/1.0.9/statuses/S0018.json +40 -0
- data/schemas/tlc/1.0.9/statuses/S0019.json +40 -0
- data/schemas/tlc/1.0.9/statuses/S0020.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0021.json +35 -0
- data/schemas/tlc/1.0.9/statuses/S0025.json +181 -0
- data/schemas/tlc/1.0.9/statuses/S0091.json +58 -0
- data/schemas/tlc/1.0.9/statuses/S0092.json +58 -0
- data/schemas/tlc/1.0.9/statuses/S0095.json +34 -0
- data/schemas/tlc/1.0.9/statuses/S0096.json +175 -0
- data/schemas/tlc/1.0.9/statuses/S0201.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0202.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0203.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0204.json +283 -0
- data/schemas/tlc/1.0.9/statuses/statuses.json +482 -0
- data/schemas/tlc/1.0.9/sxl.json +73 -0
- data/schemas/tlc/1.0.9/sxl.yaml +1059 -0
- data/schemas/tlc/1.1/alarms/A0001.json +7 -0
- data/schemas/tlc/1.1/alarms/A0002.json +7 -0
- data/schemas/tlc/1.1/alarms/A0003.json +7 -0
- data/schemas/tlc/1.1/alarms/A0004.json +7 -0
- data/schemas/tlc/1.1/alarms/A0005.json +7 -0
- data/schemas/tlc/1.1/alarms/A0006.json +7 -0
- data/schemas/tlc/1.1/alarms/A0007.json +38 -0
- data/schemas/tlc/1.1/alarms/A0008.json +40 -0
- data/schemas/tlc/1.1/alarms/A0009.json +7 -0
- data/schemas/tlc/1.1/alarms/A0010.json +7 -0
- data/schemas/tlc/1.1/alarms/A0101.json +7 -0
- data/schemas/tlc/1.1/alarms/A0201.json +39 -0
- data/schemas/tlc/1.1/alarms/A0202.json +39 -0
- data/schemas/tlc/1.1/alarms/A0301.json +111 -0
- data/schemas/tlc/1.1/alarms/A0302.json +137 -0
- data/schemas/tlc/1.1/alarms/alarms.json +254 -0
- data/schemas/tlc/1.1/commands/M0001.json +125 -0
- data/schemas/tlc/1.1/commands/M0002.json +91 -0
- data/schemas/tlc/1.1/commands/M0003.json +91 -0
- data/schemas/tlc/1.1/commands/M0004.json +64 -0
- data/schemas/tlc/1.1/commands/M0005.json +91 -0
- data/schemas/tlc/1.1/commands/M0006.json +91 -0
- data/schemas/tlc/1.1/commands/M0007.json +64 -0
- data/schemas/tlc/1.1/commands/M0008.json +91 -0
- data/schemas/tlc/1.1/commands/M0010.json +64 -0
- data/schemas/tlc/1.1/commands/M0011.json +64 -0
- data/schemas/tlc/1.1/commands/M0012.json +58 -0
- data/schemas/tlc/1.1/commands/M0013.json +58 -0
- data/schemas/tlc/1.1/commands/M0014.json +85 -0
- data/schemas/tlc/1.1/commands/M0015.json +91 -0
- data/schemas/tlc/1.1/commands/M0016.json +58 -0
- data/schemas/tlc/1.1/commands/M0017.json +58 -0
- data/schemas/tlc/1.1/commands/M0018.json +91 -0
- data/schemas/tlc/1.1/commands/M0019.json +118 -0
- data/schemas/tlc/1.1/commands/M0020.json +118 -0
- data/schemas/tlc/1.1/commands/M0021.json +58 -0
- data/schemas/tlc/1.1/commands/M0103.json +82 -0
- data/schemas/tlc/1.1/commands/M0104.json +199 -0
- data/schemas/tlc/1.1/commands/command_requests.json +7 -0
- data/schemas/tlc/1.1/commands/command_responses.json +7 -0
- data/schemas/tlc/1.1/commands/commands.json +366 -0
- data/schemas/tlc/1.1/statuses/S0001.json +116 -0
- data/schemas/tlc/1.1/statuses/S0002.json +34 -0
- data/schemas/tlc/1.1/statuses/S0003.json +55 -0
- data/schemas/tlc/1.1/statuses/S0004.json +55 -0
- data/schemas/tlc/1.1/statuses/S0005.json +40 -0
- data/schemas/tlc/1.1/statuses/S0006.json +67 -0
- data/schemas/tlc/1.1/statuses/S0007.json +95 -0
- data/schemas/tlc/1.1/statuses/S0008.json +95 -0
- data/schemas/tlc/1.1/statuses/S0009.json +95 -0
- data/schemas/tlc/1.1/statuses/S0010.json +95 -0
- data/schemas/tlc/1.1/statuses/S0011.json +95 -0
- data/schemas/tlc/1.1/statuses/S0012.json +95 -0
- data/schemas/tlc/1.1/statuses/S0013.json +67 -0
- data/schemas/tlc/1.1/statuses/S0014.json +68 -0
- data/schemas/tlc/1.1/statuses/S0015.json +68 -0
- data/schemas/tlc/1.1/statuses/S0016.json +40 -0
- data/schemas/tlc/1.1/statuses/S0017.json +40 -0
- data/schemas/tlc/1.1/statuses/S0018.json +40 -0
- data/schemas/tlc/1.1/statuses/S0019.json +40 -0
- data/schemas/tlc/1.1/statuses/S0020.json +67 -0
- data/schemas/tlc/1.1/statuses/S0021.json +35 -0
- data/schemas/tlc/1.1/statuses/S0022.json +34 -0
- data/schemas/tlc/1.1/statuses/S0023.json +35 -0
- data/schemas/tlc/1.1/statuses/S0024.json +35 -0
- data/schemas/tlc/1.1/statuses/S0025.json +229 -0
- data/schemas/tlc/1.1/statuses/S0026.json +34 -0
- data/schemas/tlc/1.1/statuses/S0027.json +34 -0
- data/schemas/tlc/1.1/statuses/S0028.json +34 -0
- data/schemas/tlc/1.1/statuses/S0029.json +34 -0
- data/schemas/tlc/1.1/statuses/S0030.json +34 -0
- data/schemas/tlc/1.1/statuses/S0031.json +34 -0
- data/schemas/tlc/1.1/statuses/S0091.json +45 -0
- data/schemas/tlc/1.1/statuses/S0092.json +45 -0
- data/schemas/tlc/1.1/statuses/S0095.json +34 -0
- data/schemas/tlc/1.1/statuses/S0096.json +175 -0
- data/schemas/tlc/1.1/statuses/S0097.json +61 -0
- data/schemas/tlc/1.1/statuses/S0098.json +82 -0
- data/schemas/tlc/1.1/statuses/S0201.json +67 -0
- data/schemas/tlc/1.1/statuses/S0202.json +67 -0
- data/schemas/tlc/1.1/statuses/S0203.json +67 -0
- data/schemas/tlc/1.1/statuses/S0204.json +283 -0
- data/schemas/tlc/1.1/statuses/S0205.json +61 -0
- data/schemas/tlc/1.1/statuses/S0206.json +61 -0
- data/schemas/tlc/1.1/statuses/S0207.json +61 -0
- data/schemas/tlc/1.1/statuses/S0208.json +229 -0
- data/schemas/tlc/1.1/statuses/statuses.json +738 -0
- data/schemas/tlc/1.1/sxl.json +73 -0
- data/schemas/tlc/1.1/sxl.yaml +1749 -0
- metadata +784 -0
@@ -0,0 +1,229 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Time-of-Green / Time-of-Red.\nProvides predicted signal timings of green and red for each signal group. Max, min and likely time to green and red.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"ToGConfidence",
|
9
|
+
"ToRConfidence",
|
10
|
+
"likelyToGEstimate",
|
11
|
+
"likelyToREstimate",
|
12
|
+
"maxToGEstimate",
|
13
|
+
"maxToREstimate",
|
14
|
+
"minToGEstimate",
|
15
|
+
"minToREstimate"
|
16
|
+
]
|
17
|
+
}
|
18
|
+
}
|
19
|
+
},
|
20
|
+
{
|
21
|
+
"if" : {
|
22
|
+
"required" : [
|
23
|
+
"n"
|
24
|
+
],
|
25
|
+
"properties" : {
|
26
|
+
"n" : {
|
27
|
+
"const" : "minToGEstimate"
|
28
|
+
}
|
29
|
+
}
|
30
|
+
},
|
31
|
+
"then" : {
|
32
|
+
"properties" : {
|
33
|
+
"s" : {
|
34
|
+
"allOf" : [
|
35
|
+
{
|
36
|
+
"description" : "Time stamp for the minimum time for the signal group to go to green. If the signal group is green, it is the minimum time for the next green.\nFormat according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
|
40
|
+
}
|
41
|
+
]
|
42
|
+
}
|
43
|
+
}
|
44
|
+
}
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"if" : {
|
48
|
+
"required" : [
|
49
|
+
"n"
|
50
|
+
],
|
51
|
+
"properties" : {
|
52
|
+
"n" : {
|
53
|
+
"const" : "maxToGEstimate"
|
54
|
+
}
|
55
|
+
}
|
56
|
+
},
|
57
|
+
"then" : {
|
58
|
+
"properties" : {
|
59
|
+
"s" : {
|
60
|
+
"allOf" : [
|
61
|
+
{
|
62
|
+
"description" : "Time stamp for the maximum time for the signal group to go to green. If the signal group is green, it is the maximum time for the next green.\nFormat according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
|
66
|
+
}
|
67
|
+
]
|
68
|
+
}
|
69
|
+
}
|
70
|
+
}
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"if" : {
|
74
|
+
"required" : [
|
75
|
+
"n"
|
76
|
+
],
|
77
|
+
"properties" : {
|
78
|
+
"n" : {
|
79
|
+
"const" : "likelyToGEstimate"
|
80
|
+
}
|
81
|
+
}
|
82
|
+
},
|
83
|
+
"then" : {
|
84
|
+
"properties" : {
|
85
|
+
"s" : {
|
86
|
+
"allOf" : [
|
87
|
+
{
|
88
|
+
"description" : "Time stamp for the most likely time for the signal group to go to green. If the signal group is green, it is the most likely time for the next green.\nFormat according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z"
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
|
92
|
+
}
|
93
|
+
]
|
94
|
+
}
|
95
|
+
}
|
96
|
+
}
|
97
|
+
},
|
98
|
+
{
|
99
|
+
"if" : {
|
100
|
+
"required" : [
|
101
|
+
"n"
|
102
|
+
],
|
103
|
+
"properties" : {
|
104
|
+
"n" : {
|
105
|
+
"const" : "ToGConfidence"
|
106
|
+
}
|
107
|
+
}
|
108
|
+
},
|
109
|
+
"then" : {
|
110
|
+
"properties" : {
|
111
|
+
"s" : {
|
112
|
+
"allOf" : [
|
113
|
+
{
|
114
|
+
"description" : "Confidence of the likelyToGEstimate. 0-100%"
|
115
|
+
},
|
116
|
+
{
|
117
|
+
"$ref" : "../../../core/3.1.1/definitions.json#/integer"
|
118
|
+
}
|
119
|
+
]
|
120
|
+
}
|
121
|
+
}
|
122
|
+
}
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"if" : {
|
126
|
+
"required" : [
|
127
|
+
"n"
|
128
|
+
],
|
129
|
+
"properties" : {
|
130
|
+
"n" : {
|
131
|
+
"const" : "minToREstimate"
|
132
|
+
}
|
133
|
+
}
|
134
|
+
},
|
135
|
+
"then" : {
|
136
|
+
"properties" : {
|
137
|
+
"s" : {
|
138
|
+
"allOf" : [
|
139
|
+
{
|
140
|
+
"description" : "Time stamp for the minimum time for the signal group to go to red. If the signal group is red, it is the minimum time for the next red.\nFormat according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z"
|
141
|
+
},
|
142
|
+
{
|
143
|
+
"$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
|
144
|
+
}
|
145
|
+
]
|
146
|
+
}
|
147
|
+
}
|
148
|
+
}
|
149
|
+
},
|
150
|
+
{
|
151
|
+
"if" : {
|
152
|
+
"required" : [
|
153
|
+
"n"
|
154
|
+
],
|
155
|
+
"properties" : {
|
156
|
+
"n" : {
|
157
|
+
"const" : "maxToREstimate"
|
158
|
+
}
|
159
|
+
}
|
160
|
+
},
|
161
|
+
"then" : {
|
162
|
+
"properties" : {
|
163
|
+
"s" : {
|
164
|
+
"allOf" : [
|
165
|
+
{
|
166
|
+
"description" : "Time stamp for the maximum time for the signal group to go to red. If the signal group is red, it is the maximum time for the next red.\nFormat according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z"
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
|
170
|
+
}
|
171
|
+
]
|
172
|
+
}
|
173
|
+
}
|
174
|
+
}
|
175
|
+
},
|
176
|
+
{
|
177
|
+
"if" : {
|
178
|
+
"required" : [
|
179
|
+
"n"
|
180
|
+
],
|
181
|
+
"properties" : {
|
182
|
+
"n" : {
|
183
|
+
"const" : "likelyToREstimate"
|
184
|
+
}
|
185
|
+
}
|
186
|
+
},
|
187
|
+
"then" : {
|
188
|
+
"properties" : {
|
189
|
+
"s" : {
|
190
|
+
"allOf" : [
|
191
|
+
{
|
192
|
+
"description" : "Time stamp for the most likely time for the signal group to go to red. If the signal group is red, it is the most likely time for the next red.\nFormat according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z"
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
|
196
|
+
}
|
197
|
+
]
|
198
|
+
}
|
199
|
+
}
|
200
|
+
}
|
201
|
+
},
|
202
|
+
{
|
203
|
+
"if" : {
|
204
|
+
"required" : [
|
205
|
+
"n"
|
206
|
+
],
|
207
|
+
"properties" : {
|
208
|
+
"n" : {
|
209
|
+
"const" : "ToRConfidence"
|
210
|
+
}
|
211
|
+
}
|
212
|
+
},
|
213
|
+
"then" : {
|
214
|
+
"properties" : {
|
215
|
+
"s" : {
|
216
|
+
"allOf" : [
|
217
|
+
{
|
218
|
+
"description" : "Confidence of the likelyToREstimate. 0-100%"
|
219
|
+
},
|
220
|
+
{
|
221
|
+
"$ref" : "../../../core/3.1.1/definitions.json#/integer"
|
222
|
+
}
|
223
|
+
]
|
224
|
+
}
|
225
|
+
}
|
226
|
+
}
|
227
|
+
}
|
228
|
+
]
|
229
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Week time table.\nWeek time table for signal programs (time plan) to use for each day during a week.\nThe week time table determine which predefined signal timings (time plan) to use during the week for optimal traffic flow.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"status"
|
9
|
+
]
|
10
|
+
}
|
11
|
+
}
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"if" : {
|
15
|
+
"required" : [
|
16
|
+
"n"
|
17
|
+
],
|
18
|
+
"properties" : {
|
19
|
+
"n" : {
|
20
|
+
"const" : "status"
|
21
|
+
}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"then" : {
|
25
|
+
"properties" : {
|
26
|
+
"s" : {
|
27
|
+
"description" : "Week time table. Defines time table to use for each week day\nEach day is written as d-t where:\nd=day of week\nt=time table nr\n\nDay of week legend:\n0=Monday\n1=Tuesday\n2=Wednesday\n3=Thursday\n4=Friday\n5=Saturday\n6=Sunday\n\nEach segment is separated with a comma\nE.g.\nd-t,d-t",
|
28
|
+
"type" : "string"
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
]
|
34
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Time tables.\nTime of day for when to switch signal program (time plan).\nThe signal timings (time plan) to use during time of day for optimal traffic flow.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"status"
|
9
|
+
]
|
10
|
+
}
|
11
|
+
}
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"if" : {
|
15
|
+
"required" : [
|
16
|
+
"n"
|
17
|
+
],
|
18
|
+
"properties" : {
|
19
|
+
"n" : {
|
20
|
+
"const" : "status"
|
21
|
+
}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"then" : {
|
25
|
+
"properties" : {
|
26
|
+
"s" : {
|
27
|
+
"description" : "Time Table. Defines time tables.\nEach time definition is written as t-o-h-m where:\nt=time table nr (1-12)\no=function\nh=hour - switching time\nm=minute - switching minute\n\nFunction legend:\n0=no plan is selected by time table\n1=set plan 1\n…\n16= set plan 16\n\nhour and minute is using local time (not UTC)\n\nEach time definition is separated with a comma\n\nE.g.\nt-o-h-m,t-o-h-m",
|
28
|
+
"type" : "string"
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
]
|
34
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Cycle time.\nCycle time (or cycle length) is the sum of all phases in a time plan (traffic program). This time is fixed when using fixed time control or coordination (except \"local coordination\"). When the cycle counter reaches this length it is reset back to zero.\nChanging the cycle time can be used as part of scenario based control.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"status"
|
9
|
+
]
|
10
|
+
}
|
11
|
+
}
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"if" : {
|
15
|
+
"required" : [
|
16
|
+
"n"
|
17
|
+
],
|
18
|
+
"properties" : {
|
19
|
+
"n" : {
|
20
|
+
"const" : "status"
|
21
|
+
}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"then" : {
|
25
|
+
"properties" : {
|
26
|
+
"s" : {
|
27
|
+
"description" : "Cycle time table\nEach cycle time is written as pp-tt where:\npp=time plan\ntt=cycle time in seconds\n\nEach cycle time is separated with a comma\n\nE.g.\npp-tt,pp-tt",
|
28
|
+
"type" : "string"
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
]
|
34
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Forced input status.\nProvide status of input (1-255) regarding if they are forced or not. Can be used for all types of input where the traffic light controller must react to external control.\nCan be used for bus priority, coordination between traffic controllers, external control systems, and much more.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"status"
|
9
|
+
]
|
10
|
+
}
|
11
|
+
}
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"if" : {
|
15
|
+
"required" : [
|
16
|
+
"n"
|
17
|
+
],
|
18
|
+
"properties" : {
|
19
|
+
"n" : {
|
20
|
+
"const" : "status"
|
21
|
+
}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"then" : {
|
25
|
+
"properties" : {
|
26
|
+
"s" : {
|
27
|
+
"description" : "Forced input status as text field",
|
28
|
+
"type" : "string"
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
]
|
34
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Forced output status.\nProvide status of output (1-255) regarding if they are forced or not. Can be used for all types of output where the traffic light controller needs to control other equipment.\nCan be used for bus priority, coordination between traffic controllers, external control systems, and much more.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"status"
|
9
|
+
]
|
10
|
+
}
|
11
|
+
}
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"if" : {
|
15
|
+
"required" : [
|
16
|
+
"n"
|
17
|
+
],
|
18
|
+
"properties" : {
|
19
|
+
"n" : {
|
20
|
+
"const" : "status"
|
21
|
+
}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"then" : {
|
25
|
+
"properties" : {
|
26
|
+
"s" : {
|
27
|
+
"description" : "Forced output status as text field",
|
28
|
+
"type" : "string"
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
]
|
34
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Trigger level sensitivity for loop detector.\nThe trigger level sensitivity determines at what level the loop detector should trigger. If it set too low then then traffic will not be detected as intended. If it is set too high the detector might give false positives.\nCan be used to make sure that the detectors detect traffic as intended.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"status"
|
9
|
+
]
|
10
|
+
}
|
11
|
+
}
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"if" : {
|
15
|
+
"required" : [
|
16
|
+
"n"
|
17
|
+
],
|
18
|
+
"properties" : {
|
19
|
+
"n" : {
|
20
|
+
"const" : "status"
|
21
|
+
}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"then" : {
|
25
|
+
"properties" : {
|
26
|
+
"s" : {
|
27
|
+
"description" : "Loop detector trigger level sensitivity is written as dd-ss where:\ndd=loop detector number\nss=sensitivity value\nEach loop detector is separated with a comma. E.g.dd-ss,dd-ss.",
|
28
|
+
"type" : "string"
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
]
|
34
|
+
}
|
@@ -0,0 +1,58 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Operator logged in/out OP-panel.\nProvides information if maintenance personnel is currently working on site.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"status",
|
9
|
+
"user"
|
10
|
+
]
|
11
|
+
}
|
12
|
+
}
|
13
|
+
},
|
14
|
+
{
|
15
|
+
"if" : {
|
16
|
+
"required" : [
|
17
|
+
"n"
|
18
|
+
],
|
19
|
+
"properties" : {
|
20
|
+
"n" : {
|
21
|
+
"const" : "user"
|
22
|
+
}
|
23
|
+
}
|
24
|
+
},
|
25
|
+
"then" : {
|
26
|
+
"properties" : {
|
27
|
+
"s" : {
|
28
|
+
"description" : "nobody: No one logged in\n<username>: User currently logged in",
|
29
|
+
"type" : "string"
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"if" : {
|
36
|
+
"required" : [
|
37
|
+
"n"
|
38
|
+
],
|
39
|
+
"properties" : {
|
40
|
+
"n" : {
|
41
|
+
"const" : "status"
|
42
|
+
}
|
43
|
+
}
|
44
|
+
},
|
45
|
+
"then" : {
|
46
|
+
"properties" : {
|
47
|
+
"s" : {
|
48
|
+
"type" : "string",
|
49
|
+
"enum" : [
|
50
|
+
"login",
|
51
|
+
"logout"
|
52
|
+
]
|
53
|
+
}
|
54
|
+
}
|
55
|
+
}
|
56
|
+
}
|
57
|
+
]
|
58
|
+
}
|
@@ -0,0 +1,58 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Operator logged in/out web-interface.\nProvides information if maintenance personnel is currently working with the controller.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"status",
|
9
|
+
"user"
|
10
|
+
]
|
11
|
+
}
|
12
|
+
}
|
13
|
+
},
|
14
|
+
{
|
15
|
+
"if" : {
|
16
|
+
"required" : [
|
17
|
+
"n"
|
18
|
+
],
|
19
|
+
"properties" : {
|
20
|
+
"n" : {
|
21
|
+
"const" : "user"
|
22
|
+
}
|
23
|
+
}
|
24
|
+
},
|
25
|
+
"then" : {
|
26
|
+
"properties" : {
|
27
|
+
"s" : {
|
28
|
+
"description" : "nobody: No one logged in\n<username>: User currently logged in",
|
29
|
+
"type" : "string"
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"if" : {
|
36
|
+
"required" : [
|
37
|
+
"n"
|
38
|
+
],
|
39
|
+
"properties" : {
|
40
|
+
"n" : {
|
41
|
+
"const" : "status"
|
42
|
+
}
|
43
|
+
}
|
44
|
+
},
|
45
|
+
"then" : {
|
46
|
+
"properties" : {
|
47
|
+
"s" : {
|
48
|
+
"type" : "string",
|
49
|
+
"enum" : [
|
50
|
+
"login",
|
51
|
+
"logout"
|
52
|
+
]
|
53
|
+
}
|
54
|
+
}
|
55
|
+
}
|
56
|
+
}
|
57
|
+
]
|
58
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Version of Traffic Light Controller.\nProvides diagnostic version information.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"status"
|
9
|
+
]
|
10
|
+
}
|
11
|
+
}
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"if" : {
|
15
|
+
"required" : [
|
16
|
+
"n"
|
17
|
+
],
|
18
|
+
"properties" : {
|
19
|
+
"n" : {
|
20
|
+
"const" : "status"
|
21
|
+
}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"then" : {
|
25
|
+
"properties" : {
|
26
|
+
"s" : {
|
27
|
+
"description" : "Manufacturer, product name and version of traffic light controller",
|
28
|
+
"type" : "string"
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
]
|
34
|
+
}
|