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.
- checksums.yaml +4 -4
- data/docs/_schemas.md +139101 -66992
- data/docs/application.md +6 -6
- data/docs/applicationCertificates.md +3 -2
- data/docs/applicationDashboard.md +1 -1
- data/docs/applications.md +1 -1
- data/docs/auth.md +1 -1
- data/docs/dashboard.md +1 -1
- data/docs/dashboards.md +1 -0
- data/docs/dataTableRow.md +1 -1
- data/docs/dataTableRows.md +3 -3
- data/docs/device.md +1 -1
- data/docs/edgeDeployments.md +3 -3
- data/docs/embeddedDeployments.md +3 -3
- data/docs/experience.md +1 -1
- data/docs/file.md +4 -4
- data/docs/files.md +1 -1
- data/docs/flowVersions.md +1 -1
- data/docs/instanceApiTokens.md +1 -1
- data/docs/instanceMember.md +1 -1
- data/docs/instanceOrg.md +1 -1
- data/docs/instanceOrgInvite.md +2 -2
- data/docs/instanceOrgInvites.md +1 -1
- data/docs/instanceOrgMembers.md +2 -1
- data/docs/instanceOrgs.md +1 -1
- data/docs/me.md +1 -1
- data/docs/notebook.md +1 -1
- data/docs/org.md +1 -1
- data/docs/privateFile.md +4 -4
- data/docs/privateFiles.md +1 -1
- data/docs/resourceJob.md +2 -2
- data/docs/userApiTokens.md +2 -2
- data/lib/platform_rest/application.rb +1 -1
- data/lib/platform_rest/application_certificates.rb +5 -2
- data/lib/platform_rest/application_dashboard.rb +1 -1
- data/lib/platform_rest/client.rb +2 -2
- data/lib/platform_rest/dashboard.rb +1 -1
- data/lib/platform_rest/dashboards.rb +1 -0
- data/lib/platform_rest/data_table_row.rb +1 -1
- data/lib/platform_rest/data_table_rows.rb +3 -3
- data/lib/platform_rest/device.rb +1 -1
- data/lib/platform_rest/edge_deployments.rb +3 -3
- data/lib/platform_rest/embedded_deployments.rb +3 -3
- data/lib/platform_rest/experience.rb +1 -1
- data/lib/platform_rest/file.rb +2 -2
- data/lib/platform_rest/instance_api_tokens.rb +1 -1
- data/lib/platform_rest/instance_member.rb +1 -1
- data/lib/platform_rest/instance_org.rb +1 -1
- data/lib/platform_rest/instance_org_invite.rb +2 -2
- data/lib/platform_rest/instance_org_invites.rb +2 -2
- data/lib/platform_rest/instance_org_members.rb +2 -1
- data/lib/platform_rest/instance_orgs.rb +1 -1
- data/lib/platform_rest/me.rb +1 -1
- data/lib/platform_rest/notebook.rb +1 -1
- data/lib/platform_rest/org.rb +1 -1
- data/lib/platform_rest/private_file.rb +2 -2
- data/lib/platform_rest/resource_job.rb +2 -2
- data/lib/platform_rest/user_api_tokens.rb +2 -2
- data/lib/platform_rest/version.rb +1 -1
- data/schemas/advancedApplicationCertQuery.json +1885 -0
- data/schemas/advancedApplicationKeyQuery.json +763 -763
- data/schemas/apiToken.json +10 -1
- data/schemas/apiTokens.json +20 -2
- data/schemas/application.json +15 -2
- data/schemas/applicationCertificate.json +90 -58
- data/schemas/applicationCertificateAuthorities.json +24 -0
- data/schemas/applicationCertificateAuthority.json +24 -0
- data/schemas/applicationCertificatePatch.json +32 -4
- data/schemas/applicationCertificatePost.json +28 -30
- data/schemas/applicationCertificates.json +90 -58
- data/schemas/applicationCreationByTemplateResult.json +15 -2
- data/schemas/applicationDashboardPost.json +179 -128
- data/schemas/applicationImportExecutions.json +3 -5
- data/schemas/applicationImportResult.json +674 -0
- data/schemas/applicationJobLog.json +129 -123
- data/schemas/applicationJobLogs.json +129 -123
- data/schemas/applicationKey.json +41 -41
- data/schemas/applicationKeyPatch.json +4 -4
- data/schemas/applicationKeyPost.json +36 -29
- data/schemas/applicationKeys.json +41 -41
- data/schemas/applicationSearchResult.json +10 -10
- data/schemas/applicationTemplates.json +9 -2
- data/schemas/applications.json +15 -2
- data/schemas/auditLog.json +2 -6
- data/schemas/auditLogs.json +2 -6
- data/schemas/authedDevice.json +3 -0
- data/schemas/credential.json +7 -0
- data/schemas/credentialLinkedResources.json +19724 -344
- data/schemas/credentialPatch.json +3 -0
- data/schemas/credentialPost.json +3 -0
- data/schemas/credentials.json +7 -0
- data/schemas/dashboard.json +199 -128
- data/schemas/dashboardBlockSuggestCodePost.json +19 -0
- data/schemas/dashboardPatch.json +179 -128
- data/schemas/dashboardPost.json +179 -128
- data/schemas/dashboardUpdateEventsResult.json +266 -0
- data/schemas/dashboards.json +199 -128
- data/schemas/dataTable.json +11 -0
- data/schemas/dataTableRowPatch.json +16 -0
- data/schemas/dataTableRowPost.json +39 -0
- data/schemas/dataTableRowPostResult.json +54 -0
- data/schemas/dataTables.json +11 -0
- data/schemas/device.json +259 -107
- data/schemas/deviceConnectionStatus.json +4 -0
- data/schemas/deviceLog.json +3 -0
- data/schemas/deviceRecipe.json +259 -108
- data/schemas/deviceRecipes.json +259 -108
- data/schemas/devices.json +287 -116
- data/schemas/edgeDeploymentRelease.json +4252 -39
- data/schemas/edgeDeployments.json +28 -0
- data/schemas/embeddedDeploymentRelease.json +2073 -0
- data/schemas/embeddedDeployments.json +25 -0
- data/schemas/error.json +14 -0
- data/schemas/event.json +4 -1
- data/schemas/eventPlusNewCount.json +4 -1
- data/schemas/events.json +4 -1
- data/schemas/experienceDomains.json +19 -0
- data/schemas/experienceEndpoint.json +19 -0
- data/schemas/experienceEndpoints.json +24 -0
- data/schemas/experienceLinkedResources.json +19728 -313
- data/schemas/experienceSlugs.json +19 -0
- data/schemas/experienceUsers.json +16 -2
- data/schemas/experienceVersions.json +25 -0
- data/schemas/experienceView.json +5 -0
- data/schemas/experienceViews.json +10 -0
- data/schemas/fileUploadPostResponse.json +92 -103
- data/schemas/files.json +5 -1
- data/schemas/flow.json +211 -46
- data/schemas/flowPatch.json +199 -46
- data/schemas/flowPost.json +199 -46
- data/schemas/flowStorageMetadata.json +2 -2
- data/schemas/flowVersion.json +450 -101
- data/schemas/flowVersionPost.json +199 -46
- data/schemas/flowVersions.json +9903 -113
- data/schemas/flows.json +9637 -46
- data/schemas/flowsImportPost.json +398 -92
- data/schemas/flowsImportResult.json +661 -147
- data/schemas/historicalSummaries.json +3 -2
- data/schemas/historicalSummary.json +3 -2
- data/schemas/instanceAuditLog.json +2 -6
- data/schemas/instanceAuditLogs.json +90 -1
- data/schemas/instanceCustomNode.json +41 -2
- data/schemas/instanceCustomNodePatch.json +59 -6
- data/schemas/instanceCustomNodePost.json +59 -6
- data/schemas/instanceCustomNodes.json +41 -2
- data/schemas/instanceOrg.json +4 -1
- data/schemas/instanceOrgInvite.json +102 -0
- data/schemas/instanceOrgInviteSent.json +12 -0
- data/schemas/instanceOrgInvites.json +145 -0
- data/schemas/instanceOrgMember.json +52 -0
- data/schemas/instanceOrgMembers.json +105 -1
- data/schemas/instanceOrgPost.json +1 -1
- data/schemas/instanceOrgs.json +5 -2
- data/schemas/instanceSandbox.json +5 -1
- data/schemas/instanceSandboxes.json +9 -1
- data/schemas/integration.json +38 -39
- data/schemas/integrationPatch.json +8 -8
- data/schemas/integrationPost.json +8 -8
- data/schemas/integrations.json +38 -39
- data/schemas/jobEnqueuedResult.json +1 -1
- data/schemas/me.json +685 -88
- data/schemas/notebook.json +33 -21
- data/schemas/notebookExecutionLogs.json +20 -0
- data/schemas/notebookMinuteCounts.json +1 -1
- data/schemas/notebookPatch.json +29 -21
- data/schemas/notebookPost.json +29 -21
- data/schemas/notebooks.json +33 -21
- data/schemas/notificationRule.json +4 -0
- data/schemas/notificationRules.json +8 -0
- data/schemas/org.json +14 -1
- data/schemas/orgInvites.json +77 -82
- data/schemas/orgInvitesUser.json +44 -47
- data/schemas/orgs.json +14 -1
- data/schemas/paletteResponse.json +372 -364
- data/schemas/periodSummaries.json +1 -1
- data/schemas/recentItemList.json +226 -27
- data/schemas/resourceJob.json +33 -9
- data/schemas/resourceJobExecutionLogs.json +34 -20
- data/schemas/resourceJobExecutionOptions.json +1 -1
- data/schemas/resourceJobPatch.json +9 -9
- data/schemas/resourceJobPost.json +9 -9
- data/schemas/resourceJobs.json +33 -9
- data/schemas/tagValuesResponse.json +1 -2
- data/schemas/templateKeywords.json +1 -0
- data/schemas/timeSeriesData.json +36 -4
- data/schemas/userOauthToken.json +4 -1
- data/schemas/userOauthTokenPost.json +1 -1
- data/schemas/userOauthTokens.json +4 -1
- data/schemas/validateContextError.json +71 -24
- data/schemas/validateContextSuccess.json +71 -24
- 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
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
"
|
|
475
|
-
|
|
476
|
-
"
|
|
477
|
-
|
|
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
|
-
"
|
|
493
|
-
|
|
494
|
-
"
|
|
495
|
-
"
|
|
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
|
-
"
|
|
551
|
-
|
|
552
|
-
"
|
|
553
|
-
"
|
|
554
|
-
|
|
555
|
-
|
|
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
|
-
|
|
560
|
-
"
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
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
|
-
"
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
594
|
+
"required": {
|
|
595
|
+
"type": "boolean"
|
|
596
|
+
},
|
|
597
|
+
"validRegExp": {
|
|
598
|
+
"type": "string",
|
|
599
|
+
"maxLength": 1024
|
|
600
|
+
}
|
|
598
601
|
},
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
"
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
"
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
"
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
"
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
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
|
-
"
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
"label"
|
|
639
|
-
]
|
|
640
|
+
"validMax": {
|
|
641
|
+
"type": "number"
|
|
642
|
+
}
|
|
640
643
|
},
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
"
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
"
|
|
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
|
-
"
|
|
673
|
-
|
|
674
|
-
"
|
|
675
|
-
"
|
|
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
|
-
|
|
680
|
-
"
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
"
|
|
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
|
-
"
|
|
706
|
-
|
|
707
|
-
"
|
|
708
|
-
"
|
|
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
|
-
|
|
713
|
-
"
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
"
|
|
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
|
-
"
|
|
736
|
-
|
|
737
|
-
"
|
|
738
|
-
"
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
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
|
}
|