losant_rest 1.14.0 → 1.15.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/docs/_schemas.md +10590 -3153
- data/docs/devices.md +40 -0
- data/docs/embeddedDeployment.md +49 -0
- data/docs/embeddedDeployments.md +215 -0
- data/docs/flow.md +2 -2
- data/docs/flows.md +2 -2
- data/docs/instance.md +4 -2
- data/lib/losant_rest/application.rb +1 -1
- data/lib/losant_rest/application_api_token.rb +1 -1
- data/lib/losant_rest/application_api_tokens.rb +1 -1
- data/lib/losant_rest/application_certificate.rb +1 -1
- data/lib/losant_rest/application_certificate_authorities.rb +1 -1
- data/lib/losant_rest/application_certificate_authority.rb +1 -1
- data/lib/losant_rest/application_certificates.rb +1 -1
- data/lib/losant_rest/application_dashboard.rb +1 -1
- data/lib/losant_rest/application_dashboards.rb +1 -1
- data/lib/losant_rest/application_key.rb +1 -1
- data/lib/losant_rest/application_keys.rb +1 -1
- data/lib/losant_rest/application_template.rb +1 -1
- data/lib/losant_rest/application_templates.rb +1 -1
- data/lib/losant_rest/applications.rb +1 -1
- data/lib/losant_rest/audit_log.rb +1 -1
- data/lib/losant_rest/audit_logs.rb +1 -1
- data/lib/losant_rest/auth.rb +1 -1
- data/lib/losant_rest/client.rb +11 -3
- data/lib/losant_rest/dashboard.rb +1 -1
- data/lib/losant_rest/dashboards.rb +1 -1
- data/lib/losant_rest/data.rb +1 -1
- data/lib/losant_rest/data_table.rb +1 -1
- data/lib/losant_rest/data_table_row.rb +1 -1
- data/lib/losant_rest/data_table_rows.rb +1 -1
- data/lib/losant_rest/data_tables.rb +1 -1
- data/lib/losant_rest/device.rb +1 -1
- data/lib/losant_rest/device_recipe.rb +1 -1
- data/lib/losant_rest/device_recipes.rb +1 -1
- data/lib/losant_rest/devices.rb +50 -1
- data/lib/losant_rest/edge_deployment.rb +1 -1
- data/lib/losant_rest/edge_deployments.rb +1 -1
- data/lib/losant_rest/embedded_deployment.rb +81 -0
- data/lib/losant_rest/embedded_deployments.rb +280 -0
- data/lib/losant_rest/error.rb +1 -1
- data/lib/losant_rest/event.rb +1 -1
- data/lib/losant_rest/events.rb +1 -1
- data/lib/losant_rest/experience.rb +1 -1
- data/lib/losant_rest/experience_domain.rb +1 -1
- data/lib/losant_rest/experience_domains.rb +1 -1
- data/lib/losant_rest/experience_endpoint.rb +1 -1
- data/lib/losant_rest/experience_endpoints.rb +1 -1
- data/lib/losant_rest/experience_group.rb +1 -1
- data/lib/losant_rest/experience_groups.rb +1 -1
- data/lib/losant_rest/experience_slug.rb +1 -1
- data/lib/losant_rest/experience_slugs.rb +1 -1
- data/lib/losant_rest/experience_user.rb +1 -1
- data/lib/losant_rest/experience_users.rb +1 -1
- data/lib/losant_rest/experience_version.rb +1 -1
- data/lib/losant_rest/experience_versions.rb +1 -1
- data/lib/losant_rest/experience_view.rb +1 -1
- data/lib/losant_rest/experience_views.rb +1 -1
- data/lib/losant_rest/file.rb +1 -1
- data/lib/losant_rest/files.rb +1 -1
- data/lib/losant_rest/flow.rb +3 -3
- data/lib/losant_rest/flow_version.rb +1 -1
- data/lib/losant_rest/flow_versions.rb +1 -1
- data/lib/losant_rest/flows.rb +3 -3
- data/lib/losant_rest/instance.rb +2 -1
- data/lib/losant_rest/instance_api_token.rb +1 -1
- data/lib/losant_rest/instance_api_tokens.rb +1 -1
- data/lib/losant_rest/instance_member.rb +1 -1
- data/lib/losant_rest/instance_members.rb +1 -1
- data/lib/losant_rest/instance_org.rb +1 -1
- data/lib/losant_rest/instance_org_invite.rb +1 -1
- data/lib/losant_rest/instance_org_invites.rb +1 -1
- data/lib/losant_rest/instance_org_member.rb +1 -1
- data/lib/losant_rest/instance_org_members.rb +1 -1
- data/lib/losant_rest/instance_orgs.rb +1 -1
- data/lib/losant_rest/instances.rb +1 -1
- data/lib/losant_rest/integration.rb +1 -1
- data/lib/losant_rest/integrations.rb +1 -1
- data/lib/losant_rest/me.rb +1 -1
- data/lib/losant_rest/notebook.rb +1 -1
- data/lib/losant_rest/notebooks.rb +1 -1
- data/lib/losant_rest/org.rb +1 -1
- data/lib/losant_rest/org_invites.rb +1 -1
- data/lib/losant_rest/orgs.rb +1 -1
- data/lib/losant_rest/user_api_token.rb +1 -1
- data/lib/losant_rest/user_api_tokens.rb +1 -1
- data/lib/losant_rest/utils.rb +1 -1
- data/lib/losant_rest/version.rb +2 -2
- data/lib/losant_rest/webhook.rb +1 -1
- data/lib/losant_rest/webhooks.rb +1 -1
- data/lib/losant_rest.rb +3 -1
- data/schemas/apiTokenPost.json +9 -0
- data/schemas/application.json +32 -32
- data/schemas/applicationCreationByTemplateResult.json +32 -32
- data/schemas/applicationDashboardPost.json +8 -5
- data/schemas/applicationPatch.json +13 -13
- data/schemas/applicationPost.json +13 -13
- data/schemas/applicationTemplate.json +16 -16
- data/schemas/applicationTemplates.json +16 -16
- data/schemas/applications.json +32 -32
- data/schemas/authedDevice.json +2 -1
- data/schemas/dashboard.json +8 -5
- data/schemas/dashboardPatch.json +8 -5
- data/schemas/dashboardPost.json +8 -5
- data/schemas/dashboardSendReport.json +6 -6
- data/schemas/dashboards.json +8 -5
- data/schemas/dataTableRowsDelete.json +1 -1
- data/schemas/device.json +2 -1
- data/schemas/deviceClassFilter.json +4 -2
- data/schemas/deviceNamesResponse.json +36 -0
- data/schemas/devicePatch.json +2 -1
- data/schemas/devicePost.json +2 -1
- data/schemas/deviceRecipe.json +2 -1
- data/schemas/deviceRecipePatch.json +2 -1
- data/schemas/deviceRecipePost.json +2 -1
- data/schemas/deviceRecipes.json +2 -1
- data/schemas/devices.json +4 -2
- data/schemas/devicesPatch.json +4 -2
- data/schemas/edgeDeployment.json +4 -0
- data/schemas/edgeDeployments.json +4 -0
- data/schemas/embeddedDeployment.json +179 -0
- data/schemas/embeddedDeploymentExport.json +44 -0
- data/schemas/embeddedDeploymentRelease.json +58 -0
- data/schemas/embeddedDeploymentRemove.json +25 -0
- data/schemas/embeddedDeploymentReplace.json +29 -0
- data/schemas/embeddedDeployments.json +212 -0
- data/schemas/eventsDeleted.json +1 -1
- data/schemas/eventsExport.json +4 -0
- data/schemas/experienceEndpoint.json +6 -8
- data/schemas/experienceEndpointPatch.json +6 -8
- data/schemas/experienceEndpointPost.json +6 -8
- data/schemas/experienceEndpoints.json +6 -8
- data/schemas/experienceLinkedResources.json +1292 -167
- data/schemas/flow.json +391 -15
- data/schemas/flowPatch.json +390 -15
- data/schemas/flowPost.json +391 -15
- data/schemas/flowVersion.json +821 -71
- data/schemas/flowVersionPost.json +390 -15
- data/schemas/flowVersions.json +821 -71
- data/schemas/flows.json +392 -15
- data/schemas/flowsImportPost.json +821 -70
- data/schemas/flowsImportResult.json +1392 -266
- data/schemas/githubLogin.json +9 -0
- data/schemas/historicalSummary.json +87 -74
- data/schemas/instance.json +92 -79
- data/schemas/instanceMember.json +6 -1
- data/schemas/instanceMembers.json +6 -1
- data/schemas/instanceOrg.json +87 -74
- data/schemas/instanceOrgMember.json +6 -1
- data/schemas/instanceOrgPatch.json +64 -26
- data/schemas/instanceOrgPost.json +65 -27
- data/schemas/instanceOrgs.json +87 -74
- data/schemas/instancePatch.json +2 -2
- data/schemas/integration.json +1 -1
- data/schemas/integrationPatch.json +1 -1
- data/schemas/integrationPost.json +1 -1
- data/schemas/integrations.json +1 -1
- data/schemas/me.json +104 -92
- data/schemas/mePatch.json +0 -1
- data/schemas/notebook.json +2 -1
- data/schemas/notebookExecutionLogs.json +2 -1
- data/schemas/notebookPatch.json +2 -1
- data/schemas/notebookPost.json +2 -1
- data/schemas/notebooks.json +2 -1
- data/schemas/org.json +115 -97
- data/schemas/orgs.json +115 -97
- data/schemas/userCredentials.json +9 -0
- data/schemas/userPost.json +9 -1
- metadata +17 -6
@@ -19,81 +19,119 @@
|
|
19
19
|
"type": "object",
|
20
20
|
"properties": {
|
21
21
|
"apitoken": {
|
22
|
-
"type": "
|
22
|
+
"type": "integer",
|
23
|
+
"minimum": 0
|
23
24
|
},
|
24
25
|
"application": {
|
25
|
-
"type": "
|
26
|
+
"type": "integer",
|
27
|
+
"minimum": 0
|
26
28
|
},
|
27
29
|
"applicationkey": {
|
28
|
-
"type": "
|
30
|
+
"type": "integer",
|
31
|
+
"minimum": 0
|
29
32
|
},
|
30
33
|
"dashboard": {
|
31
|
-
"type": "
|
34
|
+
"type": "integer",
|
35
|
+
"minimum": 0
|
32
36
|
},
|
33
37
|
"datatable": {
|
34
|
-
"type": "
|
38
|
+
"type": "integer",
|
39
|
+
"minimum": 0
|
35
40
|
},
|
36
41
|
"device": {
|
37
|
-
"type": "
|
42
|
+
"type": "integer",
|
43
|
+
"minimum": 0
|
38
44
|
},
|
39
45
|
"devicerecipe": {
|
40
|
-
"type": "
|
46
|
+
"type": "integer",
|
47
|
+
"minimum": 0
|
41
48
|
},
|
42
49
|
"experiencedomain": {
|
43
|
-
"type": "
|
50
|
+
"type": "integer",
|
51
|
+
"minimum": 0
|
44
52
|
},
|
45
53
|
"experienceendpoint": {
|
46
|
-
"type": "
|
54
|
+
"type": "integer",
|
55
|
+
"minimum": 0
|
47
56
|
},
|
48
57
|
"experiencegroup": {
|
49
|
-
"type": "
|
58
|
+
"type": "integer",
|
59
|
+
"minimum": 0
|
50
60
|
},
|
51
61
|
"experienceslug": {
|
52
|
-
"type": "
|
62
|
+
"type": "integer",
|
63
|
+
"minimum": 0
|
53
64
|
},
|
54
65
|
"experienceuser": {
|
55
|
-
"type": "
|
66
|
+
"type": "integer",
|
67
|
+
"minimum": 0
|
56
68
|
},
|
57
69
|
"experienceversion": {
|
58
|
-
"type": "
|
70
|
+
"type": "integer",
|
71
|
+
"minimum": 0
|
59
72
|
},
|
60
73
|
"experienceview": {
|
61
|
-
"type": "
|
74
|
+
"type": "integer",
|
75
|
+
"minimum": 0
|
62
76
|
},
|
63
77
|
"file": {
|
64
|
-
"type": "
|
78
|
+
"type": "integer",
|
79
|
+
"minimum": 0
|
65
80
|
},
|
66
81
|
"flow": {
|
67
|
-
"type": "
|
82
|
+
"type": "integer",
|
83
|
+
"minimum": 0
|
68
84
|
},
|
69
85
|
"integration": {
|
70
|
-
"type": "
|
86
|
+
"type": "integer",
|
87
|
+
"minimum": 0
|
71
88
|
},
|
72
89
|
"notebook": {
|
73
|
-
"type": "
|
90
|
+
"type": "integer",
|
91
|
+
"minimum": 0
|
74
92
|
},
|
75
93
|
"webhook": {
|
76
|
-
"type": "
|
94
|
+
"type": "integer",
|
95
|
+
"minimum": 0
|
77
96
|
},
|
78
97
|
"dataTTL": {
|
79
|
-
"type": "
|
98
|
+
"type": "integer",
|
99
|
+
"minimum": 86400
|
80
100
|
},
|
81
101
|
"member": {
|
82
|
-
"type": "
|
102
|
+
"type": "integer",
|
103
|
+
"minimum": 0
|
83
104
|
},
|
84
105
|
"payload": {
|
85
|
-
"type": "
|
106
|
+
"type": "integer",
|
107
|
+
"minimum": 0
|
108
|
+
},
|
109
|
+
"storage": {
|
110
|
+
"type": "integer",
|
111
|
+
"minimum": 0
|
86
112
|
},
|
87
113
|
"notebookMinutesPerRun": {
|
88
|
-
"type": "
|
114
|
+
"type": "integer",
|
115
|
+
"minimum": 0
|
89
116
|
},
|
90
117
|
"notebookMinutesPerMonth": {
|
91
|
-
"type": "
|
118
|
+
"type": "integer",
|
119
|
+
"minimum": 0
|
92
120
|
},
|
93
121
|
"notebookInParallel": {
|
94
|
-
"type": "
|
122
|
+
"type": "integer",
|
123
|
+
"minimum": 0
|
124
|
+
},
|
125
|
+
"experienceFlowSlots": {
|
126
|
+
"type": "integer",
|
127
|
+
"minimum": 0
|
128
|
+
},
|
129
|
+
"applicationFlowSlots": {
|
130
|
+
"type": "integer",
|
131
|
+
"minimum": 0
|
95
132
|
}
|
96
|
-
}
|
133
|
+
},
|
134
|
+
"additionalProperties": false
|
97
135
|
},
|
98
136
|
"whitelistedEmailDomains": {
|
99
137
|
"type": "array",
|
@@ -19,85 +19,123 @@
|
|
19
19
|
"type": "object",
|
20
20
|
"properties": {
|
21
21
|
"apitoken": {
|
22
|
-
"type": "
|
22
|
+
"type": "integer",
|
23
|
+
"minimum": 0
|
23
24
|
},
|
24
25
|
"application": {
|
25
|
-
"type": "
|
26
|
+
"type": "integer",
|
27
|
+
"minimum": 0
|
26
28
|
},
|
27
29
|
"applicationkey": {
|
28
|
-
"type": "
|
30
|
+
"type": "integer",
|
31
|
+
"minimum": 0
|
29
32
|
},
|
30
33
|
"dashboard": {
|
31
|
-
"type": "
|
34
|
+
"type": "integer",
|
35
|
+
"minimum": 0
|
32
36
|
},
|
33
37
|
"datatable": {
|
34
|
-
"type": "
|
38
|
+
"type": "integer",
|
39
|
+
"minimum": 0
|
35
40
|
},
|
36
41
|
"device": {
|
37
|
-
"type": "
|
42
|
+
"type": "integer",
|
43
|
+
"minimum": 0
|
38
44
|
},
|
39
45
|
"devicerecipe": {
|
40
|
-
"type": "
|
46
|
+
"type": "integer",
|
47
|
+
"minimum": 0
|
41
48
|
},
|
42
49
|
"experiencedomain": {
|
43
|
-
"type": "
|
50
|
+
"type": "integer",
|
51
|
+
"minimum": 0
|
44
52
|
},
|
45
53
|
"experienceendpoint": {
|
46
|
-
"type": "
|
54
|
+
"type": "integer",
|
55
|
+
"minimum": 0
|
47
56
|
},
|
48
57
|
"experiencegroup": {
|
49
|
-
"type": "
|
58
|
+
"type": "integer",
|
59
|
+
"minimum": 0
|
50
60
|
},
|
51
61
|
"experienceslug": {
|
52
|
-
"type": "
|
62
|
+
"type": "integer",
|
63
|
+
"minimum": 0
|
53
64
|
},
|
54
65
|
"experienceuser": {
|
55
|
-
"type": "
|
66
|
+
"type": "integer",
|
67
|
+
"minimum": 0
|
56
68
|
},
|
57
69
|
"experienceversion": {
|
58
|
-
"type": "
|
70
|
+
"type": "integer",
|
71
|
+
"minimum": 0
|
59
72
|
},
|
60
73
|
"experienceview": {
|
61
|
-
"type": "
|
74
|
+
"type": "integer",
|
75
|
+
"minimum": 0
|
62
76
|
},
|
63
77
|
"file": {
|
64
|
-
"type": "
|
78
|
+
"type": "integer",
|
79
|
+
"minimum": 0
|
65
80
|
},
|
66
81
|
"flow": {
|
67
|
-
"type": "
|
82
|
+
"type": "integer",
|
83
|
+
"minimum": 0
|
68
84
|
},
|
69
85
|
"integration": {
|
70
|
-
"type": "
|
86
|
+
"type": "integer",
|
87
|
+
"minimum": 0
|
71
88
|
},
|
72
89
|
"notebook": {
|
73
|
-
"type": "
|
90
|
+
"type": "integer",
|
91
|
+
"minimum": 0
|
74
92
|
},
|
75
93
|
"webhook": {
|
76
|
-
"type": "
|
94
|
+
"type": "integer",
|
95
|
+
"minimum": 0
|
77
96
|
},
|
78
97
|
"dataTTL": {
|
79
|
-
"type": "
|
98
|
+
"type": "integer",
|
99
|
+
"minimum": 86400
|
80
100
|
},
|
81
101
|
"member": {
|
82
|
-
"type": "
|
102
|
+
"type": "integer",
|
103
|
+
"minimum": 0
|
83
104
|
},
|
84
105
|
"payload": {
|
85
|
-
"type": "
|
106
|
+
"type": "integer",
|
107
|
+
"minimum": 0
|
108
|
+
},
|
109
|
+
"storage": {
|
110
|
+
"type": "integer",
|
111
|
+
"minimum": 0
|
86
112
|
},
|
87
113
|
"notebookMinutesPerRun": {
|
88
|
-
"type": "
|
114
|
+
"type": "integer",
|
115
|
+
"minimum": 0
|
89
116
|
},
|
90
117
|
"notebookMinutesPerMonth": {
|
91
|
-
"type": "
|
118
|
+
"type": "integer",
|
119
|
+
"minimum": 0
|
92
120
|
},
|
93
121
|
"notebookInParallel": {
|
94
|
-
"type": "
|
122
|
+
"type": "integer",
|
123
|
+
"minimum": 0
|
124
|
+
},
|
125
|
+
"experienceFlowSlots": {
|
126
|
+
"type": "integer",
|
127
|
+
"minimum": 0
|
128
|
+
},
|
129
|
+
"applicationFlowSlots": {
|
130
|
+
"type": "integer",
|
131
|
+
"minimum": 0
|
95
132
|
}
|
96
|
-
}
|
133
|
+
},
|
134
|
+
"additionalProperties": false
|
97
135
|
},
|
98
136
|
"members": {
|
99
137
|
"type": "array",
|
100
|
-
"
|
138
|
+
"maxItems": "10",
|
101
139
|
"items": {
|
102
140
|
"title": "Instance Org Member Post",
|
103
141
|
"description": "Schema for an Instance Organization member creation request",
|
data/schemas/instanceOrgs.json
CHANGED
@@ -31,81 +31,94 @@
|
|
31
31
|
"maxLength": 64
|
32
32
|
},
|
33
33
|
"limits": {
|
34
|
-
"
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
34
|
+
"type": "object",
|
35
|
+
"properties": {
|
36
|
+
"apitoken": {
|
37
|
+
"type": "integer"
|
38
|
+
},
|
39
|
+
"application": {
|
40
|
+
"type": "integer"
|
41
|
+
},
|
42
|
+
"applicationkey": {
|
43
|
+
"type": "integer"
|
44
|
+
},
|
45
|
+
"dashboard": {
|
46
|
+
"type": "integer"
|
47
|
+
},
|
48
|
+
"datatable": {
|
49
|
+
"type": "integer"
|
50
|
+
},
|
51
|
+
"device": {
|
52
|
+
"type": "integer"
|
53
|
+
},
|
54
|
+
"devicerecipe": {
|
55
|
+
"type": "integer"
|
56
|
+
},
|
57
|
+
"experiencedomain": {
|
58
|
+
"type": "integer"
|
59
|
+
},
|
60
|
+
"experienceendpoint": {
|
61
|
+
"type": "integer"
|
62
|
+
},
|
63
|
+
"experiencegroup": {
|
64
|
+
"type": "integer"
|
65
|
+
},
|
66
|
+
"experienceslug": {
|
67
|
+
"type": "integer"
|
68
|
+
},
|
69
|
+
"experienceuser": {
|
70
|
+
"type": "integer"
|
71
|
+
},
|
72
|
+
"experienceversion": {
|
73
|
+
"type": "integer"
|
74
|
+
},
|
75
|
+
"experienceview": {
|
76
|
+
"type": "integer"
|
77
|
+
},
|
78
|
+
"file": {
|
79
|
+
"type": "integer"
|
80
|
+
},
|
81
|
+
"flow": {
|
82
|
+
"type": "integer"
|
83
|
+
},
|
84
|
+
"integration": {
|
85
|
+
"type": "integer"
|
86
|
+
},
|
87
|
+
"notebook": {
|
88
|
+
"type": "integer"
|
89
|
+
},
|
90
|
+
"webhook": {
|
91
|
+
"type": "integer"
|
92
|
+
},
|
93
|
+
"dataTTL": {
|
94
|
+
"type": "integer"
|
95
|
+
},
|
96
|
+
"member": {
|
97
|
+
"type": "integer"
|
98
|
+
},
|
99
|
+
"payload": {
|
100
|
+
"type": "integer"
|
101
|
+
},
|
102
|
+
"storage": {
|
103
|
+
"type": "integer"
|
104
|
+
},
|
105
|
+
"notebookMinutesPerRun": {
|
106
|
+
"type": "integer"
|
107
|
+
},
|
108
|
+
"notebookMinutesPerMonth": {
|
109
|
+
"type": "integer"
|
110
|
+
},
|
111
|
+
"notebookInParallel": {
|
112
|
+
"type": "integer"
|
113
|
+
},
|
114
|
+
"experienceFlowSlots": {
|
115
|
+
"type": "integer"
|
116
|
+
},
|
117
|
+
"applicationFlowSlots": {
|
118
|
+
"type": "integer"
|
119
|
+
}
|
105
120
|
},
|
106
|
-
"
|
107
|
-
"type": "number"
|
108
|
-
}
|
121
|
+
"additionalProperties": false
|
109
122
|
},
|
110
123
|
"whitelistedEmailDomains": {
|
111
124
|
"type": "array",
|
data/schemas/instancePatch.json
CHANGED
@@ -4,9 +4,9 @@
|
|
4
4
|
"properties": {
|
5
5
|
"reportConfigs": {
|
6
6
|
"type": "array",
|
7
|
+
"maxItems": 10,
|
7
8
|
"items": {
|
8
9
|
"type": "object",
|
9
|
-
"max": 10,
|
10
10
|
"properties": {
|
11
11
|
"id": {
|
12
12
|
"type": "string",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
},
|
23
23
|
"emails": {
|
24
24
|
"type": "array",
|
25
|
-
"
|
25
|
+
"maxItems": 10,
|
26
26
|
"items": {
|
27
27
|
"type": "string",
|
28
28
|
"format": "email",
|
data/schemas/integration.json
CHANGED