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
@@ -70,7 +70,9 @@
70
70
  "mongodb",
71
71
  "mailgun",
72
72
  "snowflake",
73
- "git"
73
+ "git",
74
+ "datadog",
75
+ "certificateKeyPair"
74
76
  ]
75
77
  },
76
78
  "awsConfig": {
@@ -332,7 +334,60 @@
332
334
  "required": [
333
335
  "type",
334
336
  "cloneUrl"
335
- ]
337
+ ],
338
+ "additionalProperties": false
339
+ },
340
+ "datadogConfig": {
341
+ "type": "object",
342
+ "properties": {
343
+ "site": {
344
+ "type": "string",
345
+ "minLength": 1,
346
+ "maxLength": 128
347
+ }
348
+ },
349
+ "additionalProperties": false
350
+ },
351
+ "certificateKeyPairConfig": {
352
+ "type": "object",
353
+ "properties": {
354
+ "certificate": {
355
+ "type": "string",
356
+ "maxLength": 8192
357
+ },
358
+ "info": {
359
+ "type": "object",
360
+ "properties": {
361
+ "serialNumber": {
362
+ "type": "string",
363
+ "minLength": 1,
364
+ "maxLength": 1024
365
+ },
366
+ "fingerprint": {
367
+ "type": "string",
368
+ "minLength": 1,
369
+ "maxLength": 1024
370
+ },
371
+ "commonName": {
372
+ "type": "string",
373
+ "maxLength": 1024
374
+ },
375
+ "issuerName": {
376
+ "type": "string",
377
+ "maxLength": 1024
378
+ },
379
+ "notValidBefore": {
380
+ "type": "string",
381
+ "format": "date-time"
382
+ },
383
+ "notValidAfter": {
384
+ "type": "string",
385
+ "format": "date-time"
386
+ }
387
+ }
388
+ }
389
+ },
390
+ "additionalProperties": false
336
391
  }
337
392
  },
338
393
  "additionalProperties": false,
@@ -309,6 +309,35 @@
309
309
  }
310
310
  },
311
311
  "additionalProperties": false
312
+ },
313
+ "datadogConfig": {
314
+ "type": "object",
315
+ "properties": {
316
+ "secretValue": {
317
+ "type": "string",
318
+ "maxLength": 256
319
+ },
320
+ "site": {
321
+ "type": "string",
322
+ "minLength": 1,
323
+ "maxLength": 128
324
+ }
325
+ },
326
+ "additionalProperties": false
327
+ },
328
+ "certificateKeyPairConfig": {
329
+ "type": "object",
330
+ "properties": {
331
+ "certificate": {
332
+ "type": "string",
333
+ "maxLength": 8192
334
+ },
335
+ "privateKey": {
336
+ "type": "string",
337
+ "maxLength": 8196
338
+ }
339
+ },
340
+ "additionalProperties": false
312
341
  }
313
342
  },
314
343
  "additionalProperties": false
@@ -30,7 +30,9 @@
30
30
  "mongodb",
31
31
  "mailgun",
32
32
  "snowflake",
33
- "git"
33
+ "git",
34
+ "datadog",
35
+ "certificateKeyPair"
34
36
  ]
35
37
  },
36
38
  "awsConfig": {
@@ -406,6 +408,42 @@
406
408
  ]
407
409
  }
408
410
  ]
411
+ },
412
+ "datadogConfig": {
413
+ "type": "object",
414
+ "properties": {
415
+ "secretValue": {
416
+ "type": "string",
417
+ "maxLength": 256
418
+ },
419
+ "site": {
420
+ "type": "string",
421
+ "minLength": 1,
422
+ "maxLength": 128
423
+ }
424
+ },
425
+ "additionalProperties": false,
426
+ "required": [
427
+ "secretValue"
428
+ ]
429
+ },
430
+ "certificateKeyPairConfig": {
431
+ "type": "object",
432
+ "properties": {
433
+ "certificate": {
434
+ "type": "string",
435
+ "maxLength": 8192
436
+ },
437
+ "privateKey": {
438
+ "type": "string",
439
+ "maxLength": 8196
440
+ }
441
+ },
442
+ "additionalProperties": false,
443
+ "required": [
444
+ "certificate",
445
+ "privateKey"
446
+ ]
409
447
  }
