rsmp_schema 0.4.5 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/rspec.yaml +1 -1
  3. data/.tool-versions +1 -0
  4. data/Gemfile.lock +23 -29
  5. data/lib/rsmp_schema/schema.rb +6 -3
  6. data/lib/rsmp_schema/version.rb +1 -1
  7. data/rsmp_schema.gemspec +5 -6
  8. data/schemas/core/3.1.5/status_subscribe.json +1 -1
  9. data/schemas/core/3.2/status_response.json +1 -1
  10. data/schemas/core/3.2.1/core.json +39 -0
  11. data/schemas/core/3.2.1/rsmp.json +133 -0
  12. data/schemas/tlc/1.2/alarms/A0001.json +3 -0
  13. data/schemas/tlc/1.2/alarms/A0002.json +3 -0
  14. data/schemas/tlc/1.2/alarms/A0003.json +3 -0
  15. data/schemas/tlc/1.2/alarms/A0004.json +3 -0
  16. data/schemas/tlc/1.2/alarms/A0005.json +3 -0
  17. data/schemas/tlc/1.2/alarms/A0006.json +3 -0
  18. data/schemas/tlc/1.2/alarms/A0007.json +59 -0
  19. data/schemas/tlc/1.2/alarms/A0008.json +61 -0
  20. data/schemas/tlc/1.2/alarms/A0009.json +3 -0
  21. data/schemas/tlc/1.2/alarms/A0010.json +3 -0
  22. data/schemas/tlc/1.2/alarms/A0101.json +3 -0
  23. data/schemas/tlc/1.2/alarms/A0201.json +60 -0
  24. data/schemas/tlc/1.2/alarms/A0202.json +60 -0
  25. data/schemas/tlc/1.2/alarms/A0301.json +132 -0
  26. data/schemas/tlc/1.2/alarms/A0302.json +158 -0
  27. data/schemas/tlc/1.2/alarms/A0303.json +132 -0
  28. data/schemas/tlc/1.2/alarms/A0304.json +158 -0
  29. data/schemas/tlc/1.2/alarms/alarms.json +286 -0
  30. data/schemas/tlc/1.2/commands/M0001.json +138 -0
  31. data/schemas/tlc/1.2/commands/M0002.json +112 -0
  32. data/schemas/tlc/1.2/commands/M0003.json +112 -0
  33. data/schemas/tlc/1.2/commands/M0004.json +85 -0
  34. data/schemas/tlc/1.2/commands/M0005.json +112 -0
  35. data/schemas/tlc/1.2/commands/M0006.json +112 -0
  36. data/schemas/tlc/1.2/commands/M0007.json +85 -0
  37. data/schemas/tlc/1.2/commands/M0008.json +112 -0
  38. data/schemas/tlc/1.2/commands/M0010.json +85 -0
  39. data/schemas/tlc/1.2/commands/M0011.json +85 -0
  40. data/schemas/tlc/1.2/commands/M0012.json +79 -0
  41. data/schemas/tlc/1.2/commands/M0013.json +79 -0
  42. data/schemas/tlc/1.2/commands/M0014.json +106 -0
  43. data/schemas/tlc/1.2/commands/M0015.json +112 -0
  44. data/schemas/tlc/1.2/commands/M0016.json +79 -0
  45. data/schemas/tlc/1.2/commands/M0017.json +79 -0
  46. data/schemas/tlc/1.2/commands/M0018.json +112 -0
  47. data/schemas/tlc/1.2/commands/M0019.json +139 -0
  48. data/schemas/tlc/1.2/commands/M0020.json +139 -0
  49. data/schemas/tlc/1.2/commands/M0021.json +79 -0
  50. data/schemas/tlc/1.2/commands/M0022.json +355 -0
  51. data/schemas/tlc/1.2/commands/M0023.json +85 -0
  52. data/schemas/tlc/1.2/commands/M0103.json +103 -0
  53. data/schemas/tlc/1.2/commands/M0104.json +220 -0
  54. data/schemas/tlc/1.2/commands/command_requests.json +7 -0
  55. data/schemas/tlc/1.2/commands/command_responses.json +7 -0
  56. data/schemas/tlc/1.2/commands/commands.json +398 -0
  57. data/schemas/tlc/1.2/rsmp.json +73 -0
  58. data/schemas/tlc/1.2/statuses/S0001.json +137 -0
  59. data/schemas/tlc/1.2/statuses/S0002.json +55 -0
  60. data/schemas/tlc/1.2/statuses/S0003.json +55 -0
  61. data/schemas/tlc/1.2/statuses/S0004.json +55 -0
  62. data/schemas/tlc/1.2/statuses/S0005.json +112 -0
  63. data/schemas/tlc/1.2/statuses/S0006.json +88 -0
  64. data/schemas/tlc/1.2/statuses/S0007.json +116 -0
  65. data/schemas/tlc/1.2/statuses/S0008.json +116 -0
  66. data/schemas/tlc/1.2/statuses/S0009.json +116 -0
  67. data/schemas/tlc/1.2/statuses/S0010.json +116 -0
  68. data/schemas/tlc/1.2/statuses/S0011.json +116 -0
  69. data/schemas/tlc/1.2/statuses/S0012.json +116 -0
  70. data/schemas/tlc/1.2/statuses/S0013.json +88 -0
  71. data/schemas/tlc/1.2/statuses/S0014.json +90 -0
  72. data/schemas/tlc/1.2/statuses/S0015.json +90 -0
  73. data/schemas/tlc/1.2/statuses/S0016.json +61 -0
  74. data/schemas/tlc/1.2/statuses/S0017.json +61 -0
  75. data/schemas/tlc/1.2/statuses/S0018.json +61 -0
  76. data/schemas/tlc/1.2/statuses/S0019.json +61 -0
  77. data/schemas/tlc/1.2/statuses/S0020.json +88 -0
  78. data/schemas/tlc/1.2/statuses/S0021.json +56 -0
  79. data/schemas/tlc/1.2/statuses/S0022.json +55 -0
  80. data/schemas/tlc/1.2/statuses/S0023.json +56 -0
  81. data/schemas/tlc/1.2/statuses/S0024.json +56 -0
  82. data/schemas/tlc/1.2/statuses/S0025.json +250 -0
  83. data/schemas/tlc/1.2/statuses/S0026.json +55 -0
  84. data/schemas/tlc/1.2/statuses/S0027.json +55 -0
  85. data/schemas/tlc/1.2/statuses/S0028.json +55 -0
  86. data/schemas/tlc/1.2/statuses/S0029.json +55 -0
  87. data/schemas/tlc/1.2/statuses/S0030.json +55 -0
  88. data/schemas/tlc/1.2/statuses/S0031.json +55 -0
  89. data/schemas/tlc/1.2/statuses/S0032.json +116 -0
  90. data/schemas/tlc/1.2/statuses/S0033.json +114 -0
  91. data/schemas/tlc/1.2/statuses/S0034.json +61 -0
  92. data/schemas/tlc/1.2/statuses/S0035.json +74 -0
  93. data/schemas/tlc/1.2/statuses/S0091.json +65 -0
  94. data/schemas/tlc/1.2/statuses/S0092.json +65 -0
  95. data/schemas/tlc/1.2/statuses/S0095.json +55 -0
  96. data/schemas/tlc/1.2/statuses/S0096.json +196 -0
  97. data/schemas/tlc/1.2/statuses/S0097.json +82 -0
  98. data/schemas/tlc/1.2/statuses/S0098.json +103 -0
  99. data/schemas/tlc/1.2/statuses/S0201.json +88 -0
  100. data/schemas/tlc/1.2/statuses/S0202.json +88 -0
  101. data/schemas/tlc/1.2/statuses/S0203.json +88 -0
  102. data/schemas/tlc/1.2/statuses/S0204.json +304 -0
  103. data/schemas/tlc/1.2/statuses/S0205.json +88 -0
  104. data/schemas/tlc/1.2/statuses/S0206.json +88 -0
  105. data/schemas/tlc/1.2/statuses/S0207.json +88 -0
  106. data/schemas/tlc/1.2/statuses/S0208.json +304 -0
  107. data/schemas/tlc/1.2/statuses/statuses.json +786 -0
  108. data/schemas/tlc/1.2/sxl.yaml +2082 -0
  109. metadata +113 -27
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsmp_schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emil Tin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-07-13 00:00:00.000000000 Z
11
+ date: 2023-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json_schemer
@@ -16,84 +16,70 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.2.21
19
+ version: 2.1.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.2.21
26
+ version: 2.1.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: thor
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 1.2.1
33
+ version: 1.3.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
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
40
+ version: 1.3.0
55
41
  - !ruby/object:Gem::Dependency
