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
metadata
ADDED
@@ -0,0 +1,784 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: rsmp_schema
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Emil Tin
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2022-08-17 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: json_schemer
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 0.2.21
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 0.2.21
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: thor
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 1.2.1
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: 1.2.1
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: bundler
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: 2.3.19
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: 2.3.19
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: rake
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: 13.0.6
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: 13.0.6
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: rspec
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - "~>"
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: 3.11.0
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - "~>"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: 3.11.0
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: rspec-expectations
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: 3.11.0
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - "~>"
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: 3.11.0
|
97
|
+
description: Validate RSMP message against RSMP JSON Schema. Support validating against
|
98
|
+
core and different SXL's, in different versions.
|
99
|
+
email:
|
100
|
+
- zf0f@kk.dk
|
101
|
+
executables:
|
102
|
+
- rsmp_schema
|
103
|
+
extensions: []
|
104
|
+
extra_rdoc_files: []
|
105
|
+
files:
|
106
|
+
- ".gitignore"
|
107
|
+
- ".rspec"
|
108
|
+
- Gemfile
|
109
|
+
- Gemfile.lock
|
110
|
+
- LICENSE
|
111
|
+
- README.md
|
112
|
+
- Rakefile
|
113
|
+
- examples/validate.rb
|
114
|
+
- exe/rsmp_schema
|
115
|
+
- lib/rsmp_schema.rb
|
116
|
+
- lib/rsmp_schema/cli.rb
|
117
|
+
- lib/rsmp_schema/convert/export/json_schema.rb
|
118
|
+
- lib/rsmp_schema/convert/import/yaml.rb
|
119
|
+
- lib/rsmp_schema/error.rb
|
120
|
+
- lib/rsmp_schema/schema.rb
|
121
|
+
- lib/rsmp_schema/version.rb
|
122
|
+
- rsmp_schema.gemspec
|
123
|
+
- schemas/core/3.1.1/aggregated_status.json
|
124
|
+
- schemas/core/3.1.1/alarm.json
|
125
|
+
- schemas/core/3.1.1/alarm_issue.json
|
126
|
+
- schemas/core/3.1.1/alarm_suspend_resume.json
|
127
|
+
- schemas/core/3.1.1/alarm_suspended_resumed.json
|
128
|
+
- schemas/core/3.1.1/command_request.json
|
129
|
+
- schemas/core/3.1.1/command_response.json
|
130
|
+
- schemas/core/3.1.1/core.json
|
131
|
+
- schemas/core/3.1.1/definitions.json
|
132
|
+
- schemas/core/3.1.1/message_ack.json
|
133
|
+
- schemas/core/3.1.1/message_not_ack.json
|
134
|
+
- schemas/core/3.1.1/rsmp.json
|
135
|
+
- schemas/core/3.1.1/status.json
|
136
|
+
- schemas/core/3.1.1/status_request.json
|
137
|
+
- schemas/core/3.1.1/status_response.json
|
138
|
+
- schemas/core/3.1.1/status_subscribe.json
|
139
|
+
- schemas/core/3.1.1/status_unsubscribe.json
|
140
|
+
- schemas/core/3.1.1/status_update.json
|
141
|
+
- schemas/core/3.1.1/version.json
|
142
|
+
- schemas/core/3.1.1/watchdog.json
|
143
|
+
- schemas/core/3.1.2/rsmp.json
|
144
|
+
- schemas/core/3.1.3/rsmp.json
|
145
|
+
- schemas/core/3.1.3/status_response.json
|
146
|
+
- schemas/core/3.1.3/status_update.json
|
147
|
+
- schemas/core/3.1.4/rsmp.json
|
148
|
+
- schemas/core/3.1.5/aggregated_status_request.json
|
149
|
+
- schemas/core/3.1.5/alarm.json
|
150
|
+
- schemas/core/3.1.5/alarm_request.json
|
151
|
+
- schemas/core/3.1.5/core.json
|
152
|
+
- schemas/core/3.1.5/rsmp.json
|
153
|
+
- schemas/core/3.1.5/status.json
|
154
|
+
- schemas/core/3.1.5/status_subscribe.json
|
155
|
+
- schemas/core/3.2/alarm.json
|
156
|
+
- schemas/core/3.2/core.json
|
157
|
+
- schemas/core/3.2/rsmp.json
|
158
|
+
- schemas/tlc/1.0.10/alarms/A0001.json
|
159
|
+
- schemas/tlc/1.0.10/alarms/A0002.json
|
160
|
+
- schemas/tlc/1.0.10/alarms/A0003.json
|
161
|
+
- schemas/tlc/1.0.10/alarms/A0004.json
|
162
|
+
- schemas/tlc/1.0.10/alarms/A0005.json
|
163
|
+
- schemas/tlc/1.0.10/alarms/A0006.json
|
164
|
+
- schemas/tlc/1.0.10/alarms/A0007.json
|
165
|
+
- schemas/tlc/1.0.10/alarms/A0008.json
|
166
|
+
- schemas/tlc/1.0.10/alarms/A0009.json
|
167
|
+
- schemas/tlc/1.0.10/alarms/A0101.json
|
168
|
+
- schemas/tlc/1.0.10/alarms/A0201.json
|
169
|
+
- schemas/tlc/1.0.10/alarms/A0202.json
|
170
|
+
- schemas/tlc/1.0.10/alarms/A0301.json
|
171
|
+
- schemas/tlc/1.0.10/alarms/A0302.json
|
172
|
+
- schemas/tlc/1.0.10/alarms/alarms.json
|
173
|
+
- schemas/tlc/1.0.10/commands/M0001.json
|
174
|
+
- schemas/tlc/1.0.10/commands/M0002.json
|
175
|
+
- schemas/tlc/1.0.10/commands/M0003.json
|
176
|
+
- schemas/tlc/1.0.10/commands/M0004.json
|
177
|
+
- schemas/tlc/1.0.10/commands/M0005.json
|
178
|
+
- schemas/tlc/1.0.10/commands/M0006.json
|
179
|
+
- schemas/tlc/1.0.10/commands/M0007.json
|
180
|
+
- schemas/tlc/1.0.10/commands/M0008.json
|
181
|
+
- schemas/tlc/1.0.10/commands/M0010.json
|
182
|
+
- schemas/tlc/1.0.10/commands/M0011.json
|
183
|
+
- schemas/tlc/1.0.10/commands/M0012.json
|
184
|
+
- schemas/tlc/1.0.10/commands/M0013.json
|
185
|
+
- schemas/tlc/1.0.10/commands/M0019.json
|
186
|
+
- schemas/tlc/1.0.10/commands/M0103.json
|
187
|
+
- schemas/tlc/1.0.10/commands/M0104.json
|
188
|
+
- schemas/tlc/1.0.10/commands/command_requests.json
|
189
|
+
- schemas/tlc/1.0.10/commands/command_responses.json
|
190
|
+
- schemas/tlc/1.0.10/commands/commands.json
|
191
|
+
- schemas/tlc/1.0.10/statuses/S0001.json
|
192
|
+
- schemas/tlc/1.0.10/statuses/S0002.json
|
193
|
+
- schemas/tlc/1.0.10/statuses/S0003.json
|
194
|
+
- schemas/tlc/1.0.10/statuses/S0004.json
|
195
|
+
- schemas/tlc/1.0.10/statuses/S0005.json
|
196
|
+
- schemas/tlc/1.0.10/statuses/S0006.json
|
197
|
+
- schemas/tlc/1.0.10/statuses/S0007.json
|
198
|
+
- schemas/tlc/1.0.10/statuses/S0008.json
|
199
|
+
- schemas/tlc/1.0.10/statuses/S0009.json
|
200
|
+
- schemas/tlc/1.0.10/statuses/S0010.json
|
201
|
+
- schemas/tlc/1.0.10/statuses/S0011.json
|
202
|
+
- schemas/tlc/1.0.10/statuses/S0012.json
|
203
|
+
- schemas/tlc/1.0.10/statuses/S0013.json
|
204
|
+
- schemas/tlc/1.0.10/statuses/S0014.json
|
205
|
+
- schemas/tlc/1.0.10/statuses/S0015.json
|
206
|
+
- schemas/tlc/1.0.10/statuses/S0016.json
|
207
|
+
- schemas/tlc/1.0.10/statuses/S0017.json
|
208
|
+
- schemas/tlc/1.0.10/statuses/S0018.json
|
209
|
+
- schemas/tlc/1.0.10/statuses/S0019.json
|
210
|
+
- schemas/tlc/1.0.10/statuses/S0020.json
|
211
|
+
- schemas/tlc/1.0.10/statuses/S0021.json
|
212
|
+
- schemas/tlc/1.0.10/statuses/S0091.json
|
213
|
+
- schemas/tlc/1.0.10/statuses/S0092.json
|
214
|
+
- schemas/tlc/1.0.10/statuses/S0095.json
|
215
|
+
- schemas/tlc/1.0.10/statuses/S0096.json
|
216
|
+
- schemas/tlc/1.0.10/statuses/S0201.json
|
217
|
+
- schemas/tlc/1.0.10/statuses/S0202.json
|
218
|
+
- schemas/tlc/1.0.10/statuses/S0203.json
|
219
|
+
- schemas/tlc/1.0.10/statuses/S0204.json
|
220
|
+
- schemas/tlc/1.0.10/statuses/statuses.json
|
221
|
+
- schemas/tlc/1.0.10/sxl.json
|
222
|
+
- schemas/tlc/1.0.10/sxl.yaml
|
223
|
+
- schemas/tlc/1.0.13/alarms/A0001.json
|
224
|
+
- schemas/tlc/1.0.13/alarms/A0002.json
|
225
|
+
- schemas/tlc/1.0.13/alarms/A0003.json
|
226
|
+
- schemas/tlc/1.0.13/alarms/A0004.json
|
227
|
+
- schemas/tlc/1.0.13/alarms/A0005.json
|
228
|
+
- schemas/tlc/1.0.13/alarms/A0006.json
|
229
|
+
- schemas/tlc/1.0.13/alarms/A0007.json
|
230
|
+
- schemas/tlc/1.0.13/alarms/A0008.json
|
231
|
+
- schemas/tlc/1.0.13/alarms/A0009.json
|
232
|
+
- schemas/tlc/1.0.13/alarms/A0101.json
|
233
|
+
- schemas/tlc/1.0.13/alarms/A0201.json
|
234
|
+
- schemas/tlc/1.0.13/alarms/A0202.json
|
235
|
+
- schemas/tlc/1.0.13/alarms/A0301.json
|
236
|
+
- schemas/tlc/1.0.13/alarms/A0302.json
|
237
|
+
- schemas/tlc/1.0.13/alarms/alarms.json
|
238
|
+
- schemas/tlc/1.0.13/commands/M0001.json
|
239
|
+
- schemas/tlc/1.0.13/commands/M0002.json
|
240
|
+
- schemas/tlc/1.0.13/commands/M0003.json
|
241
|
+
- schemas/tlc/1.0.13/commands/M0004.json
|
242
|
+
- schemas/tlc/1.0.13/commands/M0005.json
|
243
|
+
- schemas/tlc/1.0.13/commands/M0006.json
|
244
|
+
- schemas/tlc/1.0.13/commands/M0007.json
|
245
|
+
- schemas/tlc/1.0.13/commands/M0008.json
|
246
|
+
- schemas/tlc/1.0.13/commands/M0010.json
|
247
|
+
- schemas/tlc/1.0.13/commands/M0011.json
|
248
|
+
- schemas/tlc/1.0.13/commands/M0012.json
|
249
|
+
- schemas/tlc/1.0.13/commands/M0013.json
|
250
|
+
- schemas/tlc/1.0.13/commands/M0014.json
|
251
|
+
- schemas/tlc/1.0.13/commands/M0015.json
|
252
|
+
- schemas/tlc/1.0.13/commands/M0016.json
|
253
|
+
- schemas/tlc/1.0.13/commands/M0017.json
|
254
|
+
- schemas/tlc/1.0.13/commands/M0018.json
|
255
|
+
- schemas/tlc/1.0.13/commands/M0019.json
|
256
|
+
- schemas/tlc/1.0.13/commands/M0103.json
|
257
|
+
- schemas/tlc/1.0.13/commands/M0104.json
|
258
|
+
- schemas/tlc/1.0.13/commands/command_requests.json
|
259
|
+
- schemas/tlc/1.0.13/commands/command_responses.json
|
260
|
+
- schemas/tlc/1.0.13/commands/commands.json
|
261
|
+
- schemas/tlc/1.0.13/statuses/S0001.json
|
262
|
+
- schemas/tlc/1.0.13/statuses/S0002.json
|
263
|
+
- schemas/tlc/1.0.13/statuses/S0003.json
|
264
|
+
- schemas/tlc/1.0.13/statuses/S0004.json
|
265
|
+
- schemas/tlc/1.0.13/statuses/S0005.json
|
266
|
+
- schemas/tlc/1.0.13/statuses/S0006.json
|
267
|
+
- schemas/tlc/1.0.13/statuses/S0007.json
|
268
|
+
- schemas/tlc/1.0.13/statuses/S0008.json
|
269
|
+
- schemas/tlc/1.0.13/statuses/S0009.json
|
270
|
+
- schemas/tlc/1.0.13/statuses/S0010.json
|
271
|
+
- schemas/tlc/1.0.13/statuses/S0011.json
|
272
|
+
- schemas/tlc/1.0.13/statuses/S0012.json
|
273
|
+
- schemas/tlc/1.0.13/statuses/S0013.json
|
274
|
+
- schemas/tlc/1.0.13/statuses/S0014.json
|
275
|
+
- schemas/tlc/1.0.13/statuses/S0015.json
|
276
|
+
- schemas/tlc/1.0.13/statuses/S0016.json
|
277
|
+
- schemas/tlc/1.0.13/statuses/S0017.json
|
278
|
+
- schemas/tlc/1.0.13/statuses/S0018.json
|
279
|
+
- schemas/tlc/1.0.13/statuses/S0019.json
|
280
|
+
- schemas/tlc/1.0.13/statuses/S0020.json
|
281
|
+
- schemas/tlc/1.0.13/statuses/S0021.json
|
282
|
+
- schemas/tlc/1.0.13/statuses/S0022.json
|
283
|
+
- schemas/tlc/1.0.13/statuses/S0023.json
|
284
|
+
- schemas/tlc/1.0.13/statuses/S0024.json
|
285
|
+
- schemas/tlc/1.0.13/statuses/S0025.json
|
286
|
+
- schemas/tlc/1.0.13/statuses/S0026.json
|
287
|
+
- schemas/tlc/1.0.13/statuses/S0027.json
|
288
|
+
- schemas/tlc/1.0.13/statuses/S0028.json
|
289
|
+
- schemas/tlc/1.0.13/statuses/S0029.json
|
290
|
+
- schemas/tlc/1.0.13/statuses/S0091.json
|
291
|
+
- schemas/tlc/1.0.13/statuses/S0092.json
|
292
|
+
- schemas/tlc/1.0.13/statuses/S0095.json
|
293
|
+
- schemas/tlc/1.0.13/statuses/S0096.json
|
294
|
+
- schemas/tlc/1.0.13/statuses/S0201.json
|
295
|
+
- schemas/tlc/1.0.13/statuses/S0202.json
|
296
|
+
- schemas/tlc/1.0.13/statuses/S0203.json
|
297
|
+
- schemas/tlc/1.0.13/statuses/S0204.json
|
298
|
+
- schemas/tlc/1.0.13/statuses/statuses.json
|
299
|
+
- schemas/tlc/1.0.13/sxl.json
|
300
|
+
- schemas/tlc/1.0.13/sxl.yaml
|
301
|
+
- schemas/tlc/1.0.14/alarms/A0001.json
|
302
|
+
- schemas/tlc/1.0.14/alarms/A0002.json
|
303
|
+
- schemas/tlc/1.0.14/alarms/A0003.json
|
304
|
+
- schemas/tlc/1.0.14/alarms/A0004.json
|
305
|
+
- schemas/tlc/1.0.14/alarms/A0005.json
|
306
|
+
- schemas/tlc/1.0.14/alarms/A0006.json
|
307
|
+
- schemas/tlc/1.0.14/alarms/A0007.json
|
308
|
+
- schemas/tlc/1.0.14/alarms/A0008.json
|
309
|
+
- schemas/tlc/1.0.14/alarms/A0009.json
|
310
|
+
- schemas/tlc/1.0.14/alarms/A0101.json
|
311
|
+
- schemas/tlc/1.0.14/alarms/A0201.json
|
312
|
+
- schemas/tlc/1.0.14/alarms/A0202.json
|
313
|
+
- schemas/tlc/1.0.14/alarms/A0301.json
|
314
|
+
- schemas/tlc/1.0.14/alarms/A0302.json
|
315
|
+
- schemas/tlc/1.0.14/alarms/alarms.json
|
316
|
+
- schemas/tlc/1.0.14/commands/M0001.json
|
317
|
+
- schemas/tlc/1.0.14/commands/M0002.json
|
318
|
+
- schemas/tlc/1.0.14/commands/M0003.json
|
319
|
+
- schemas/tlc/1.0.14/commands/M0004.json
|
320
|
+
- schemas/tlc/1.0.14/commands/M0005.json
|
321
|
+
- schemas/tlc/1.0.14/commands/M0006.json
|
322
|
+
- schemas/tlc/1.0.14/commands/M0007.json
|
323
|
+
- schemas/tlc/1.0.14/commands/M0008.json
|
324
|
+
- schemas/tlc/1.0.14/commands/M0010.json
|
325
|
+
- schemas/tlc/1.0.14/commands/M0011.json
|
326
|
+
- schemas/tlc/1.0.14/commands/M0012.json
|
327
|
+
- schemas/tlc/1.0.14/commands/M0013.json
|
328
|
+
- schemas/tlc/1.0.14/commands/M0014.json
|
329
|
+
- schemas/tlc/1.0.14/commands/M0015.json
|
330
|
+
- schemas/tlc/1.0.14/commands/M0016.json
|
331
|
+
- schemas/tlc/1.0.14/commands/M0017.json
|
332
|
+
- schemas/tlc/1.0.14/commands/M0018.json
|
333
|
+
- schemas/tlc/1.0.14/commands/M0019.json
|
334
|
+
- schemas/tlc/1.0.14/commands/M0103.json
|
335
|
+
- schemas/tlc/1.0.14/commands/M0104.json
|
336
|
+
- schemas/tlc/1.0.14/commands/command_requests.json
|
337
|
+
- schemas/tlc/1.0.14/commands/command_responses.json
|
338
|
+
- schemas/tlc/1.0.14/commands/commands.json
|
339
|
+
- schemas/tlc/1.0.14/statuses/S0001.json
|
340
|
+
- schemas/tlc/1.0.14/statuses/S0002.json
|
341
|
+
- schemas/tlc/1.0.14/statuses/S0003.json
|
342
|
+
- schemas/tlc/1.0.14/statuses/S0004.json
|
343
|
+
- schemas/tlc/1.0.14/statuses/S0005.json
|
344
|
+
- schemas/tlc/1.0.14/statuses/S0006.json
|
345
|
+
- schemas/tlc/1.0.14/statuses/S0007.json
|
346
|
+
- schemas/tlc/1.0.14/statuses/S0008.json
|
347
|
+
- schemas/tlc/1.0.14/statuses/S0009.json
|
348
|
+
- schemas/tlc/1.0.14/statuses/S0010.json
|
349
|
+
- schemas/tlc/1.0.14/statuses/S0011.json
|
350
|
+
- schemas/tlc/1.0.14/statuses/S0012.json
|
351
|
+
- schemas/tlc/1.0.14/statuses/S0013.json
|
352
|
+
- schemas/tlc/1.0.14/statuses/S0014.json
|
353
|
+
- schemas/tlc/1.0.14/statuses/S0015.json
|
354
|
+
- schemas/tlc/1.0.14/statuses/S0016.json
|
355
|
+
- schemas/tlc/1.0.14/statuses/S0017.json
|
356
|
+
- schemas/tlc/1.0.14/statuses/S0018.json
|
357
|
+
- schemas/tlc/1.0.14/statuses/S0019.json
|
358
|
+
- schemas/tlc/1.0.14/statuses/S0020.json
|
359
|
+
- schemas/tlc/1.0.14/statuses/S0021.json
|
360
|
+
- schemas/tlc/1.0.14/statuses/S0022.json
|
361
|
+
- schemas/tlc/1.0.14/statuses/S0023.json
|
362
|
+
- schemas/tlc/1.0.14/statuses/S0024.json
|
363
|
+
- schemas/tlc/1.0.14/statuses/S0025.json
|
364
|
+
- schemas/tlc/1.0.14/statuses/S0026.json
|
365
|
+
- schemas/tlc/1.0.14/statuses/S0027.json
|
366
|
+
- schemas/tlc/1.0.14/statuses/S0028.json
|
367
|
+
- schemas/tlc/1.0.14/statuses/S0029.json
|
368
|
+
- schemas/tlc/1.0.14/statuses/S0091.json
|
369
|
+
- schemas/tlc/1.0.14/statuses/S0092.json
|
370
|
+
- schemas/tlc/1.0.14/statuses/S0095.json
|
371
|
+
- schemas/tlc/1.0.14/statuses/S0096.json
|
372
|
+
- schemas/tlc/1.0.14/statuses/S0201.json
|
373
|
+
- schemas/tlc/1.0.14/statuses/S0202.json
|
374
|
+
- schemas/tlc/1.0.14/statuses/S0203.json
|
375
|
+
- schemas/tlc/1.0.14/statuses/S0204.json
|
376
|
+
- schemas/tlc/1.0.14/statuses/S0205.json
|
377
|
+
- schemas/tlc/1.0.14/statuses/S0206.json
|
378
|
+
- schemas/tlc/1.0.14/statuses/S0207.json
|
379
|
+
- schemas/tlc/1.0.14/statuses/S0208.json
|
380
|
+
- schemas/tlc/1.0.14/statuses/statuses.json
|
381
|
+
- schemas/tlc/1.0.14/sxl.json
|
382
|
+
- schemas/tlc/1.0.14/sxl.yaml
|
383
|
+
- schemas/tlc/1.0.15/alarms/A0001.json
|
384
|
+
- schemas/tlc/1.0.15/alarms/A0002.json
|
385
|
+
- schemas/tlc/1.0.15/alarms/A0003.json
|
386
|
+
- schemas/tlc/1.0.15/alarms/A0004.json
|
387
|
+
- schemas/tlc/1.0.15/alarms/A0005.json
|
388
|
+
- schemas/tlc/1.0.15/alarms/A0006.json
|
389
|
+
- schemas/tlc/1.0.15/alarms/A0007.json
|
390
|
+
- schemas/tlc/1.0.15/alarms/A0008.json
|
391
|
+
- schemas/tlc/1.0.15/alarms/A0009.json
|
392
|
+
- schemas/tlc/1.0.15/alarms/A0010.json
|
393
|
+
- schemas/tlc/1.0.15/alarms/A0101.json
|
394
|
+
- schemas/tlc/1.0.15/alarms/A0201.json
|
395
|
+
- schemas/tlc/1.0.15/alarms/A0202.json
|
396
|
+
- schemas/tlc/1.0.15/alarms/A0301.json
|
397
|
+
- schemas/tlc/1.0.15/alarms/A0302.json
|
398
|
+
- schemas/tlc/1.0.15/alarms/alarms.json
|
399
|
+
- schemas/tlc/1.0.15/commands/M0001.json
|
400
|
+
- schemas/tlc/1.0.15/commands/M0002.json
|
401
|
+
- schemas/tlc/1.0.15/commands/M0003.json
|
402
|
+
- schemas/tlc/1.0.15/commands/M0004.json
|
403
|
+
- schemas/tlc/1.0.15/commands/M0005.json
|
404
|
+
- schemas/tlc/1.0.15/commands/M0006.json
|
405
|
+
- schemas/tlc/1.0.15/commands/M0007.json
|
406
|
+
- schemas/tlc/1.0.15/commands/M0008.json
|
407
|
+
- schemas/tlc/1.0.15/commands/M0010.json
|
408
|
+
- schemas/tlc/1.0.15/commands/M0011.json
|
409
|
+
- schemas/tlc/1.0.15/commands/M0012.json
|
410
|
+
- schemas/tlc/1.0.15/commands/M0013.json
|
411
|
+
- schemas/tlc/1.0.15/commands/M0014.json
|
412
|
+
- schemas/tlc/1.0.15/commands/M0015.json
|
413
|
+
- schemas/tlc/1.0.15/commands/M0016.json
|
414
|
+
- schemas/tlc/1.0.15/commands/M0017.json
|
415
|
+
- schemas/tlc/1.0.15/commands/M0018.json
|
416
|
+
- schemas/tlc/1.0.15/commands/M0019.json
|
417
|
+
- schemas/tlc/1.0.15/commands/M0020.json
|
418
|
+
- schemas/tlc/1.0.15/commands/M0021.json
|
419
|
+
- schemas/tlc/1.0.15/commands/M0103.json
|
420
|
+
- schemas/tlc/1.0.15/commands/M0104.json
|
421
|
+
- schemas/tlc/1.0.15/commands/command_requests.json
|
422
|
+
- schemas/tlc/1.0.15/commands/command_responses.json
|
423
|
+
- schemas/tlc/1.0.15/commands/commands.json
|
424
|
+
- schemas/tlc/1.0.15/statuses/S0001.json
|
425
|
+
- schemas/tlc/1.0.15/statuses/S0002.json
|
426
|
+
- schemas/tlc/1.0.15/statuses/S0003.json
|
427
|
+
- schemas/tlc/1.0.15/statuses/S0004.json
|
428
|
+
- schemas/tlc/1.0.15/statuses/S0005.json
|
429
|
+
- schemas/tlc/1.0.15/statuses/S0006.json
|
430
|
+
- schemas/tlc/1.0.15/statuses/S0007.json
|
431
|
+
- schemas/tlc/1.0.15/statuses/S0008.json
|
432
|
+
- schemas/tlc/1.0.15/statuses/S0009.json
|
433
|
+
- schemas/tlc/1.0.15/statuses/S0010.json
|
434
|
+
- schemas/tlc/1.0.15/statuses/S0011.json
|
435
|
+
- schemas/tlc/1.0.15/statuses/S0012.json
|
436
|
+
- schemas/tlc/1.0.15/statuses/S0013.json
|
437
|
+
- schemas/tlc/1.0.15/statuses/S0014.json
|
438
|
+
- schemas/tlc/1.0.15/statuses/S0015.json
|
439
|
+
- schemas/tlc/1.0.15/statuses/S0016.json
|
440
|
+
- schemas/tlc/1.0.15/statuses/S0017.json
|
441
|
+
- schemas/tlc/1.0.15/statuses/S0018.json
|
442
|
+
- schemas/tlc/1.0.15/statuses/S0019.json
|
443
|
+
- schemas/tlc/1.0.15/statuses/S0020.json
|
444
|
+
- schemas/tlc/1.0.15/statuses/S0021.json
|
445
|
+
- schemas/tlc/1.0.15/statuses/S0022.json
|
446
|
+
- schemas/tlc/1.0.15/statuses/S0023.json
|
447
|
+
- schemas/tlc/1.0.15/statuses/S0024.json
|
448
|
+
- schemas/tlc/1.0.15/statuses/S0025.json
|
449
|
+
- schemas/tlc/1.0.15/statuses/S0026.json
|
450
|
+
- schemas/tlc/1.0.15/statuses/S0027.json
|
451
|
+
- schemas/tlc/1.0.15/statuses/S0028.json
|
452
|
+
- schemas/tlc/1.0.15/statuses/S0029.json
|
453
|
+
- schemas/tlc/1.0.15/statuses/S0030.json
|
454
|
+
- schemas/tlc/1.0.15/statuses/S0031.json
|
455
|
+
- schemas/tlc/1.0.15/statuses/S0091.json
|
456
|
+
- schemas/tlc/1.0.15/statuses/S0092.json
|
457
|
+
- schemas/tlc/1.0.15/statuses/S0095.json
|
458
|
+
- schemas/tlc/1.0.15/statuses/S0096.json
|
459
|
+
- schemas/tlc/1.0.15/statuses/S0097.json
|
460
|
+
- schemas/tlc/1.0.15/statuses/S0098.json
|
461
|
+
- schemas/tlc/1.0.15/statuses/S0201.json
|
462
|
+
- schemas/tlc/1.0.15/statuses/S0202.json
|
463
|
+
- schemas/tlc/1.0.15/statuses/S0203.json
|
464
|
+
- schemas/tlc/1.0.15/statuses/S0204.json
|
465
|
+
- schemas/tlc/1.0.15/statuses/S0205.json
|
466
|
+
- schemas/tlc/1.0.15/statuses/S0206.json
|
467
|
+
- schemas/tlc/1.0.15/statuses/S0207.json
|
468
|
+
- schemas/tlc/1.0.15/statuses/S0208.json
|
469
|
+
- schemas/tlc/1.0.15/statuses/statuses.json
|
470
|
+
- schemas/tlc/1.0.15/sxl.json
|
471
|
+
- schemas/tlc/1.0.15/sxl.yaml
|
472
|
+
- schemas/tlc/1.0.7/alarms/A0001.json
|
473
|
+
- schemas/tlc/1.0.7/alarms/A0002.json
|
474
|
+
- schemas/tlc/1.0.7/alarms/A0003.json
|
475
|
+
- schemas/tlc/1.0.7/alarms/A0004.json
|
476
|
+
- schemas/tlc/1.0.7/alarms/A0005.json
|
477
|
+
- schemas/tlc/1.0.7/alarms/A0006.json
|
478
|
+
- schemas/tlc/1.0.7/alarms/A0007.json
|
479
|
+
- schemas/tlc/1.0.7/alarms/A0008.json
|
480
|
+
- schemas/tlc/1.0.7/alarms/A0009.json
|
481
|
+
- schemas/tlc/1.0.7/alarms/A0101.json
|
482
|
+
- schemas/tlc/1.0.7/alarms/A0201.json
|
483
|
+
- schemas/tlc/1.0.7/alarms/A0202.json
|
484
|
+
- schemas/tlc/1.0.7/alarms/A0301.json
|
485
|
+
- schemas/tlc/1.0.7/alarms/A0302.json
|
486
|
+
- schemas/tlc/1.0.7/alarms/alarms.json
|
487
|
+
- schemas/tlc/1.0.7/commands/M0001.json
|
488
|
+
- schemas/tlc/1.0.7/commands/M0002.json
|
489
|
+
- schemas/tlc/1.0.7/commands/M0003.json
|
490
|
+
- schemas/tlc/1.0.7/commands/M0004.json
|
491
|
+
- schemas/tlc/1.0.7/commands/M0005.json
|
492
|
+
- schemas/tlc/1.0.7/commands/M0006.json
|
493
|
+
- schemas/tlc/1.0.7/commands/M0007.json
|
494
|
+
- schemas/tlc/1.0.7/commands/M0008.json
|
495
|
+
- schemas/tlc/1.0.7/commands/M0010.json
|
496
|
+
- schemas/tlc/1.0.7/commands/M0011.json
|
497
|
+
- schemas/tlc/1.0.7/commands/M0019.json
|
498
|
+
- schemas/tlc/1.0.7/commands/M0103.json
|
499
|
+
- schemas/tlc/1.0.7/commands/M0104.json
|
500
|
+
- schemas/tlc/1.0.7/commands/command_requests.json
|
501
|
+
- schemas/tlc/1.0.7/commands/command_responses.json
|
502
|
+
- schemas/tlc/1.0.7/commands/commands.json
|
503
|
+
- schemas/tlc/1.0.7/statuses/S0001.json
|
504
|
+
- schemas/tlc/1.0.7/statuses/S0002.json
|
505
|
+
- schemas/tlc/1.0.7/statuses/S0003.json
|
506
|
+
- schemas/tlc/1.0.7/statuses/S0004.json
|
507
|
+
- schemas/tlc/1.0.7/statuses/S0005.json
|
508
|
+
- schemas/tlc/1.0.7/statuses/S0006.json
|
509
|
+
- schemas/tlc/1.0.7/statuses/S0007.json
|
510
|
+
- schemas/tlc/1.0.7/statuses/S0008.json
|
511
|
+
- schemas/tlc/1.0.7/statuses/S0009.json
|
512
|
+
- schemas/tlc/1.0.7/statuses/S0010.json
|
513
|
+
- schemas/tlc/1.0.7/statuses/S0011.json
|
514
|
+
- schemas/tlc/1.0.7/statuses/S0012.json
|
515
|
+
- schemas/tlc/1.0.7/statuses/S0013.json
|
516
|
+
- schemas/tlc/1.0.7/statuses/S0014.json
|
517
|
+
- schemas/tlc/1.0.7/statuses/S0015.json
|
518
|
+
- schemas/tlc/1.0.7/statuses/S0016.json
|
519
|
+
- schemas/tlc/1.0.7/statuses/S0017.json
|
520
|
+
- schemas/tlc/1.0.7/statuses/S0018.json
|
521
|
+
- schemas/tlc/1.0.7/statuses/S0019.json
|
522
|
+
- schemas/tlc/1.0.7/statuses/S0020.json
|
523
|
+
- schemas/tlc/1.0.7/statuses/S0021.json
|
524
|
+
- schemas/tlc/1.0.7/statuses/S0025.json
|
525
|
+
- schemas/tlc/1.0.7/statuses/S0091.json
|
526
|
+
- schemas/tlc/1.0.7/statuses/S0092.json
|
527
|
+
- schemas/tlc/1.0.7/statuses/S0095.json
|
528
|
+
- schemas/tlc/1.0.7/statuses/S0096.json
|
529
|
+
- schemas/tlc/1.0.7/statuses/S0201.json
|
530
|
+
- schemas/tlc/1.0.7/statuses/S0202.json
|
531
|
+
- schemas/tlc/1.0.7/statuses/S0203.json
|
532
|
+
- schemas/tlc/1.0.7/statuses/S0204.json
|
533
|
+
- schemas/tlc/1.0.7/statuses/statuses.json
|
534
|
+
- schemas/tlc/1.0.7/sxl.json
|
535
|
+
- schemas/tlc/1.0.7/sxl.yaml
|
536
|
+
- schemas/tlc/1.0.8/alarms/A0001.json
|
537
|
+
- schemas/tlc/1.0.8/alarms/A0002.json
|
538
|
+
- schemas/tlc/1.0.8/alarms/A0003.json
|
539
|
+
- schemas/tlc/1.0.8/alarms/A0004.json
|
540
|
+
- schemas/tlc/1.0.8/alarms/A0005.json
|
541
|
+
- schemas/tlc/1.0.8/alarms/A0006.json
|
542
|
+
- schemas/tlc/1.0.8/alarms/A0007.json
|
543
|
+
- schemas/tlc/1.0.8/alarms/A0008.json
|
544
|
+
- schemas/tlc/1.0.8/alarms/A0009.json
|
545
|
+
- schemas/tlc/1.0.8/alarms/A0101.json
|
546
|
+
- schemas/tlc/1.0.8/alarms/A0201.json
|
547
|
+
- schemas/tlc/1.0.8/alarms/A0202.json
|
548
|
+
- schemas/tlc/1.0.8/alarms/A0301.json
|
549
|
+
- schemas/tlc/1.0.8/alarms/A0302.json
|
550
|
+
- schemas/tlc/1.0.8/alarms/alarms.json
|
551
|
+
- schemas/tlc/1.0.8/commands/M0001.json
|
552
|
+
- schemas/tlc/1.0.8/commands/M0002.json
|
553
|
+
- schemas/tlc/1.0.8/commands/M0003.json
|
554
|
+
- schemas/tlc/1.0.8/commands/M0004.json
|
555
|
+
- schemas/tlc/1.0.8/commands/M0005.json
|
556
|
+
- schemas/tlc/1.0.8/commands/M0006.json
|
557
|
+
- schemas/tlc/1.0.8/commands/M0007.json
|
558
|
+
- schemas/tlc/1.0.8/commands/M0008.json
|
559
|
+
- schemas/tlc/1.0.8/commands/M0010.json
|
560
|
+
- schemas/tlc/1.0.8/commands/M0011.json
|
561
|
+
- schemas/tlc/1.0.8/commands/M0012.json
|
562
|
+
- schemas/tlc/1.0.8/commands/M0013.json
|
563
|
+
- schemas/tlc/1.0.8/commands/M0019.json
|
564
|
+
- schemas/tlc/1.0.8/commands/M0103.json
|
565
|
+
- schemas/tlc/1.0.8/commands/M0104.json
|
566
|
+
- schemas/tlc/1.0.8/commands/command_requests.json
|
567
|
+
- schemas/tlc/1.0.8/commands/command_responses.json
|
568
|
+
- schemas/tlc/1.0.8/commands/commands.json
|
569
|
+
- schemas/tlc/1.0.8/statuses/S0001.json
|
570
|
+
- schemas/tlc/1.0.8/statuses/S0002.json
|
571
|
+
- schemas/tlc/1.0.8/statuses/S0003.json
|
572
|
+
- schemas/tlc/1.0.8/statuses/S0004.json
|
573
|
+
- schemas/tlc/1.0.8/statuses/S0005.json
|
574
|
+
- schemas/tlc/1.0.8/statuses/S0006.json
|
575
|
+
- schemas/tlc/1.0.8/statuses/S0007.json
|
576
|
+
- schemas/tlc/1.0.8/statuses/S0008.json
|
577
|
+
- schemas/tlc/1.0.8/statuses/S0009.json
|
578
|
+
- schemas/tlc/1.0.8/statuses/S0010.json
|
579
|
+
- schemas/tlc/1.0.8/statuses/S0011.json
|
580
|
+
- schemas/tlc/1.0.8/statuses/S0012.json
|
581
|
+
- schemas/tlc/1.0.8/statuses/S0013.json
|
582
|
+
- schemas/tlc/1.0.8/statuses/S0014.json
|
583
|
+
- schemas/tlc/1.0.8/statuses/S0015.json
|
584
|
+
- schemas/tlc/1.0.8/statuses/S0016.json
|
585
|
+
- schemas/tlc/1.0.8/statuses/S0017.json
|
586
|
+
- schemas/tlc/1.0.8/statuses/S0018.json
|
587
|
+
- schemas/tlc/1.0.8/statuses/S0019.json
|
588
|
+
- schemas/tlc/1.0.8/statuses/S0020.json
|
589
|
+
- schemas/tlc/1.0.8/statuses/S0021.json
|
590
|
+
- schemas/tlc/1.0.8/statuses/S0025.json
|
591
|
+
- schemas/tlc/1.0.8/statuses/S0091.json
|
592
|
+
- schemas/tlc/1.0.8/statuses/S0092.json
|
593
|
+
- schemas/tlc/1.0.8/statuses/S0095.json
|
594
|
+
- schemas/tlc/1.0.8/statuses/S0096.json
|
595
|
+
- schemas/tlc/1.0.8/statuses/S0201.json
|
596
|
+
- schemas/tlc/1.0.8/statuses/S0202.json
|
597
|
+
- schemas/tlc/1.0.8/statuses/S0203.json
|
598
|
+
- schemas/tlc/1.0.8/statuses/S0204.json
|
599
|
+
- schemas/tlc/1.0.8/statuses/statuses.json
|
600
|
+
- schemas/tlc/1.0.8/sxl.json
|
601
|
+
- schemas/tlc/1.0.8/sxl.yaml
|
602
|
+
- schemas/tlc/1.0.9/alarms/A0001.json
|
603
|
+
- schemas/tlc/1.0.9/alarms/A0002.json
|
604
|
+
- schemas/tlc/1.0.9/alarms/A0003.json
|
605
|
+
- schemas/tlc/1.0.9/alarms/A0004.json
|
606
|
+
- schemas/tlc/1.0.9/alarms/A0005.json
|
607
|
+
- schemas/tlc/1.0.9/alarms/A0006.json
|
608
|
+
- schemas/tlc/1.0.9/alarms/A0007.json
|
609
|
+
- schemas/tlc/1.0.9/alarms/A0008.json
|
610
|
+
- schemas/tlc/1.0.9/alarms/A0009.json
|
611
|
+
- schemas/tlc/1.0.9/alarms/A0101.json
|
612
|
+
- schemas/tlc/1.0.9/alarms/A0201.json
|
613
|
+
- schemas/tlc/1.0.9/alarms/A0202.json
|
614
|
+
- schemas/tlc/1.0.9/alarms/A0301.json
|
615
|
+
- schemas/tlc/1.0.9/alarms/A0302.json
|
616
|
+
- schemas/tlc/1.0.9/alarms/alarms.json
|
617
|
+
- schemas/tlc/1.0.9/commands/M0001.json
|
618
|
+
- schemas/tlc/1.0.9/commands/M0002.json
|
619
|
+
- schemas/tlc/1.0.9/commands/M0003.json
|
620
|
+
- schemas/tlc/1.0.9/commands/M0004.json
|
621
|
+
- schemas/tlc/1.0.9/commands/M0005.json
|
622
|
+
- schemas/tlc/1.0.9/commands/M0006.json
|
623
|
+
- schemas/tlc/1.0.9/commands/M0007.json
|
624
|
+
- schemas/tlc/1.0.9/commands/M0008.json
|
625
|
+
- schemas/tlc/1.0.9/commands/M0010.json
|
626
|
+
- schemas/tlc/1.0.9/commands/M0011.json
|
627
|
+
- schemas/tlc/1.0.9/commands/M0012.json
|
628
|
+
- schemas/tlc/1.0.9/commands/M0013.json
|
629
|
+
- schemas/tlc/1.0.9/commands/M0019.json
|
630
|
+
- schemas/tlc/1.0.9/commands/M0103.json
|
631
|
+
- schemas/tlc/1.0.9/commands/M0104.json
|
632
|
+
- schemas/tlc/1.0.9/commands/command_requests.json
|
633
|
+
- schemas/tlc/1.0.9/commands/command_responses.json
|
634
|
+
- schemas/tlc/1.0.9/commands/commands.json
|
635
|
+
- schemas/tlc/1.0.9/statuses/S0001.json
|
636
|
+
- schemas/tlc/1.0.9/statuses/S0002.json
|
637
|
+
- schemas/tlc/1.0.9/statuses/S0003.json
|
638
|
+
- schemas/tlc/1.0.9/statuses/S0004.json
|
639
|
+
- schemas/tlc/1.0.9/statuses/S0005.json
|
640
|
+
- schemas/tlc/1.0.9/statuses/S0006.json
|
641
|
+
- schemas/tlc/1.0.9/statuses/S0007.json
|
642
|
+
- schemas/tlc/1.0.9/statuses/S0008.json
|
643
|
+
- schemas/tlc/1.0.9/statuses/S0009.json
|
644
|
+
- schemas/tlc/1.0.9/statuses/S0010.json
|
645
|
+
- schemas/tlc/1.0.9/statuses/S0011.json
|
646
|
+
- schemas/tlc/1.0.9/statuses/S0012.json
|
647
|
+
- schemas/tlc/1.0.9/statuses/S0013.json
|
648
|
+
- schemas/tlc/1.0.9/statuses/S0014.json
|
649
|
+
- schemas/tlc/1.0.9/statuses/S0015.json
|
650
|
+
- schemas/tlc/1.0.9/statuses/S0016.json
|
651
|
+
- schemas/tlc/1.0.9/statuses/S0017.json
|
652
|
+
- schemas/tlc/1.0.9/statuses/S0018.json
|
653
|
+
- schemas/tlc/1.0.9/statuses/S0019.json
|
654
|
+
- schemas/tlc/1.0.9/statuses/S0020.json
|
655
|
+
- schemas/tlc/1.0.9/statuses/S0021.json
|
656
|
+
- schemas/tlc/1.0.9/statuses/S0025.json
|
657
|
+
- schemas/tlc/1.0.9/statuses/S0091.json
|
658
|
+
- schemas/tlc/1.0.9/statuses/S0092.json
|
659
|
+
- schemas/tlc/1.0.9/statuses/S0095.json
|
660
|
+
- schemas/tlc/1.0.9/statuses/S0096.json
|
661
|
+
- schemas/tlc/1.0.9/statuses/S0201.json
|
662
|
+
- schemas/tlc/1.0.9/statuses/S0202.json
|
663
|
+
- schemas/tlc/1.0.9/statuses/S0203.json
|
664
|
+
- schemas/tlc/1.0.9/statuses/S0204.json
|
665
|
+
- schemas/tlc/1.0.9/statuses/statuses.json
|
666
|
+
- schemas/tlc/1.0.9/sxl.json
|
667
|
+
- schemas/tlc/1.0.9/sxl.yaml
|
668
|
+
- schemas/tlc/1.1/alarms/A0001.json
|
669
|
+
- schemas/tlc/1.1/alarms/A0002.json
|
670
|
+
- schemas/tlc/1.1/alarms/A0003.json
|
671
|
+
- schemas/tlc/1.1/alarms/A0004.json
|
672
|
+
- schemas/tlc/1.1/alarms/A0005.json
|
673
|
+
- schemas/tlc/1.1/alarms/A0006.json
|
674
|
+
- schemas/tlc/1.1/alarms/A0007.json
|
675
|
+
- schemas/tlc/1.1/alarms/A0008.json
|
676
|
+
- schemas/tlc/1.1/alarms/A0009.json
|
677
|
+
- schemas/tlc/1.1/alarms/A0010.json
|
678
|
+
- schemas/tlc/1.1/alarms/A0101.json
|
679
|
+
- schemas/tlc/1.1/alarms/A0201.json
|
680
|
+
- schemas/tlc/1.1/alarms/A0202.json
|
681
|
+
- schemas/tlc/1.1/alarms/A0301.json
|
682
|
+
- schemas/tlc/1.1/alarms/A0302.json
|
683
|
+
- schemas/tlc/1.1/alarms/alarms.json
|
684
|
+
- schemas/tlc/1.1/commands/M0001.json
|
685
|
+
- schemas/tlc/1.1/commands/M0002.json
|
686
|
+
- schemas/tlc/1.1/commands/M0003.json
|
687
|
+
- schemas/tlc/1.1/commands/M0004.json
|
688
|
+
- schemas/tlc/1.1/commands/M0005.json
|
689
|
+
- schemas/tlc/1.1/commands/M0006.json
|
690
|
+
- schemas/tlc/1.1/commands/M0007.json
|
691
|
+
- schemas/tlc/1.1/commands/M0008.json
|
692
|
+
- schemas/tlc/1.1/commands/M0010.json
|
693
|
+
- schemas/tlc/1.1/commands/M0011.json
|
694
|
+
- schemas/tlc/1.1/commands/M0012.json
|
695
|
+
- schemas/tlc/1.1/commands/M0013.json
|
696
|
+
- schemas/tlc/1.1/commands/M0014.json
|
697
|
+
- schemas/tlc/1.1/commands/M0015.json
|
698
|
+
- schemas/tlc/1.1/commands/M0016.json
|
699
|
+
- schemas/tlc/1.1/commands/M0017.json
|
700
|
+
- schemas/tlc/1.1/commands/M0018.json
|
701
|
+
- schemas/tlc/1.1/commands/M0019.json
|
702
|
+
- schemas/tlc/1.1/commands/M0020.json
|
703
|
+
- schemas/tlc/1.1/commands/M0021.json
|
704
|
+
- schemas/tlc/1.1/commands/M0103.json
|
705
|
+
- schemas/tlc/1.1/commands/M0104.json
|
706
|
+
- schemas/tlc/1.1/commands/command_requests.json
|
707
|
+
- schemas/tlc/1.1/commands/command_responses.json
|
708
|
+
- schemas/tlc/1.1/commands/commands.json
|
709
|
+
- schemas/tlc/1.1/statuses/S0001.json
|
710
|
+
- schemas/tlc/1.1/statuses/S0002.json
|
711
|
+
- schemas/tlc/1.1/statuses/S0003.json
|
712
|
+
- schemas/tlc/1.1/statuses/S0004.json
|
713
|
+
- schemas/tlc/1.1/statuses/S0005.json
|
714
|
+
- schemas/tlc/1.1/statuses/S0006.json
|
715
|
+
- schemas/tlc/1.1/statuses/S0007.json
|
716
|
+
- schemas/tlc/1.1/statuses/S0008.json
|
717
|
+
- schemas/tlc/1.1/statuses/S0009.json
|
718
|
+
- schemas/tlc/1.1/statuses/S0010.json
|
719
|
+
- schemas/tlc/1.1/statuses/S0011.json
|
720
|
+
- schemas/tlc/1.1/statuses/S0012.json
|
721
|
+
- schemas/tlc/1.1/statuses/S0013.json
|
722
|
+
- schemas/tlc/1.1/statuses/S0014.json
|
723
|
+
- schemas/tlc/1.1/statuses/S0015.json
|
724
|
+
- schemas/tlc/1.1/statuses/S0016.json
|
725
|
+
- schemas/tlc/1.1/statuses/S0017.json
|
726
|
+
- schemas/tlc/1.1/statuses/S0018.json
|
727
|
+
- schemas/tlc/1.1/statuses/S0019.json
|
728
|
+
- schemas/tlc/1.1/statuses/S0020.json
|
729
|
+
- schemas/tlc/1.1/statuses/S0021.json
|
730
|
+
- schemas/tlc/1.1/statuses/S0022.json
|
731
|
+
- schemas/tlc/1.1/statuses/S0023.json
|
732
|
+
- schemas/tlc/1.1/statuses/S0024.json
|
733
|
+
- schemas/tlc/1.1/statuses/S0025.json
|
734
|
+
- schemas/tlc/1.1/statuses/S0026.json
|
735
|
+
- schemas/tlc/1.1/statuses/S0027.json
|
736
|
+
- schemas/tlc/1.1/statuses/S0028.json
|
737
|
+
- schemas/tlc/1.1/statuses/S0029.json
|
738
|
+
- schemas/tlc/1.1/statuses/S0030.json
|
739
|
+
- schemas/tlc/1.1/statuses/S0031.json
|
740
|
+
- schemas/tlc/1.1/statuses/S0091.json
|
741
|
+
- schemas/tlc/1.1/statuses/S0092.json
|
742
|
+
- schemas/tlc/1.1/statuses/S0095.json
|
743
|
+
- schemas/tlc/1.1/statuses/S0096.json
|
744
|
+
- schemas/tlc/1.1/statuses/S0097.json
|
745
|
+
- schemas/tlc/1.1/statuses/S0098.json
|
746
|
+
- schemas/tlc/1.1/statuses/S0201.json
|
747
|
+
- schemas/tlc/1.1/statuses/S0202.json
|
748
|
+
- schemas/tlc/1.1/statuses/S0203.json
|
749
|
+
- schemas/tlc/1.1/statuses/S0204.json
|
750
|
+
- schemas/tlc/1.1/statuses/S0205.json
|
751
|
+
- schemas/tlc/1.1/statuses/S0206.json
|
752
|
+
- schemas/tlc/1.1/statuses/S0207.json
|
753
|
+
- schemas/tlc/1.1/statuses/S0208.json
|
754
|
+
- schemas/tlc/1.1/statuses/statuses.json
|
755
|
+
- schemas/tlc/1.1/sxl.json
|
756
|
+
- schemas/tlc/1.1/sxl.yaml
|
757
|
+
homepage: https://github.com/rsmp-nordic/rsmp_schema
|
758
|
+
licenses:
|
759
|
+
- MIT
|
760
|
+
metadata:
|
761
|
+
homepage_uri: https://github.com/rsmp-nordic/rsmp_schema
|
762
|
+
source_code_uri: https://github.com/rsmp-nordic/rsmp_schema
|
763
|
+
changelog_uri: https://github.com/rsmp-nordic/rsmp_schema/CHANGELOG.md
|
764
|
+
bug_tracker_uri: https://github.com/rsmp-nordic/rsmp_schema/issues
|
765
|
+
post_install_message:
|
766
|
+
rdoc_options: []
|
767
|
+
require_paths:
|
768
|
+
- lib
|
769
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
770
|
+
requirements:
|
771
|
+
- - ">="
|
772
|
+
- !ruby/object:Gem::Version
|
773
|
+
version: 3.0.0
|
774
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
775
|
+
requirements:
|
776
|
+
- - ">="
|
777
|
+
- !ruby/object:Gem::Version
|
778
|
+
version: '0'
|
779
|
+
requirements: []
|
780
|
+
rubygems_version: 3.3.7
|
781
|
+
signing_key:
|
782
|
+
specification_version: 4
|
783
|
+
summary: Validate RSMP message against RSMP JSON Schema.
|
784
|
+
test_files: []
|