410
448
  },
411
449
  "additionalProperties": false,
@@ -77,7 +77,9 @@
77
77
  "mongodb",
78
78
  "mailgun",
79
79
  "snowflake",
80
- "git"
80
+ "git",
81
+ "datadog",
82
+ "certificateKeyPair"
81
83
  ]
82
84
  },
83
85
  "awsConfig": {
@@ -339,7 +341,60 @@
339
341
  "required": [
340
342
  "type",
341
343
  "cloneUrl"
342
- ]
344
+ ],
345
+ "additionalProperties": false
346
+ },
347
+ "datadogConfig": {
348
+ "type": "object",
349
+ "properties": {
350
+ "site": {
351
+ "type": "string",
352
+ "minLength": 1,
353
+ "maxLength": 128
354
+ }
355
+ },
356
+ "additionalProperties": false
357
+ },
358
+ "certificateKeyPairConfig": {
359
+ "type": "object",
360
+ "properties": {
361
+ "certificate": {
362
+ "type": "string",
363
+ "maxLength": 8192
364
+ },
365
+ "info": {
366
+ "type": "object",
367
+ "properties": {
368
+ "serialNumber": {
369
+ "type": "string",
370
+ "minLength": 1,
371
+ "maxLength": 1024
372
+ },
373
+ "fingerprint": {
374
+ "type": "string",
375
+ "minLength": 1,
376
+ "maxLength": 1024
377
+ },
378
+ "commonName": {
379
+ "type": "string",
380
+ "maxLength": 1024
381
+ },
382
+ "issuerName": {
383
+ "type": "string",
384
+ "maxLength": 1024
385
+ },
386
+ "notValidBefore": {
387
+ "type": "string",
388
+ "format": "date-time"
389
+ },
390
+ "notValidAfter": {
391
+ "type": "string",
392
+ "format": "date-time"
393
+ }
394
+ }
395
+ }
396
+ },
397
+ "additionalProperties": false
343
398
  }
344
399
  },
345
400
  "additionalProperties": false,