56
42
  name: rake
57
43
  requirement: !ruby/object:Gem::Requirement
58
44
  requirements:
59
45
  - - "~>"
60
46
  - !ruby/object:Gem::Version
61
- version: 13.0.6
47
+ version: 13.1.0
62
48
  type: :development
63
49
  prerelease: false
64
50
  version_requirements: !ruby/object:Gem::Requirement
65
51
  requirements:
66
52
  - - "~>"
67
53
  - !ruby/object:Gem::Version
68
- version: 13.0.6
54
+ version: 13.1.0
69
55
  - !ruby/object:Gem::Dependency
70
56
  name: rspec
71
57
  requirement: !ruby/object:Gem::Requirement
72
58
  requirements:
73
59
  - - "~>"
74
60
  - !ruby/object:Gem::Version
75
- version: 3.11.0
61
+ version: 3.12.0
76
62
  type: :development
77
63
  prerelease: false
78
64
  version_requirements: !ruby/object:Gem::Requirement
79
65
  requirements:
80
66
  - - "~>"
81
67
  - !ruby/object:Gem::Version
82
- version: 3.11.0
68
+ version: 3.12.0
83
69
  - !ruby/object:Gem::Dependency
84
70
  name: rspec-expectations
85
71
  requirement: !ruby/object:Gem::Requirement
