losant_rest 1.23.2 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (154) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/test.yml +2 -2
  3. data/.ruby-version +1 -1
  4. data/LICENSE +1 -1
  5. data/README.md +1 -1
  6. data/docs/_schemas.md +1809 -381
  7. data/docs/applicationKeys.md +2 -2
  8. data/docs/events.md +3 -1
  9. data/lib/platform_rest/application.rb +1 -1
  10. data/lib/platform_rest/application_api_token.rb +1 -1
  11. data/lib/platform_rest/application_api_tokens.rb +1 -1
  12. data/lib/platform_rest/application_certificate.rb +1 -1
  13. data/lib/platform_rest/application_certificate_authorities.rb +1 -1
  14. data/lib/platform_rest/application_certificate_authority.rb +1 -1
  15. data/lib/platform_rest/application_certificates.rb +1 -1
  16. data/lib/platform_rest/application_dashboard.rb +1 -1
  17. data/lib/platform_rest/application_dashboards.rb +1 -1
  18. data/lib/platform_rest/application_job_log.rb +1 -1
  19. data/lib/platform_rest/application_job_logs.rb +1 -1
  20. data/lib/platform_rest/application_key.rb +1 -1
  21. data/lib/platform_rest/application_keys.rb +3 -3
  22. data/lib/platform_rest/application_template.rb +1 -1
  23. data/lib/platform_rest/application_templates.rb +1 -1
  24. data/lib/platform_rest/applications.rb +1 -1
  25. data/lib/platform_rest/audit_log.rb +1 -1
  26. data/lib/platform_rest/audit_logs.rb +1 -1
  27. data/lib/platform_rest/auth.rb +1 -1
  28. data/lib/platform_rest/client.rb +3 -3
  29. data/lib/platform_rest/credential.rb +1 -1
  30. data/lib/platform_rest/credentials.rb +1 -1
  31. data/lib/platform_rest/dashboard.rb +1 -1
  32. data/lib/platform_rest/dashboards.rb +1 -1
  33. data/lib/platform_rest/data.rb +1 -1
  34. data/lib/platform_rest/data_table.rb +1 -1
  35. data/lib/platform_rest/data_table_row.rb +1 -1
  36. data/lib/platform_rest/data_table_rows.rb +1 -1
  37. data/lib/platform_rest/data_tables.rb +1 -1
  38. data/lib/platform_rest/device.rb +1 -1
  39. data/lib/platform_rest/device_attribute.rb +1 -1
  40. data/lib/platform_rest/device_attributes.rb +1 -1
  41. data/lib/platform_rest/device_recipe.rb +1 -1
  42. data/lib/platform_rest/device_recipes.rb +1 -1
  43. data/lib/platform_rest/devices.rb +1 -1
  44. data/lib/platform_rest/edge_deployment.rb +1 -1
  45. data/lib/platform_rest/edge_deployments.rb +1 -1
  46. data/lib/platform_rest/embedded_deployment.rb +1 -1
  47. data/lib/platform_rest/embedded_deployments.rb +1 -1
  48. data/lib/platform_rest/error.rb +1 -1
  49. data/lib/platform_rest/event.rb +1 -1
  50. data/lib/platform_rest/events.rb +6 -2
  51. data/lib/platform_rest/experience.rb +1 -1
  52. data/lib/platform_rest/experience_domain.rb +1 -1
  53. data/lib/platform_rest/experience_domains.rb +1 -1
  54. data/lib/platform_rest/experience_endpoint.rb +1 -1
  55. data/lib/platform_rest/experience_endpoints.rb +1 -1
  56. data/lib/platform_rest/experience_group.rb +1 -1
  57. data/lib/platform_rest/experience_groups.rb +1 -1
  58. data/lib/platform_rest/experience_slug.rb +1 -1
  59. data/lib/platform_rest/experience_slugs.rb +1 -1
  60. data/lib/platform_rest/experience_user.rb +1 -1
  61. data/lib/platform_rest/experience_users.rb +1 -1
  62. data/lib/platform_rest/experience_version.rb +1 -1
  63. data/lib/platform_rest/experience_versions.rb +1 -1
  64. data/lib/platform_rest/experience_view.rb +1 -1
  65. data/lib/platform_rest/experience_views.rb +1 -1
  66. data/lib/platform_rest/file.rb +1 -1
  67. data/lib/platform_rest/files.rb +1 -1
  68. data/lib/platform_rest/flow.rb +1 -1
  69. data/lib/platform_rest/flow_version.rb +1 -1
  70. data/lib/platform_rest/flow_versions.rb +1 -1
  71. data/lib/platform_rest/flows.rb +1 -1
  72. data/lib/platform_rest/instance.rb +1 -1
  73. data/lib/platform_rest/instance_api_token.rb +1 -1
  74. data/lib/platform_rest/instance_api_tokens.rb +1 -1
  75. data/lib/platform_rest/instance_audit_log.rb +1 -1
  76. data/lib/platform_rest/instance_audit_logs.rb +1 -1
  77. data/lib/platform_rest/instance_custom_node.rb +1 -1
  78. data/lib/platform_rest/instance_custom_nodes.rb +1 -1
  79. data/lib/platform_rest/instance_member.rb +1 -1
  80. data/lib/platform_rest/instance_members.rb +1 -1
  81. data/lib/platform_rest/instance_notification_rule.rb +1 -1
  82. data/lib/platform_rest/instance_notification_rules.rb +1 -1
  83. data/lib/platform_rest/instance_org.rb +1 -1
  84. data/lib/platform_rest/instance_org_invite.rb +1 -1
  85. data/lib/platform_rest/instance_org_invites.rb +1 -1
  86. data/lib/platform_rest/instance_org_member.rb +1 -1
  87. data/lib/platform_rest/instance_org_members.rb +1 -1
  88. data/lib/platform_rest/instance_orgs.rb +1 -1
  89. data/lib/platform_rest/instance_sandbox.rb +1 -1
  90. data/lib/platform_rest/instance_sandboxes.rb +1 -1
  91. data/lib/platform_rest/instances.rb +1 -1
  92. data/lib/platform_rest/integration.rb +1 -1
  93. data/lib/platform_rest/integrations.rb +1 -1
  94. data/lib/platform_rest/me.rb +1 -1
  95. data/lib/platform_rest/notebook.rb +1 -1
  96. data/lib/platform_rest/notebooks.rb +1 -1
  97. data/lib/platform_rest/org.rb +1 -1
  98. data/lib/platform_rest/org_invites.rb +1 -1
  99. data/lib/platform_rest/orgs.rb +1 -1
  100. data/lib/platform_rest/private_file.rb +1 -1
  101. data/lib/platform_rest/private_files.rb +1 -1
  102. data/lib/platform_rest/resource_job.rb +1 -1
  103. data/lib/platform_rest/resource_jobs.rb +1 -1
  104. data/lib/platform_rest/user_api_token.rb +1 -1
  105. data/lib/platform_rest/user_api_tokens.rb +1 -1
  106. data/lib/platform_rest/utils.rb +1 -1
  107. data/lib/platform_rest/version.rb +2 -2
  108. data/lib/platform_rest/webhook.rb +1 -1
  109. data/lib/platform_rest/webhooks.rb +1 -1
  110. data/lib/platform_rest.rb +1 -1
  111. data/losant_rest.gemspec +6 -5
  112. data/schemas/advancedApplicationKeyQuery.json +345 -0
  113. data/schemas/advancedDeviceQuery.json +36 -0
  114. data/schemas/advancedEventQuery.json +36 -0
  115. data/schemas/advancedExperienceGroupQuery.json +36 -0
  116. data/schemas/advancedExperienceUserQuery.json +36 -0
  117. data/schemas/advancedInstanceOrgQuery.json +36 -0
  118. data/schemas/apiTokenPost.json +0 -1
  119. data/schemas/applicationCertificate.json +5 -0
  120. data/schemas/applicationCertificates.json +5 -0
  121. data/schemas/applicationKey.json +45 -0
  122. data/schemas/applicationKeyPatch.json +28 -0
  123. data/schemas/applicationKeyPost.json +21 -0
  124. data/schemas/applicationKeyPostResponse.json +45 -0
  125. data/schemas/applicationKeys.json +45 -0
  126. data/schemas/credential.json +57 -2
  127. data/schemas/credentialPatch.json +29 -0
  128. data/schemas/credentialPost.json +39 -1
  129. data/schemas/credentials.json +57 -2
  130. data/schemas/devicesDataExport.json +36 -0
  131. data/schemas/devicesDeleteOrRestorePost.json +36 -0
  132. data/schemas/devicesExportPayloadCountPost.json +36 -0
  133. data/schemas/devicesExportPost.json +36 -0
  134. data/schemas/devicesPatch.json +36 -0
  135. data/schemas/devicesRemoveDataPost.json +36 -0
  136. data/schemas/event.json +4 -0
  137. data/schemas/eventPlusNewCount.json +4 -0
  138. data/schemas/eventPost.json +4 -0
  139. data/schemas/events.json +4 -0
  140. data/schemas/eventsExport.json +40 -0
  141. data/schemas/githubLogin.json +0 -1
  142. data/schemas/lastValueQuery.json +36 -0
  143. data/schemas/multiDeviceCommand.json +36 -0
  144. data/schemas/notebook.json +39 -0
  145. data/schemas/notebookPatch.json +39 -0
  146. data/schemas/notebookPost.json +39 -0
  147. data/schemas/notebooks.json +39 -0
  148. data/schemas/samlResponse.json +0 -1
  149. data/schemas/timeSeriesQuery.json +36 -0
  150. data/schemas/userCredentials.json +0 -1
  151. data/schemas/userPost.json +0 -1
  152. data/test/basic_test.rb +1 -1
  153. data/test/test_helper.rb +2 -1
  154. metadata +26 -15