@@ -1317,6 +1317,9 @@
1317
1317
  "oneOf": [
1318
1318
  {
1319
1319
  "oneOf": [
1320
+ {
1321
+ "type": "null"
1322
+ },
1320
1323
  {
1321
1324
  "type": "object",
1322
1325
  "properties": {
@@ -1326,6 +1329,9 @@
1326
1329
  "type": "string",
1327
1330
  "maxLength": 255
1328
1331
  },
1332
+ {
1333
+ "type": "null"
1334
+ },
1329
1335
  {
1330
1336
  "type": "object",
1331
1337
  "properties": {
@@ -1368,6 +1374,9 @@
1368
1374
  "type": "string",
1369
1375
  "maxLength": 255
1370
1376
  },
1377
+ {
1378
+ "type": "null"
1379
+ },
1371
1380
  {
1372
1381
  "type": "object",
1373
1382
  "properties": {
@@ -1417,6 +1426,9 @@
1417
1426
  "type": "string",
1418
1427
  "maxLength": 255
1419
1428
  },
1429
+ {
1430
+ "type": "null"
1431
+ },
1420
1432
  {
1421
1433
  "type": "object",
1422
1434
  "properties": {
@@ -1463,6 +1475,9 @@
1463
1475
  "properties": {
1464
1476
  "$eq": {
1465
1477
  "oneOf": [
1478
+ {
1479
+ "type": "null"
1480
+ },
1466
1481
  {
1467
1482
  "type": "object",
1468
1483
  "properties": {
@@ -1472,6 +1487,9 @@
1472
1487
  "type": "string",
1473
1488
  "maxLength": 255
1474
1489
  },
1490
+ {
1491
+ "type": "null"
1492
+ },
1475
1493
  {
1476
1494
  "type": "object",
1477
1495
  "properties": {
@@ -1514,6 +1532,9 @@
1514
1532
  "type": "string",
1515
1533
  "maxLength": 255
1516
1534
  },
1535
+ {
1536
+ "type": "null"
1537
+ },
1517
1538
  {
1518
1539
  "type": "object",
1519
1540
  "properties": {
@@ -1563,6 +1584,9 @@
1563
1584
  "type": "string",
1564
1585
  "maxLength": 255
1565
1586
  },
1587
+ {
1588
+ "type": "null"
1589
+ },
1566
1590
  {
1567
1591
  "type": "object",
1568
1592
  "properties": {
@@ -1615,6 +1639,9 @@
1615
1639
  "properties": {
1616
1640
  "$ne": {
1617
1641
  "oneOf": [
1642
+ {
1643
+ "type": "null"
1644
+ },
1618
1645
  {
1619
1646
  "type": "object",
1620
1647
  "properties": {
@@ -1624,6 +1651,9 @@
1624
1651
  "type": "string",
1625
1652
  "maxLength": 255
1626
1653
  },
1654
+ {
1655
+ "type": "null"
1656
+ },
1627
1657
  {
1628
1658
  "type": "object",
1629
1659
  "properties": {
@@ -1666,6 +1696,9 @@
1666
1696
  "type": "string",
1667
1697
  "maxLength": 255
1668
1698
  },
1699
+ {
1700
+ "type": "null"
1701
+ },
1669
1702
  {
1670
1703
  "type": "object",
1671
1704
  "properties": {
@@ -1715,6 +1748,9 @@
1715
1748
  "type": "string",
1716
1749
  "maxLength": 255
1717
1750
  },
1751
+ {
1752
+ "type": "null"
1753
+ },
1718
1754
  {
1719
1755
  "type": "object",
1720
1756
  "properties": {
@@ -1285,6 +1285,9 @@
1285
1285
  "oneOf": [
1286
1286
  {
1287
1287
  "oneOf": [
1288
+ {
1289
+ "type": "null"
1290
+ },
1288
1291
  {
1289
1292
  "type": "object",
1290
1293
  "properties": {
@@ -1294,6 +1297,9 @@
1294
1297
  "type": "string",
1295
1298
  "maxLength": 255
1296
1299
  },
1300
+ {
1301
+ "type": "null"
1302
+ },
1297
1303
  {
1298
1304
  "type": "object",
1299
1305
  "properties": {
@@ -1336,6 +1342,9 @@
1336
1342
  "type": "string",
1337
1343
  "maxLength": 255
1338
1344
  },
1345
+ {
1346
+ "type": "null"
1347
+ },
1339
1348
  {
1340
1349
  "type": "object",
1341
1350
  "properties": {
@@ -1385,6 +1394,9 @@
1385
1394
  "type": "string",
1386
1395
  "maxLength": 255
1387
1396
  },
1397
+ {
1398
+ "type": "null"
1399
+ },
1388
1400
  {
1389
1401
  "type": "object",
1390
1402
  "properties": {
@@ -1431,6 +1443,9 @@
1431
1443
  "properties": {
1432
1444
  "$eq": {
1433
1445
  "oneOf": [
1446
+ {
1447
+ "type": "null"
1448
+ },
1434
1449
  {
1435
1450
  "type": "object",
1436
1451
  "properties": {
@@ -1440,6 +1455,9 @@
1440
1455
  "type": "string",
1441
1456
  "maxLength": 255
1442
1457
  },
1458
+ {
1459
+ "type": "null"
1460
+ },
1443
1461
  {
1444
1462
  "type": "object",
1445
1463
  "properties": {
@@ -1482,6 +1500,9 @@
1482
1500
  "type": "string",
1483
1501
  "maxLength": 255
1484
1502
  },
1503
+ {
1504
+ "type": "null"
1505
+ },
1485
1506
  {
1486
1507
  "type": "object",
1487
1508
  "properties": {
@@ -1531,6 +1552,9 @@
1531
1552
  "type": "string",
1532
1553
  "maxLength": 255
1533
1554
  },
1555
+ {
1556
+ "type": "null"
1557
+ },
1534
1558
  {
1535
1559
  "type": "object",
1536
1560
  "properties": {
@@ -1583,6 +1607,9 @@
1583
1607
  "properties": {
1584
1608
  "$ne": {
1585
1609
  "oneOf": [
1610
+ {
1611
+ "type": "null"
1612
+ },
1586
1613
  {
1587
1614
  "type": "object",
1588
1615
  "properties": {
@@ -1592,6 +1619,9 @@
1592
1619
  "type": "string",
1593
1620
  "maxLength": 255
1594
1621
  },
1622
+ {
1623
+ "type": "null"
1624
+ },
1595
1625
  {
1596
1626
  "type": "object",
1597
1627
  "properties": {
@@ -1634,6 +1664,9 @@
1634
1664
  "type": "string",
1635
1665
  "maxLength": 255
1636
1666
  },
1667
+ {
1668
+ "type": "null"
1669
+ },
1637
1670
  {
1638
1671
  "type": "object",
1639
1672
  "properties": {
@@ -1683,6 +1716,9 @@
1683
1716
  "type": "string",
1684
1717
  "maxLength": 255
1685
1718
  },
1719
+ {
1720
+ "type": "null"
1721
+ },
1686
1722
  {
1687
1723
  "type": "object",
1688
1724
  "properties": {
@@ -1290,6 +1290,9 @@
1290
1290
  "oneOf": [
1291
1291
  {
1292
1292
  "oneOf": [
1293
+ {
1294
+ "type": "null"
1295
+ },
1293
1296
  {
1294
1297
  "type": "object",
1295
1298
  "properties": {
@@ -1299,6 +1302,9 @@
1299
1302
  "type": "string",
1300
1303
  "maxLength": 255
1301
1304
  },
1305
+ {
1306
+ "type": "null"
1307
+ },
1302
1308
  {
1303
1309
  "type": "object",
1304
1310
  "properties": {
@@ -1341,6 +1347,9 @@
1341
1347
  "type": "string",
1342
1348
  "maxLength": 255
1343
1349
  },
1350
+ {
1351
+ "type": "null"
1352
+ },
1344
1353
  {
1345
1354
  "type": "object",
1346
1355
  "properties": {
@@ -1390,6 +1399,9 @@
1390
1399
  "type": "string",
1391
1400
  "maxLength": 255
1392
1401
  },
1402
+ {
1403
+ "type": "null"
1404
+ },
1393
1405
  {
1394
1406
  "type": "object",
1395
1407
  "properties": {
@@ -1436,6 +1448,9 @@
1436
1448
  "properties": {
1437
1449
  "$eq": {
1438
1450
  "oneOf": [
1451
+ {
1452
+ "type": "null"
1453
+ },
1439
1454
  {
1440
1455
  "type": "object",
1441
1456
  "properties": {
@@ -1445,6 +1460,9 @@
1445
1460
  "type": "string",
1446
1461
  "maxLength": 255
1447
1462
  },
1463
+ {
1464
+ "type": "null"
1465
+ },
1448
1466
  {
1449
1467
  "type": "object",
1450
1468
  "properties": {
@@ -1487,6 +1505,9 @@
1487
1505
  "type": "string",
1488
1506
  "maxLength": 255
1489
1507
  },
1508
+ {
1509
+ "type": "null"
1510
+ },
1490
1511
  {
1491
1512
  "type": "object",
1492
1513
  "properties": {
@@ -1536,6 +1557,9 @@
1536
1557
  "type": "string",
1537
1558
  "maxLength": 255
1538
1559
  },
1560
+ {
1561
+ "type": "null"
1562
+ },
1539
1563
  {
1540
1564
  "type": "object",
1541
1565
  "properties": {
@@ -1588,6 +1612,9 @@
1588
1612
  "properties": {
1589
1613
  "$ne": {
1590
1614
  "oneOf": [
1615
+ {
1616
+ "type": "null"
1617
+ },
1591
1618
  {
1592
1619
  "type": "object",
1593
1620
  "properties": {
@@ -1597,6 +1624,9 @@
1597
1624
  "type": "string",
1598
1625
  "maxLength": 255
1599
1626
  },
1627
+ {
1628
+ "type": "null"
1629
+ },
1600
1630
  {
1601
1631
  "type": "object",
1602
1632
  "properties": {
@@ -1639,6 +1669,9 @@
1639
1669
  "type": "string",
1640
1670
  "maxLength": 255
1641
1671
  },
1672
+ {
1673
+ "type": "null"
1674
+ },
1642
1675
  {
1643
1676
  "type": "object",
1644
1677
  "properties": {
@@ -1688,6 +1721,9 @@
1688
1721
  "type": "string",
1689
1722
  "maxLength": 255
1690
1723
  },
1724
+ {
1725
+ "type": "null"
1726
+ },
1691
1727
  {
1692
1728
  "type": "object",
1693
1729
  "properties": {