86
72
  requirements:
87
73
  - - "~>"
88
74
  - !ruby/object:Gem::Version
89
- version: 3.11.0
75
+ version: 3.12.3
90
76
  type: :development
91
77
  prerelease: false
92
78
  version_requirements: !ruby/object:Gem::Requirement
93
79
  requirements:
94
80
  - - "~>"
95
81
  - !ruby/object:Gem::Version
96
- version: 3.11.0
82
+ version: 3.12.3
97
83
  description: Validate RSMP message against RSMP JSON Schema. Support validating against
98
84
  core and different SXL's, in different versions.
99
85
  email:
@@ -106,6 +92,7 @@ files:
106
92
  - ".github/workflows/rspec.yaml"
107
93
  - ".gitignore"
108
94
  - ".rspec"
95
+ - ".tool-versions"
109
96
  - Gemfile
110
97
  - Gemfile.lock
111
98
  - LICENSE
@@ -152,6 +139,8 @@ files:
152
139
  - schemas/core/3.1.5/rsmp.json
153
140
  - schemas/core/3.1.5/status.json
154
141
  - schemas/core/3.1.5/status_subscribe.json
142
+ - schemas/core/3.2.1/core.json
143
+ - schemas/core/3.2.1/rsmp.json
155
144
  - schemas/core/3.2/alarm.json
156
145
  - schemas/core/3.2/core.json
157
146
  - schemas/core/3.2/rsmp.json
@@ -763,6 +752,103 @@ files:
763
752
  - schemas/tlc/1.1/statuses/S0208.json
764
753
  - schemas/tlc/1.1/statuses/statuses.json
765
754
  - schemas/tlc/1.1/sxl.yaml
