losant_rest 2.1.0 → 2.1.1

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 (191) hide show
  1. checksums.yaml +4 -4
  2. data/docs/_schemas.md +139101 -66992
  3. data/docs/application.md +6 -6
  4. data/docs/applicationCertificates.md +3 -2
  5. data/docs/applicationDashboard.md +1 -1
  6. data/docs/applications.md +1 -1
  7. data/docs/auth.md +1 -1
  8. data/docs/dashboard.md +1 -1
  9. data/docs/dashboards.md +1 -0
  10. data/docs/dataTableRow.md +1 -1
  11. data/docs/dataTableRows.md +3 -3
  12. data/docs/device.md +1 -1
  13. data/docs/edgeDeployments.md +3 -3
  14. data/docs/embeddedDeployments.md +3 -3
  15. data/docs/experience.md +1 -1
  16. data/docs/file.md +4 -4
  17. data/docs/files.md +1 -1
  18. data/docs/flowVersions.md +1 -1
  19. data/docs/instanceApiTokens.md +1 -1
  20. data/docs/instanceMember.md +1 -1
  21. data/docs/instanceOrg.md +1 -1
  22. data/docs/instanceOrgInvite.md +2 -2
  23. data/docs/instanceOrgInvites.md +1 -1
  24. data/docs/instanceOrgMembers.md +2 -1
  25. data/docs/instanceOrgs.md +1 -1
  26. data/docs/me.md +1 -1
  27. data/docs/notebook.md +1 -1
  28. data/docs/org.md +1 -1
  29. data/docs/privateFile.md +4 -4
  30. data/docs/privateFiles.md +1 -1
  31. data/docs/resourceJob.md +2 -2
  32. data/docs/userApiTokens.md +2 -2
  33. data/lib/platform_rest/application.rb +1 -1
  34. data/lib/platform_rest/application_certificates.rb +5 -2
  35. data/lib/platform_rest/application_dashboard.rb +1 -1
  36. data/lib/platform_rest/client.rb +2 -2
  37. data/lib/platform_rest/dashboard.rb +1 -1
  38. data/lib/platform_rest/dashboards.rb +1 -0
  39. data/lib/platform_rest/data_table_row.rb +1 -1
  40. data/lib/platform_rest/data_table_rows.rb +3 -3
  41. data/lib/platform_rest/device.rb +1 -1
  42. data/lib/platform_rest/edge_deployments.rb +3 -3
  43. data/lib/platform_rest/embedded_deployments.rb +3 -3
  44. data/lib/platform_rest/experience.rb +1 -1
  45. data/lib/platform_rest/file.rb +2 -2
  46. data/lib/platform_rest/instance_api_tokens.rb +1 -1
  47. data/lib/platform_rest/instance_member.rb +1 -1
  48. data/lib/platform_rest/instance_org.rb +1 -1
  49. data/lib/platform_rest/instance_org_invite.rb +2 -2
  50. data/lib/platform_rest/instance_org_invites.rb +2 -2
  51. data/lib/platform_rest/instance_org_members.rb +2 -1
  52. data/lib/platform_rest/instance_orgs.rb +1 -1
  53. data/lib/platform_rest/me.rb +1 -1
  54. data/lib/platform_rest/notebook.rb +1 -1
  55. data/lib/platform_rest/org.rb +1 -1
  56. data/lib/platform_rest/private_file.rb +2 -2
  57. data/lib/platform_rest/resource_job.rb +2 -2
  58. data/lib/platform_rest/user_api_tokens.rb +2 -2
  59. data/lib/platform_rest/version.rb +1 -1
  60. data/schemas/advancedApplicationCertQuery.json +1885 -0
  61. data/schemas/advancedApplicationKeyQuery.json +763 -763
  62. data/schemas/apiToken.json +10 -1
  63. data/schemas/apiTokens.json +20 -2
  64. data/schemas/application.json +15 -2
  65. data/schemas/applicationCertificate.json +90 -58
  66. data/schemas/applicationCertificateAuthorities.json +24 -0
  67. data/schemas/applicationCertificateAuthority.json +24 -0
  68. data/schemas/applicationCertificatePatch.json +32 -4
  69. data/schemas/applicationCertificatePost.json +28 -30
  70. data/schemas/applicationCertificates.json +90 -58
  71. data/schemas/applicationCreationByTemplateResult.json +15 -2
  72. data/schemas/applicationDashboardPost.json +179 -128
  73. data/schemas/applicationImportExecutions.json +3 -5
  74. data/schemas/applicationImportResult.json +674 -0
  75. data/schemas/applicationJobLog.json +129 -123
  76. data/schemas/applicationJobLogs.json +129 -123
  77. data/schemas/applicationKey.json +41 -41
  78. data/schemas/applicationKeyPatch.json +4 -4
  79. data/schemas/applicationKeyPost.json +36 -29
  80. data/schemas/applicationKeys.json +41 -41
  81. data/schemas/applicationSearchResult.json +10 -10
  82. data/schemas/applicationTemplates.json +9 -2
  83. data/schemas/applications.json +15 -2
  84. data/schemas/auditLog.json +2 -6
  85. data/schemas/auditLogs.json +2 -6
  86. data/schemas/authedDevice.json +3 -0
  87. data/schemas/credential.json +7 -0
  88. data/schemas/credentialLinkedResources.json +19724 -344
  89. data/schemas/credentialPatch.json +3 -0
  90. data/schemas/credentialPost.json +3 -0
  91. data/schemas/credentials.json +7 -0
  92. data/schemas/dashboard.json +199 -128
  93. data/schemas/dashboardBlockSuggestCodePost.json +19 -0
  94. data/schemas/dashboardPatch.json +179 -128
  95. data/schemas/dashboardPost.json +179 -128
  96. data/schemas/dashboardUpdateEventsResult.json +266 -0
  97. data/schemas/dashboards.json +199 -128
  98. data/schemas/dataTable.json +11 -0
  99. data/schemas/dataTableRowPatch.json +16 -0
  100. data/schemas/dataTableRowPost.json +39 -0
  101. data/schemas/dataTableRowPostResult.json +54 -0
  102. data/schemas/dataTables.json +11 -0
  103. data/schemas/device.json +259 -107
  104. data/schemas/deviceConnectionStatus.json +4 -0
  105. data/schemas/deviceLog.json +3 -0
  106. data/schemas/deviceRecipe.json +259 -108
  107. data/schemas/deviceRecipes.json +259 -108
  108. data/schemas/devices.json +287 -116
  109. data/schemas/edgeDeploymentRelease.json +4252 -39
  110. data/schemas/edgeDeployments.json +28 -0
  111. data/schemas/embeddedDeploymentRelease.json +2073 -0
  112. data/schemas/embeddedDeployments.json +25 -0
  113. data/schemas/error.json +14 -0
  114. data/schemas/event.json +4 -1
  115. data/schemas/eventPlusNewCount.json +4 -1
  116. data/schemas/events.json +4 -1
  117. data/schemas/experienceDomains.json +19 -0
  118. data/schemas/experienceEndpoint.json +19 -0
  119. data/schemas/experienceEndpoints.json +24 -0
  120. data/schemas/experienceLinkedResources.json +19728 -313
  121. data/schemas/experienceSlugs.json +19 -0
  122. data/schemas/experienceUsers.json +16 -2
  123. data/schemas/experienceVersions.json +25 -0
  124. data/schemas/experienceView.json +5 -0
  125. data/schemas/experienceViews.json +10 -0
  126. data/schemas/fileUploadPostResponse.json +92 -103
  127. data/schemas/files.json +5 -1
  128. data/schemas/flow.json +211 -46
  129. data/schemas/flowPatch.json +199 -46
  130. data/schemas/flowPost.json +199 -46
  131. data/schemas/flowStorageMetadata.json +2 -2
  132. data/schemas/flowVersion.json +450 -101
  133. data/schemas/flowVersionPost.json +199 -46
  134. data/schemas/flowVersions.json +9903 -113
  135. data/schemas/flows.json +9637 -46
  136. data/schemas/flowsImportPost.json +398 -92
  137. data/schemas/flowsImportResult.json +661 -147
  138. data/schemas/historicalSummaries.json +3 -2
  139. data/schemas/historicalSummary.json +3 -2
  140. data/schemas/instanceAuditLog.json +2 -6
  141. data/schemas/instanceAuditLogs.json +90 -1
  142. data/schemas/instanceCustomNode.json +41 -2
  143. data/schemas/instanceCustomNodePatch.json +59 -6
  144. data/schemas/instanceCustomNodePost.json +59 -6
  145. data/schemas/instanceCustomNodes.json +41 -2
  146. data/schemas/instanceOrg.json +4 -1
  147. data/schemas/instanceOrgInvite.json +102 -0
  148. data/schemas/instanceOrgInviteSent.json +12 -0
  149. data/schemas/instanceOrgInvites.json +145 -0
  150. data/schemas/instanceOrgMember.json +52 -0
  151. data/schemas/instanceOrgMembers.json +105 -1
  152. data/schemas/instanceOrgPost.json +1 -1
  153. data/schemas/instanceOrgs.json +5 -2
  154. data/schemas/instanceSandbox.json +5 -1
  155. data/schemas/instanceSandboxes.json +9 -1
  156. data/schemas/integration.json +38 -39
  157. data/schemas/integrationPatch.json +8 -8
  158. data/schemas/integrationPost.json +8 -8
  159. data/schemas/integrations.json +38 -39
  160. data/schemas/jobEnqueuedResult.json +1 -1
  161. data/schemas/me.json +685 -88
  162. data/schemas/notebook.json +33 -21
  163. data/schemas/notebookExecutionLogs.json +20 -0
  164. data/schemas/notebookMinuteCounts.json +1 -1
  165. data/schemas/notebookPatch.json +29 -21
  166. data/schemas/notebookPost.json +29 -21
  167. data/schemas/notebooks.json +33 -21
  168. data/schemas/notificationRule.json +4 -0
  169. data/schemas/notificationRules.json +8 -0
  170. data/schemas/org.json +14 -1
  171. data/schemas/orgInvites.json +77 -82
  172. data/schemas/orgInvitesUser.json +44 -47
  173. data/schemas/orgs.json +14 -1
  174. data/schemas/paletteResponse.json +372 -364
  175. data/schemas/periodSummaries.json +1 -1
  176. data/schemas/recentItemList.json +226 -27
  177. data/schemas/resourceJob.json +33 -9
  178. data/schemas/resourceJobExecutionLogs.json +34 -20
  179. data/schemas/resourceJobExecutionOptions.json +1 -1
  180. data/schemas/resourceJobPatch.json +9 -9
  181. data/schemas/resourceJobPost.json +9 -9
  182. data/schemas/resourceJobs.json +33 -9
  183. data/schemas/tagValuesResponse.json +1 -2
  184. data/schemas/templateKeywords.json +1 -0
  185. data/schemas/timeSeriesData.json +36 -4
  186. data/schemas/userOauthToken.json +4 -1
  187. data/schemas/userOauthTokenPost.json +1 -1
  188. data/schemas/userOauthTokens.json +4 -1
  189. data/schemas/validateContextError.json +71 -24
  190. data/schemas/validateContextSuccess.json +71 -24
  191. metadata +10 -1