@@ -546,6 +546,9 @@
546
546
  "oneOf": [
547
547
  {
548
548
  "oneOf": [
549
+ {
550
+ "type": "null"
551
+ },
549
552
  {
550
553
  "type": "object",
551
554
  "properties": {
@@ -555,6 +558,9 @@
555
558
  "type": "string",
556
559
  "maxLength": 255
557
560
  },
561
+ {
562
+ "type": "null"
563
+ },
558
564
  {
559
565
  "type": "object",
560
566
  "properties": {
@@ -597,6 +603,9 @@
597
603
  "type": "string",
598
604
  "maxLength": 255
599
605
  },
606
+ {
607
+ "type": "null"
608
+ },
600
609
  {
601
610
  "type": "object",
602
611
  "properties": {
@@ -646,6 +655,9 @@
646
655
  "type": "string",
647
656
  "maxLength": 255
648
657
  },
658
+ {
659
+ "type": "null"
660
+ },
649
661
  {
650
662
  "type": "object",
651
663
  "properties": {
@@ -692,6 +704,9 @@
692
704
  "properties": {
693
705
  "$eq": {
694
706
  "oneOf": [
707
+ {
708
+ "type": "null"
709
+ },
695
710
  {
696
711
  "type": "object",
697
712
  "properties": {
@@ -701,6 +716,9 @@
701
716
  "type": "string",
702
717
  "maxLength": 255
703
718
  },
719
+ {
720
+ "type": "null"
721
+ },
704
722
  {
705
723
  "type": "object",
706
724
  "properties": {
@@ -743,6 +761,9 @@
743
761
  "type": "string",
744
762
  "maxLength": 255
745
763
  },
764
+ {
765
+ "type": "null"
766
+ },
746
767
  {
747
768
  "type": "object",
748
769
  "properties": {
@@ -792,6 +813,9 @@
792
813
  "type": "string",
793
814
  "maxLength": 255
794
815
  },
816
+ {
817
+ "type": "null"
818
+ },
795
819
  {
796
820
  "type": "object",
797
821
  "properties": {
@@ -844,6 +868,9 @@
844
868
  "properties": {
845
869
  "$ne": {
846
870
  "oneOf": [
871
+ {
872
+ "type": "null"
873
+ },
847
874
  {
848
875
  "type": "object",
849
876
  "properties": {
@@ -853,6 +880,9 @@
853
880
  "type": "string",
854
881
  "maxLength": 255
855
882
  },
883
+ {
884
+ "type": "null"
885
+ },
856
886
  {
857
887
  "type": "object",
858
888
  "properties": {
@@ -895,6 +925,9 @@
895
925
  "type": "string",
896
926
  "maxLength": 255
897
927
  },
928
+ {
929
+ "type": "null"
930
+ },
898
931
  {
899
932
  "type": "object",
900
933
  "properties": {
@@ -944,6 +977,9 @@
944
977
  "type": "string",
945
978
  "maxLength": 255
946
979
  },
980
+ {
981
+ "type": "null"
982
+ },
947
983
  {
948
984
  "type": "object",
949
985
  "properties": {
@@ -1096,6 +1132,109 @@
1096
1132
  }
1097
1133
  ]
1098
1134
  },
1135
+ "name": {
1136
+ "oneOf": [
1137
+ {
1138
+ "type": [
1139
+ "string",
1140
+ "number",
1141
+ "boolean",
1142
+ "null"
1143
+ ]
1144
+ },
1145
+ {
1146
+ "type": "object",
1147
+ "properties": {
1148
+ "$eq": {
1149
+ "type": [
1150
+ "string",
1151
+ "number",
1152
+ "boolean",
1153
+ "null"
1154
+ ]
1155
+ },
1156
+ "$ne": {
1157
+ "type": [
1158
+ "string",
1159
+ "number",
1160
+ "boolean",
1161
+ "null"
1162
+ ]
1163
+ },
1164
+ "$gt": {
1165
+ "type": [
1166
+ "string",
1167
+ "number",
1168
+ "boolean",
1169
+ "null"
1170
+ ]
1171
+ },
1172
+ "$lt": {
1173
+ "type": [
1174
+ "string",
1175
+ "number",
1176
+ "boolean",
1177
+ "null"
1178
+ ]
1179
+ },
1180
+ "$gte": {
1181
+ "type": [
1182
+ "string",
1183
+ "number",
1184
+ "boolean",
1185
+ "null"
1186
+ ]
1187
+ },
1188
+ "$lte": {
1189
+ "type": [
1190
+ "string",
1191
+ "number",
1192
+ "boolean",
1193
+ "null"
1194
+ ]
1195
+ },
1196
+ "$startsWith": {
1197
+ "type": "string",
1198
+ "minLength": 1
1199
+ },
1200
+ "$endsWith": {
1201
+ "type": "string",
1202
+ "minLength": 1
1203
+ },
1204
+ "$contains": {
1205
+ "type": "string",
1206
+ "minLength": 1
1207
+ },
1208
+ "$ci": {
1209
+ "type": "boolean"
1210
+ },
1211
+ "$in": {
1212
+ "type": "array",
1213
+ "maxItems": 100,
1214
+ "items": {
1215
+ "type": [
1216
+ "string",
1217
+ "number",
1218
+ "boolean"
1219
+ ]
1220
+ }
1221
+ },
1222
+ "$nin": {
1223
+ "type": "array",
1224
+ "maxItems": 100,
1225
+ "items": {
1226
+ "type": [
1227
+ "string",
1228
+ "number",
1229
+ "boolean"
1230
+ ]
1231
+ }
1232
+ }
1233
+ },
1234
+ "additionalProperties": false
1235
+ }
1236
+ ]
1237
+ },
1099
1238
  "description": {
1100
1239
  "oneOf": [
1101
1240
  {
@@ -1507,6 +1646,212 @@
1507
1646
  "additionalProperties": false
1508
1647
  }
1509
1648
  ]
1649
+ },
1650
+ "addressFilterType": {
1651
+ "oneOf": [
1652
+ {
1653
+ "type": [
1654
+ "string",
1655
+ "number",
1656
+ "boolean",
1657
+ "null"
1658
+ ]
1659
+ },
1660
+ {
1661
+ "type": "object",
1662
+ "properties": {
1663
+ "$eq": {
1664
+ "type": [
1665
+ "string",
1666
+ "number",
1667
+ "boolean",
1668
+ "null"
1669
+ ]
1670
+ },
1671
+ "$ne": {
1672
+ "type": [
1673
+ "string",
1674
+ "number",
1675
+ "boolean",
1676
+ "null"
1677
+ ]
1678
+ },
1679
+ "$gt": {
1680
+ "type": [
1681
+ "string",
1682
+ "number",
1683
+ "boolean",
1684
+ "null"
1685
+ ]
1686
+ },
1687
+ "$lt": {
1688
+ "type": [
1689
+ "string",
1690
+ "number",
1691
+ "boolean",
1692
+ "null"
1693
+ ]
1694
+ },
1695
+ "$gte": {
1696
+ "type": [
1697
+ "string",
1698
+ "number",
1699
+ "boolean",
1700
+ "null"
1701
+ ]
1702
+ },
1703
+ "$lte": {
1704
+ "type": [
1705
+ "string",
1706
+ "number",
1707
+ "boolean",
1708
+ "null"
1709
+ ]
1710
+ },
1711
+ "$startsWith": {
1712
+ "type": "string",
1713
+ "minLength": 1
1714
+ },
1715
+ "$endsWith": {
1716
+ "type": "string",
1717
+ "minLength": 1
1718
+ },
1719
+ "$contains": {
1720
+ "type": "string",
1721
+ "minLength": 1
1722
+ },
1723
+ "$ci": {
1724
+ "type": "boolean"
1725
+ },
1726
+ "$in": {
1727
+ "type": "array",
1728
+ "maxItems": 100,
1729
+ "items": {
1730
+ "type": [
1731
+ "string",
1732
+ "number",
1733
+ "boolean"
1734
+ ]
1735
+ }
1736
+ },
1737
+ "$nin": {
1738
+ "type": "array",
1739
+ "maxItems": 100,
1740
+ "items": {
1741
+ "type": [
1742
+ "string",
1743
+ "number",
1744
+ "boolean"
1745
+ ]
1746
+ }
1747
+ }
1748
+ },
1749
+ "additionalProperties": false
1750
+ }
1751
+ ]
1752
+ },
1753
+ "addresses": {
1754
+ "oneOf": [
1755
+ {
1756
+ "type": [
1757
+ "string",
1758
+ "number",
1759
+ "boolean",
1760
+ "null"
1761
+ ]
1762
+ },
1763
+ {
1764
+ "type": "object",
1765
+ "properties": {
1766
+ "$eq": {
1767
+ "type": [
1768
+ "string",
1769
+ "number",
1770
+ "boolean",
1771
+ "null"
1772
+ ]
1773
+ },
1774
+ "$ne": {
1775
+ "type": [
1776
+ "string",
1777
+ "number",
1778
+ "boolean",
1779
+ "null"
1780
+ ]
1781
+ },
1782
+ "$gt": {
1783
+ "type": [
1784
+ "string",
1785
+ "number",
1786
+ "boolean",
1787
+ "null"
1788
+ ]
1789
+ },
1790
+ "$lt": {
1791
+ "type": [
1792
+ "string",
1793
+ "number",
1794
+ "boolean",
1795
+ "null"
1796
+ ]
1797
+ },
1798
+ "$gte": {
1799
+ "type": [
1800
+ "string",
1801
+ "number",
1802
+ "boolean",
1803
+ "null"
1804
+ ]
1805
+ },
1806
+ "$lte": {
1807
+ "type": [
1808
+ "string",
1809
+ "number",
1810
+ "boolean",
1811
+ "null"
1812
+ ]
1813
+ },
1814
+ "$startsWith": {
1815
+ "type": "string",
1816
+ "minLength": 1
1817
+ },
1818
+ "$endsWith": {
1819
+ "type": "string",
1820
+ "minLength": 1
1821
+ },
1822
+ "$contains": {
1823
+ "type": "string",
1824
+ "minLength": 1
1825
+ },
1826
+ "$ci": {
1827
+ "type": "boolean"
1828
+ },
1829
+ "$in": {
1830
+ "type": "array",
1831
+ "maxItems": 100,
1832
+ "items": {
1833
+ "type": [
1834
+ "string",
1835
+ "number",
1836
+ "boolean"
1837
+ ]
1838
+ }
1839
+ },
1840
+ "$nin": {
1841
+ "type": "array",
1842
+ "maxItems": 100,
1843
+ "items": {
1844
+ "type": [
1845
+ "string",
1846
+ "number",
1847
+ "boolean"
1848
+ ]
1849
+ }
1850
+ }
1851
+ },
1852
+ "additionalProperties": false
1853
+ }
1854
+ ]
1510
1855
  }
1511
1856
  }
1512
1857
  }
@@ -1275,6 +1275,9 @@
1275
1275
  "oneOf": [
1276
1276
  {
1277
1277
  "oneOf": [
1278
+ {
1279
+ "type": "null"
1280
+ },
1278
1281
  {
1279
1282
  "type": "object",
1280
1283
  "properties": {
@@ -1284,6 +1287,9 @@
1284
1287
  "type": "string",
1285
1288
  "maxLength": 255
1286
1289
  },
1290
+ {
1291
+ "type": "null"
1292
+ },
1287
1293
  {
1288
1294
  "type": "object",
1289
1295
  "properties": {
@@ -1326,6 +1332,9 @@
1326
1332
  "type": "string",
1327
1333
  "maxLength": 255
1328
1334
  },
1335
+ {
1336
+ "type": "null"
1337
+ },
1329
1338
  {
1330
1339
  "type": "object",
1331
1340
  "properties": {
@@ -1375,6 +1384,9 @@
1375
1384
  "type": "string",
1376
1385
  "maxLength": 255
1377
1386
  },
1387
+ {
1388
+ "type": "null"
1389
+ },
1378
1390
  {
1379
1391
  "type": "object",
1380
1392
  "properties": {
@@ -1421,6 +1433,9 @@
1421
1433
  "properties": {
1422
1434
  "$eq": {
1423
1435
  "oneOf": [
1436
+ {
1437
+ "type": "null"
1438
+ },
1424
1439
  {
1425
1440
  "type": "object",
1426
1441
  "properties": {
@@ -1430,6 +1445,9 @@
1430
1445
  "type": "string",
1431
1446
  "maxLength": 255
1432
1447
  },
1448
+ {
1449
+ "type": "null"
1450
+ },
1433
1451
  {
1434
1452
  "type": "object",
1435
1453
  "properties": {
@@ -1472,6 +1490,9 @@
1472
1490
  "type": "string",
1473
1491
  "maxLength": 255
1474
1492
  },
1493
+ {
1494
+ "type": "null"
1495
+ },
1475
1496
  {
1476
1497
  "type": "object",
1477
1498
  "properties": {
@@ -1521,6 +1542,9 @@
1521
1542
  "type": "string",
1522
1543
  "maxLength": 255
1523
1544
  },
1545
+ {
1546
+ "type": "null"
1547
+ },
1524
1548
  {
1525
1549
  "type": "object",
1526
1550
  "properties": {
@@ -1573,6 +1597,9 @@
1573
1597
  "properties": {
1574
1598
  "$ne": {
1575
1599
  "oneOf": [
1600
+ {
1601
+ "type": "null"
1602
+ },
1576
1603
  {
1577
1604
  "type": "object",
1578
1605
  "properties": {
@@ -1582,6 +1609,9 @@
1582
1609
  "type": "string",
1583
1610
  "maxLength": 255
1584
1611
  },
1612
+ {
1613
+ "type": "null"
1614
+ },
1585
1615
  {
1586
1616
  "type": "object",
1587
1617
  "properties": {
@@ -1624,6 +1654,9 @@
1624
1654
  "type": "string",
1625
1655
  "maxLength": 255
1626
1656
  },
1657
+ {
1658
+ "type": "null"
1659
+ },
1627
1660
  {
1628
1661
  "type": "object",
1629
1662
  "properties": {
@@ -1673,6 +1706,9 @@
1673
1706
  "type": "string",
1674
1707
  "maxLength": 255
1675
1708
  },
1709
+ {
1710
+ "type": "null"
1711
+ },
1676
1712
  {
1677
1713
  "type": "object",
1678
1714
  "properties": {
@@ -1164,6 +1164,9 @@
1164
1164
  "oneOf": [
1165
1165
  {
1166
1166
  "oneOf": [
1167
+ {
1168
+ "type": "null"
1169
+ },
1167
1170
  {
1168
1171
  "type": "object",
1169
1172
  "properties": {
@@ -1173,6 +1176,9 @@
1173
1176
  "type": "string",
1174
1177
  "maxLength": 255
1175
1178
  },
1179
+ {
1180
+ "type": "null"
1181
+ },
1176
1182
  {
1177
1183
  "type": "object",
1178
1184
  "properties": {
@@ -1215,6 +1221,9 @@
1215
1221
  "type": "string",
1216
1222
  "maxLength": 255
1217
1223
  },
1224
+ {
1225
+ "type": "null"
1226
+ },
1218
1227
  {
1219
1228
  "type": "object",
1220
1229
  "properties": {
@@ -1264,6 +1273,9 @@
1264
1273
  "type": "string",
1265
1274
  "maxLength": 255
1266
1275
  },
1276
+ {
1277
+ "type": "null"
1278
+ },
1267
1279
  {
1268
1280
  "type": "object",
1269
1281
  "properties": {
@@ -1310,6 +1322,9 @@
1310
1322
  "properties": {
1311
1323
  "$eq": {
1312
1324
  "oneOf": [
1325
+ {
1326
+ "type": "null"
1327
+ },
1313
1328
  {
1314
1329
  "type": "object",
1315
1330
  "properties": {
@@ -1319,6 +1334,9 @@
1319
1334
  "type": "string",
1320
1335
  "maxLength": 255
1321
1336
  },
1337
+ {
1338
+ "type": "null"
1339
+ },
1322
1340
  {
1323
1341
  "type": "object",
1324
1342
  "properties": {
@@ -1361,6 +1379,9 @@
1361
1379
  "type": "string",
1362
1380
  "maxLength": 255
1363
1381
  },
1382
+ {
1383
+ "type": "null"
1384
+ },
1364
1385
  {
1365
1386
  "type": "object",
1366
1387
  "properties": {
@@ -1410,6 +1431,9 @@
1410
1431
  "type": "string",
1411
1432
  "maxLength": 255
1412
1433
  },
1434
+ {
1435
+ "type": "null"
1436
+ },
1413
1437
  {
1414
1438
  "type": "object",
1415
1439
  "properties": {
@@ -1462,6 +1486,9 @@
1462
1486
  "properties": {
1463
1487
  "$ne": {
1464
1488
  "oneOf": [
1489
+ {
1490
+ "type": "null"
1491
+ },
1465
1492
  {
1466
1493
  "type": "object",
1467
1494
  "properties": {
@@ -1471,6 +1498,9 @@
1471
1498
  "type": "string",
1472
1499
  "maxLength": 255
1473
1500
  },
1501
+ {
1502
+ "type": "null"
1503
+ },
1474
1504
  {
1475
1505
  "type": "object",
1476
1506
  "properties": {
@@ -1513,6 +1543,9 @@
1513
1543
  "type": "string",
1514
1544
  "maxLength": 255
1515
1545
  },
1546
+ {
1547
+ "type": "null"
1548
+ },
1516
1549
  {
1517
1550
  "type": "object",
1518
1551
  "properties": {
@@ -1562,6 +1595,9 @@
1562
1595
  "type": "string",
1563
1596
  "maxLength": 255
1564
1597
  },
1598
+ {
1599
+ "type": "null"
1600
+ },
1565
1601
  {
1566
1602
  "type": "object",
1567
1603
  "properties": {