755
+ - schemas/tlc/1.2/alarms/A0001.json
756
+ - schemas/tlc/1.2/alarms/A0002.json
757
+ - schemas/tlc/1.2/alarms/A0003.json
758
+ - schemas/tlc/1.2/alarms/A0004.json
759
+ - schemas/tlc/1.2/alarms/A0005.json
760
+ - schemas/tlc/1.2/alarms/A0006.json
761
+ - schemas/tlc/1.2/alarms/A0007.json
762
+ - schemas/tlc/1.2/alarms/A0008.json
763
+ - schemas/tlc/1.2/alarms/A0009.json
764
+ - schemas/tlc/1.2/alarms/A0010.json
765
+ - schemas/tlc/1.2/alarms/A0101.json
766
+ - schemas/tlc/1.2/alarms/A0201.json
767
+ - schemas/tlc/1.2/alarms/A0202.json
768
+ - schemas/tlc/1.2/alarms/A0301.json
769
+ - schemas/tlc/1.2/alarms/A0302.json
770
+ - schemas/tlc/1.2/alarms/A0303.json
771
+ - schemas/tlc/1.2/alarms/A0304.json
772
+ - schemas/tlc/1.2/alarms/alarms.json
773
+ - schemas/tlc/1.2/commands/M0001.json
774
+ - schemas/tlc/1.2/commands/M0002.json
775
+ - schemas/tlc/1.2/commands/M0003.json
776
+ - schemas/tlc/1.2/commands/M0004.json
777
+ - schemas/tlc/1.2/commands/M0005.json
778
+ - schemas/tlc/1.2/commands/M0006.json
779
+ - schemas/tlc/1.2/commands/M0007.json
780
+ - schemas/tlc/1.2/commands/M0008.json
781
+ - schemas/tlc/1.2/commands/M0010.json
782
+ - schemas/tlc/1.2/commands/M0011.json
783
+ - schemas/tlc/1.2/commands/M0012.json
784
+ - schemas/tlc/1.2/commands/M0013.json
785
+ - schemas/tlc/1.2/commands/M0014.json
786
+ - schemas/tlc/1.2/commands/M0015.json
787
+ - schemas/tlc/1.2/commands/M0016.json
788
+ - schemas/tlc/1.2/commands/M0017.json
789
+ - schemas/tlc/1.2/commands/M0018.json
790
+ - schemas/tlc/1.2/commands/M0019.json
791
+ - schemas/tlc/1.2/commands/M0020.json
792
+ - schemas/tlc/1.2/commands/M0021.json
793
+ - schemas/tlc/1.2/commands/M0022.json
794
+ - schemas/tlc/1.2/commands/M0023.json
795
+ - schemas/tlc/1.2/commands/M0103.json
796
+ - schemas/tlc/1.2/commands/M0104.json
797
+ - schemas/tlc/1.2/commands/command_requests.json
798
+ - schemas/tlc/1.2/commands/command_responses.json
799
+ - schemas/tlc/1.2/commands/commands.json
800
+ - schemas/tlc/1.2/rsmp.json
801
+ - schemas/tlc/1.2/statuses/S0001.json
802
+ - schemas/tlc/1.2/statuses/S0002.json
803
+ - schemas/tlc/1.2/statuses/S0003.json
804
+ - schemas/tlc/1.2/statuses/S0004.json
805
+ - schemas/tlc/1.2/statuses/S0005.json
806
+ - schemas/tlc/1.2/statuses/S0006.json
807
+ - schemas/tlc/1.2/statuses/S0007.json
808
+ - schemas/tlc/1.2/statuses/S0008.json
809
+ - schemas/tlc/1.2/statuses/S0009.json
810
+ - schemas/tlc/1.2/statuses/S0010.json
811
+ - schemas/tlc/1.2/statuses/S0011.json
812
+ - schemas/tlc/1.2/statuses/S0012.json
813
+ - schemas/tlc/1.2/statuses/S0013.json
814
+ - schemas/tlc/1.2/statuses/S0014.json
815
+ - schemas/tlc/1.2/statuses/S0015.json
816
+ - schemas/tlc/1.2/statuses/S0016.json
817
+ - schemas/tlc/1.2/statuses/S0017.json
818
+ - schemas/tlc/1.2/statuses/S0018.json
819
+ - schemas/tlc/1.2/statuses/S0019.json
820
+ - schemas/tlc/1.2/statuses/S0020.json
821
+ - schemas/tlc/1.2/statuses/S0021.json
822
+ - schemas/tlc/1.2/statuses/S0022.json
823
+ - schemas/tlc/1.2/statuses/S0023.json
824
+ - schemas/tlc/1.2/statuses/S0024.json
825
+ - schemas/tlc/1.2/statuses/S0025.json
826
+ - schemas/tlc/1.2/statuses/S0026.json
827
+ - schemas/tlc/1.2/statuses/S0027.json
828
+ - schemas/tlc/1.2/statuses/S0028.json
829
+ - schemas/tlc/1.2/statuses/S0029.json
830
+ - schemas/tlc/1.2/statuses/S0030.json
831
+ - schemas/tlc/1.2/statuses/S0031.json
832
+ - schemas/tlc/1.2/statuses/S0032.json
833
+ - schemas/tlc/1.2/statuses/S0033.json
834
+ - schemas/tlc/1.2/statuses/S0034.json
835
+ - schemas/tlc/1.2/statuses/S0035.json
836
+ - schemas/tlc/1.2/statuses/S0091.json
837
+ - schemas/tlc/1.2/statuses/S0092.json
838
+ - schemas/tlc/1.2/statuses/S0095.json
839
+ - schemas/tlc/1.2/statuses/S0096.json
840
+ - schemas/tlc/1.2/statuses/S0097.json
841
+ - schemas/tlc/1.2/statuses/S0098.json
842
+ - schemas/tlc/1.2/statuses/S0201.json
843
+ - schemas/tlc/1.2/statuses/S0202.json
844
+ - schemas/tlc/1.2/statuses/S0203.json
845
+ - schemas/tlc/1.2/statuses/S0204.json
846
+ - schemas/tlc/1.2/statuses/S0205.json
847
+ - schemas/tlc/1.2/statuses/S0206.json
848
+ - schemas/tlc/1.2/statuses/S0207.json
849
+ - schemas/tlc/1.2/statuses/S0208.json
850
+ - schemas/tlc/1.2/statuses/statuses.json
851
+ - schemas/tlc/1.2/sxl.yaml
766
852
  homepage: https://github.com/rsmp-nordic/rsmp_schema
767
853
  licenses:
768
854
  - MIT
@@ -786,7 +872,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
786
872
  - !ruby/object:Gem::Version
787
873
  version: '0'
788
874
  requirements: []
789
- rubygems_version: 3.4.10
875
+ rubygems_version: 3.4.22
790
876
  signing_key:
791
877
  specification_version: 4
792
878
  summary: Validate RSMP message against RSMP JSON Schema.