@@ -69,6 +69,10 @@
69
69
  "type": "array",
70
70
  "maxItems": 100,
71
71
  "items": {
72
+ "type": "object",
73
+ "discriminator": {
74
+ "propertyName": "type"
75
+ },
72
76
  "oneOf": [
73
77
  {
74
78
  "type": "object",
@@ -393,387 +397,391 @@
393
397
  }
394
398
  }
395
399
  }
396
- },
397
- "instanceNodes": {
398
- "type": "array",
399
- "items": {
400
- "type": "object",
401
- "properties": {
402
- "id": {
403
- "type": "string",
404
- "pattern": "^[A-Fa-f\\d]{24}$"
405
- },
406
- "name": {
407
- "type": "string",
408
- "minLength": 1,
409
- "maxLength": 255
410
- },
411
- "description": {
412
- "type": "string",
413
- "maxLength": 32767
414
- },
415
- "shortDescription": {
416
- "type": "string",
417
- "maxLength": 1024
418
- },
419
- "iconData": {
420
- "type": "string",
421
- "maxLength": 32767,
422
- "pattern": "^data:image/(jpg|jpeg|png|svg\\+xml);base64,[0-9a-zA-Z+/=]*$"
423
- },
424
- "docsUrl": {
425
- "type": "string",
426
- "maxLength": 1024
427
- },
428
- "category": {
429
- "type": "string",
430
- "enum": [
431
- "data",
432
- "experience",
433
- "logic",
434
- "output",
435
- "debug"
436
- ]
437
- },
438
- "customNodeConfig": {
439
- "type": "object",
440
- "properties": {
441
- "outputCount": {
442
- "type": "number",
443
- "enum": [
444
- 1,
445
- 2
446
- ]
447
- },
448
- "resultMode": {
449
- "type": "string",
450
- "enum": [
451
- "optional",
452
- "required",
453
- "none"
454
- ]
455
- },
456
- "resultDescription": {
457
- "type": "string",
458
- "maxLength": 32767
459
- },
460
- "fields": {
461
- "type": "array",
462
- "maxItems": 100,
463
- "items": {
464
- "oneOf": [
465
- {
466
- "type": "object",
467
- "properties": {
468
- "type": {
469
- "type": "string",
470
- "enum": [
471
- "checkbox"
472
- ]
473
- },
474
- "label": {
475
- "type": "string",
476
- "minLength": 1,
477
- "maxLength": 1024
478
- },
479
- "id": {
480
- "type": "string",
481
- "minLength": 1,
482
- "maxLength": 1024
483
- },
484
- "description": {
485
- "type": "string",
486
- "maxLength": 32767
487
- },
488
- "defaultValue": {
489
- "type": "boolean"
490
- }
400
+ }
401
+ },
402
+ "instanceNodes": {
403
+ "type": "array",
404
+ "items": {
405
+ "type": "object",
406
+ "properties": {
407
+ "id": {
408
+ "type": "string",
409
+ "pattern": "^[A-Fa-f\\d]{24}$"
410
+ },
411
+ "name": {
412
+ "type": "string",
413
+ "minLength": 1,
414
+ "maxLength": 255
415
+ },
416
+ "description": {
417
+ "type": "string",
418
+ "maxLength": 32767
419
+ },
420
+ "shortDescription": {
421
+ "type": "string",
422
+ "maxLength": 1024
423
+ },
424
+ "iconData": {
425
+ "type": "string",
426
+ "maxLength": 32767,
427
+ "pattern": "^data:image/(jpg|jpeg|png|svg\\+xml);base64,[0-9a-zA-Z+/=]*$"
428
+ },
429
+ "docsUrl": {
430
+ "type": "string",
431
+ "maxLength": 1024
432
+ },
433
+ "category": {
434
+ "type": "string",
435
+ "enum": [
436
+ "data",
437
+ "experience",
438
+ "logic",
439
+ "output",
440
+ "debug"
441
+ ]
442
+ },
443
+ "customNodeConfig": {
444
+ "type": "object",
445
+ "properties": {
446
+ "outputCount": {
447
+ "type": "number",
448
+ "enum": [
449
+ 1,
450
+ 2
451
+ ]
452
+ },
453
+ "resultMode": {
454
+ "type": "string",
455
+ "enum": [
456
+ "optional",
457
+ "required",
458
+ "none"
459
+ ]
460
+ },
461
+ "resultDescription": {
462
+ "type": "string",
463
+ "maxLength": 32767
464
+ },
465
+ "fields": {
466
+ "type": "array",
467
+ "maxItems": 100,
468
+ "items": {
469
+ "type": "object",
470
+ "discriminator": {
471
+ "propertyName": "type"
472
+ },
473
+ "oneOf": [
474
+ {
475
+ "type": "object",
476
+ "properties": {
477
+ "type": {
478
+ "type": "string",
479
+ "enum": [
480
+ "checkbox"
481
+ ]
491
482
  },
492
- "additionalProperties": false,
493
- "required": [
494
- "type",
495
- "label"
496
- ]
497
- },
498
- {
499
- "type": "object",
500
- "properties": {
501
- "type": {
502
- "type": "string",
503
- "enum": [
504
- "select"
505
- ]
506
- },
507
- "label": {
508
- "type": "string",
509
- "minLength": 1,
510
- "maxLength": 1024
511
- },
512
- "id": {
513
- "type": "string",
514
- "minLength": 1,
515
- "maxLength": 1024
516
- },
517
- "description": {
518
- "type": "string",
519
- "maxLength": 32767
520
- },
521
- "defaultValue": {
522
- "type": "string",
523
- "minLength": 1,
524
- "maxLength": 1024
525
- },
526
- "options": {
527
- "type": "array",
528
- "minItems": 1,
529
- "maxItems": 100,
530
- "items": {
531
- "type": "object",
532
- "properties": {
533
- "label": {
534
- "type": "string",
535
- "maxLength": 1024
536
- },
537
- "value": {
538
- "type": "string",
539
- "minLength": 1,
540
- "maxLength": 1024
541
- }
542
- },
543
- "additionalProperties": false,
544
- "required": [
545
- "value"
546
- ]
547
- }
548
- }
483
+ "label": {
484
+ "type": "string",
485
+ "minLength": 1,
486
+ "maxLength": 1024
549
487
  },
550
- "additionalProperties": false,
551
- "required": [
552
- "type",
553
- "label",
554
- "defaultValue",
555
- "options"
556
- ]
488
+ "id": {
489
+ "type": "string",
490
+ "minLength": 1,
491
+ "maxLength": 1024
492
+ },
493
+ "description": {
494
+ "type": "string",
495
+ "maxLength": 32767
496
+ },
497
+ "defaultValue": {
498
+ "type": "boolean"
499
+ }
557
500
  },
558
- {
559
- "type": "object",
560
- "properties": {
561
- "type": {
562
- "type": "string",
563
- "enum": [
564
- "stringTemplate"
501
+ "additionalProperties": false,
502
+ "required": [
503
+ "type",
504
+ "label"
505
+ ]
506
+ },
507
+ {
508
+ "type": "object",
509
+ "properties": {
510
+ "type": {
511
+ "type": "string",
512
+ "enum": [
513
+ "select"
514
+ ]
515
+ },
516
+ "label": {
517
+ "type": "string",
518
+ "minLength": 1,
519
+ "maxLength": 1024
520
+ },
521
+ "id": {
522
+ "type": "string",
523
+ "minLength": 1,
524
+ "maxLength": 1024
525
+ },
526
+ "description": {
527
+ "type": "string",
528
+ "maxLength": 32767
529
+ },
530
+ "defaultValue": {
531
+ "type": "string",
532
+ "minLength": 1,
533
+ "maxLength": 1024
534
+ },
535
+ "options": {
536
+ "type": "array",
537
+ "minItems": 1,
538
+ "maxItems": 100,
539
+ "items": {
540
+ "type": "object",
541
+ "properties": {
542
+ "label": {
543
+ "type": "string",
544
+ "maxLength": 1024
545
+ },
546
+ "value": {
547
+ "type": "string",
548
+ "minLength": 1,
549
+ "maxLength": 1024
550
+ }
551
+ },
552
+ "additionalProperties": false,
553
+ "required": [
554
+ "value"
565
555
  ]
566
- },
567
- "label": {
568
- "type": "string",
569
- "minLength": 1,
570
- "maxLength": 1024
571
- },
572
- "id": {
573
- "type": "string",
574
- "minLength": 1,
575
- "maxLength": 1024
576
- },
577
- "description": {
578
- "type": "string",
579
- "maxLength": 32767
580
- },
581
- "defaultValue": {
582
- "type": "string",
583
- "maxLength": 1024
584
- },
585
- "required": {
586
- "type": "boolean"
587
- },
588
- "validRegExp": {
589
- "type": "string",
590
- "maxLength": 1024
591
556
  }
557
+ }
558
+ },
559
+ "additionalProperties": false,
560
+ "required": [
561
+ "type",
562
+ "label",
563
+ "defaultValue",
564
+ "options"
565
+ ]
566
+ },
567
+ {
568
+ "type": "object",
569
+ "properties": {
570
+ "type": {
571
+ "type": "string",
572
+ "enum": [
573
+ "stringTemplate"
574
+ ]
575
+ },
576
+ "label": {
577
+ "type": "string",
578
+ "minLength": 1,
579
+ "maxLength": 1024
580
+ },
581
+ "id": {
582
+ "type": "string",
583
+ "minLength": 1,
584
+ "maxLength": 1024
585
+ },
586
+ "description": {
587
+ "type": "string",
588
+ "maxLength": 32767
589
+ },
590
+ "defaultValue": {
591
+ "type": "string",
592
+ "maxLength": 1024
592
593
  },
593
- "additionalProperties": false,
594
- "required": [
595
- "type",
596
- "label"
597
- ]
594
+ "required": {
595
+ "type": "boolean"
596
+ },
597
+ "validRegExp": {
598
+ "type": "string",
599
+ "maxLength": 1024
600
+ }
598
601
  },
599
- {
600
- "type": "object",
601
- "properties": {
602
- "type": {
603
- "type": "string",
604
- "enum": [
605
- "numberTemplate"
606
- ]
607
- },
608
- "label": {
609
- "type": "string",
610
- "minLength": 1,
611
- "maxLength": 1024
612
- },
613
- "id": {
614
- "type": "string",
615
- "minLength": 1,
616
- "maxLength": 1024
617
- },
618
- "description": {
619
- "type": "string",
620
- "maxLength": 32767
621
- },
622
- "defaultValue": {
623
- "type": "number"
624
- },
625
- "required": {
626
- "type": "boolean"
627
- },
628
- "validMin": {
629
- "type": "number"
630
- },
631
- "validMax": {
632
- "type": "number"
633
- }
602
+ "additionalProperties": false,
603
+ "required": [
604
+ "type",
605
+ "label"
606
+ ]
607
+ },
608
+ {
609
+ "type": "object",
610
+ "properties": {
611
+ "type": {
612
+ "type": "string",
613
+ "enum": [
614
+ "numberTemplate"
615
+ ]
616
+ },
617
+ "label": {
618
+ "type": "string",
619
+ "minLength": 1,
620
+ "maxLength": 1024
621
+ },
622
+ "id": {
623
+ "type": "string",
624
+ "minLength": 1,
625
+ "maxLength": 1024
626
+ },
627
+ "description": {
628
+ "type": "string",
629
+ "maxLength": 32767
630
+ },
631
+ "defaultValue": {
632
+ "type": "number"
633
+ },
634
+ "required": {
635
+ "type": "boolean"
636
+ },
637
+ "validMin": {
638
+ "type": "number"
634
639
  },
635
- "additionalProperties": false,
636
- "required": [
637
- "type",
638
- "label"
639
- ]
640
+ "validMax": {
641
+ "type": "number"
642
+ }
640
643
  },
641
- {
642
- "type": "object",
643
- "properties": {
644
- "type": {
645
- "type": "string",
646
- "enum": [
647
- "jsonTemplate"
648
- ]
649
- },
650
- "label": {
651
- "type": "string",
652
- "minLength": 1,
653
- "maxLength": 1024
654
- },
655
- "id": {
656
- "type": "string",
657
- "minLength": 1,
658
- "maxLength": 1024
659
- },
660
- "description": {
661
- "type": "string",
662
- "maxLength": 32767
663
- },
664
- "defaultValue": {
665
- "type": "string",
666
- "maxLength": 32767
667
- },
668
- "required": {
669
- "type": "boolean"
670
- }
644
+ "additionalProperties": false,
645
+ "required": [
646
+ "type",
647
+ "label"
648
+ ]
649
+ },
650
+ {
651
+ "type": "object",
652
+ "properties": {
653
+ "type": {
654
+ "type": "string",
655
+ "enum": [
656
+ "jsonTemplate"
657
+ ]
671
658
  },
672
- "additionalProperties": false,
673
- "required": [
674
- "type",
675
- "label"
676
- ]
659
+ "label": {
660
+ "type": "string",
661
+ "minLength": 1,
662
+ "maxLength": 1024
663
+ },
664
+ "id": {
665
+ "type": "string",
666
+ "minLength": 1,
667
+ "maxLength": 1024
668
+ },
669
+ "description": {
670
+ "type": "string",
671
+ "maxLength": 32767
672
+ },
673
+ "defaultValue": {
674
+ "type": "string",
675
+ "maxLength": 32767
676
+ },
677
+ "required": {
678
+ "type": "boolean"
679
+ }
677
680
  },
678
- {
679
- "type": "object",
680
- "properties": {
681
- "type": {
682
- "type": "string",
683
- "enum": [
684
- "payloadPath"
685
- ]
686
- },
687
- "label": {
688
- "type": "string",
689
- "minLength": 1,
690
- "maxLength": 1024
691
- },
692
- "id": {
693
- "type": "string",
694
- "minLength": 1,
695
- "maxLength": 1024
696
- },
697
- "description": {
698
- "type": "string",
699
- "maxLength": 32767
700
- },
701
- "required": {
702
- "type": "boolean"
703
- }
681
+ "additionalProperties": false,
682
+ "required": [
683
+ "type",
684
+ "label"
685
+ ]
686
+ },
687
+ {
688
+ "type": "object",
689
+ "properties": {
690
+ "type": {
691
+ "type": "string",
692
+ "enum": [
693
+ "payloadPath"
694
+ ]
704
695
  },
705
- "additionalProperties": false,
706
- "required": [
707
- "type",
708
- "label"
709
- ]
696
+ "label": {
697
+ "type": "string",
698
+ "minLength": 1,
699
+ "maxLength": 1024
700
+ },
701
+ "id": {
702
+ "type": "string",
703
+ "minLength": 1,
704
+ "maxLength": 1024
705
+ },
706
+ "description": {
707
+ "type": "string",
708
+ "maxLength": 32767
709
+ },
710
+ "required": {
711
+ "type": "boolean"
712
+ }
710
713
  },
711
- {
712
- "type": "object",
713
- "properties": {
714
- "type": {
715
- "type": "string",
716
- "enum": [
717
- "section"
718
- ]
719
- },
720
- "label": {
721
- "type": "string",
722
- "minLength": 1,
723
- "maxLength": 1024
724
- },
725
- "id": {
726
- "type": "string",
727
- "minLength": 1,
728
- "maxLength": 1024
729
- },
730
- "description": {
731
- "type": "string",
732
- "maxLength": 32767
733
- }
714
+ "additionalProperties": false,
715
+ "required": [
716
+ "type",
717
+ "label"
718
+ ]
719
+ },
720
+ {
721
+ "type": "object",
722
+ "properties": {
723
+ "type": {
724
+ "type": "string",
725
+ "enum": [
726
+ "section"
727
+ ]
734
728
  },
735
- "additionalProperties": false,
736
- "required": [
737
- "type",
738
- "label"
739
- ]
740
- }
741
- ]
742
- }
743
- }
744
- },
745
- "additionalProperties": false,
746
- "required": [
747
- "outputCount",
748
- "resultMode",
749
- "fields"
750
- ]
751
- },
752
- "compatibleFlowClasses": {
753
- "type": "object",
754
- "properties": {
755
- "cloud": {
756
- "type": "boolean"
757
- },
758
- "experience": {
759
- "type": "boolean"
760
- },
761
- "customNode": {
762
- "type": "boolean"
763
- },
764
- "edge": {
765
- "type": [
766
- "boolean",
767
- "string"
768
- ]
769
- },
770
- "embedded": {
771
- "type": [
772
- "boolean",
773
- "string"
729
+ "label": {
730
+ "type": "string",
731
+ "minLength": 1,
732
+ "maxLength": 1024
733
+ },
734
+ "id": {
735
+ "type": "string",
736
+ "minLength": 1,
737
+ "maxLength": 1024
738
+ },
739
+ "description": {
740
+ "type": "string",
741
+ "maxLength": 32767
742
+ }
743
+ },
744
+ "additionalProperties": false,
745
+ "required": [
746
+ "type",
747
+ "label"
748
+ ]
749
+ }
774
750
  ]
775
751
  }
776
752
  }
753
+ },
754
+ "additionalProperties": false,
755
+ "required": [
756
+ "outputCount",
757
+ "resultMode",
758
+ "fields"
759
+ ]
760
+ },
761
+ "compatibleFlowClasses": {
762
+ "type": "object",
763
+ "properties": {
764
+ "cloud": {
765
+ "type": "boolean"
766
+ },
767
+ "experience": {
768
+ "type": "boolean"
769
+ },
770
+ "customNode": {
771
+ "type": "boolean"
772
+ },
773
+ "edge": {
774
+ "type": [
775
+ "boolean",
776
+ "string"
777
+ ]
778
+ },
779
+ "embedded": {
780
+ "type": [
781
+ "boolean",
782
+ "string"
783
+ ]
784
+ }
777
785
  }
778
786
  }
779
787
  }