losant_rest 1.13.0 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (172) hide show
  1. checksums.yaml +4 -4
  2. data/docs/_schemas.md +19437 -10622
  3. data/docs/application.md +6 -6
  4. data/docs/applicationApiTokens.md +1 -1
  5. data/docs/applications.md +1 -1
  6. data/docs/dataTable.md +1 -1
  7. data/docs/dataTableRows.md +1 -1
  8. data/docs/dataTables.md +1 -1
  9. data/docs/device.md +43 -0
  10. data/docs/devices.md +41 -2
  11. data/docs/edgeDeployment.md +49 -0
  12. data/docs/embeddedDeployment.md +49 -0
  13. data/docs/embeddedDeployments.md +215 -0
  14. data/docs/experience.md +1 -1
  15. data/docs/experienceDomains.md +1 -1
  16. data/docs/experienceGroup.md +2 -0
  17. data/docs/experienceSlugs.md +1 -1
  18. data/docs/experienceVersion.md +3 -3
  19. data/docs/experienceVersions.md +2 -2
  20. data/docs/experienceView.md +4 -4
  21. data/docs/experienceViews.md +2 -2
  22. data/docs/file.md +5 -5
  23. data/docs/files.md +2 -2
  24. data/docs/flow.md +3 -3
  25. data/docs/flowVersions.md +44 -0
  26. data/docs/flows.md +2 -2
  27. data/docs/instance.md +40 -0
  28. data/docs/instanceApiToken.md +133 -0
  29. data/docs/instanceApiTokens.md +91 -0
  30. data/docs/instanceMembers.md +1 -1
  31. data/docs/instanceOrg.md +2 -0
  32. data/docs/instanceOrgInvite.md +139 -0
  33. data/docs/instanceOrgInvites.md +96 -0
  34. data/docs/instanceOrgMembers.md +3 -3
  35. data/docs/instanceOrgs.md +1 -1
  36. data/docs/me.md +1 -1
  37. data/docs/org.md +1 -1
  38. data/docs/userApiToken.md +125 -0
  39. data/docs/userApiTokens.md +87 -0
  40. data/lib/losant_rest/application.rb +5 -5
  41. data/lib/losant_rest/application_api_tokens.rb +1 -1
  42. data/lib/losant_rest/applications.rb +1 -1
  43. data/lib/losant_rest/client.rb +38 -2
  44. data/lib/losant_rest/data_table.rb +1 -1
  45. data/lib/losant_rest/data_table_rows.rb +1 -1
  46. data/lib/losant_rest/data_tables.rb +1 -1
  47. data/lib/losant_rest/device.rb +50 -0
  48. data/lib/losant_rest/devices.rb +48 -2
  49. data/lib/losant_rest/edge_deployment.rb +81 -0
  50. data/lib/losant_rest/embedded_deployment.rb +81 -0
  51. data/lib/losant_rest/embedded_deployments.rb +280 -0
  52. data/lib/losant_rest/experience.rb +1 -1
  53. data/lib/losant_rest/experience_domains.rb +1 -1
  54. data/lib/losant_rest/experience_group.rb +4 -0
  55. data/lib/losant_rest/experience_slugs.rb +1 -1
  56. data/lib/losant_rest/experience_version.rb +3 -3
  57. data/lib/losant_rest/experience_versions.rb +2 -2
  58. data/lib/losant_rest/experience_view.rb +4 -4
  59. data/lib/losant_rest/experience_views.rb +2 -2
  60. data/lib/losant_rest/file.rb +4 -4
  61. data/lib/losant_rest/files.rb +2 -2
  62. data/lib/losant_rest/flow.rb +3 -3
  63. data/lib/losant_rest/flow_versions.rb +50 -0
  64. data/lib/losant_rest/flows.rb +2 -2
  65. data/lib/losant_rest/instance.rb +47 -1
  66. data/lib/losant_rest/instance_api_token.rb +176 -0
  67. data/lib/losant_rest/instance_api_tokens.rb +136 -0
  68. data/lib/losant_rest/instance_member.rb +1 -1
  69. data/lib/losant_rest/instance_members.rb +2 -2
  70. data/lib/losant_rest/instance_org.rb +5 -1
  71. data/lib/losant_rest/instance_org_invite.rb +182 -0
  72. data/lib/losant_rest/instance_org_invites.rb +138 -0
  73. data/lib/losant_rest/instance_org_member.rb +1 -1
  74. data/lib/losant_rest/instance_org_members.rb +4 -4
  75. data/lib/losant_rest/instance_orgs.rb +3 -3
  76. data/lib/losant_rest/instances.rb +1 -1
  77. data/lib/losant_rest/user_api_token.rb +170 -0
  78. data/lib/losant_rest/user_api_tokens.rb +132 -0
  79. data/lib/losant_rest/version.rb +1 -1
  80. data/lib/losant_rest.rb +9 -0
  81. data/schemas/apiToken.json +2 -1
  82. data/schemas/apiTokenPost.json +439 -0
  83. data/schemas/apiTokens.json +4 -2
  84. data/schemas/application.json +32 -32
  85. data/schemas/applicationCreationByTemplateResult.json +32 -32
  86. data/schemas/applicationDashboardPost.json +28 -21
  87. data/schemas/applicationPatch.json +13 -13
  88. data/schemas/applicationPost.json +13 -13
  89. data/schemas/applicationTemplate.json +16 -16
  90. data/schemas/applicationTemplates.json +16 -16
  91. data/schemas/applications.json +32 -32
  92. data/schemas/auditLog.json +4 -0
  93. data/schemas/auditLogFilter.json +4 -0
  94. data/schemas/auditLogs.json +4 -0
  95. data/schemas/authedDevice.json +2 -1
  96. data/schemas/bulkDeleteResponse.json +12 -0
  97. data/schemas/dashboard.json +28 -21
  98. data/schemas/dashboardPatch.json +28 -21
  99. data/schemas/dashboardPost.json +28 -21
  100. data/schemas/dashboardSendReport.json +9 -5
  101. data/schemas/dashboards.json +28 -21
  102. data/schemas/dataTableRowsDelete.json +1 -1
  103. data/schemas/device.json +2 -1
  104. data/schemas/deviceClassFilter.json +4 -2
  105. data/schemas/devicePatch.json +2 -1
  106. data/schemas/devicePayloadCounts.json +24 -0
  107. data/schemas/devicePost.json +2 -1
  108. data/schemas/deviceRecipe.json +2 -1
  109. data/schemas/deviceRecipePatch.json +2 -1
  110. data/schemas/deviceRecipePost.json +2 -1
  111. data/schemas/deviceRecipes.json +2 -1
  112. data/schemas/devices.json +4 -2
  113. data/schemas/devicesExportPayloadCountPost.json +1350 -0
  114. data/schemas/devicesPatch.json +4 -2
  115. data/schemas/edgeDeployment.json +20 -0
  116. data/schemas/edgeDeployments.json +20 -0
  117. data/schemas/embeddedDeployment.json +179 -0
  118. data/schemas/embeddedDeploymentExport.json +44 -0
  119. data/schemas/embeddedDeploymentRelease.json +58 -0
  120. data/schemas/embeddedDeploymentRemove.json +25 -0
  121. data/schemas/embeddedDeploymentReplace.json +29 -0
  122. data/schemas/embeddedDeployments.json +212 -0
  123. data/schemas/eventsDeleted.json +1 -1
  124. data/schemas/experienceEndpoint.json +6 -8
  125. data/schemas/experienceEndpointPatch.json +6 -8
  126. data/schemas/experienceEndpointPost.json +6 -8
  127. data/schemas/experienceEndpoints.json +6 -8
  128. data/schemas/experienceGroup.json +6 -0
  129. data/schemas/experienceGroups.json +6 -0
  130. data/schemas/experienceLinkedResources.json +790 -85
  131. data/schemas/flow.json +252 -16
  132. data/schemas/flowPatch.json +251 -16
  133. data/schemas/flowPost.json +252 -16
  134. data/schemas/flowVersion.json +503 -33
  135. data/schemas/flowVersionPost.json +251 -16
  136. data/schemas/flowVersions.json +503 -33
  137. data/schemas/flowVersionsDeletePost.json +941 -0
  138. data/schemas/flows.json +253 -16
  139. data/schemas/flowsImportPost.json +503 -32
  140. data/schemas/flowsImportResult.json +785 -79
  141. data/schemas/githubLogin.json +38 -1
  142. data/schemas/historicalSummary.json +150 -102
  143. data/schemas/instance.json +150 -77
  144. data/schemas/instanceMember.json +10 -0
  145. data/schemas/instanceMemberPost.json +18 -3
  146. data/schemas/instanceMembers.json +14 -0
  147. data/schemas/instanceOrg.json +87 -74
  148. data/schemas/instanceOrgMember.json +14 -0
  149. data/schemas/instanceOrgMembers.json +8 -0
  150. data/schemas/instanceOrgPatch.json +64 -26
  151. data/schemas/instanceOrgPost.json +229 -25
  152. data/schemas/instanceOrgs.json +91 -74
  153. data/schemas/instancePatch.json +67 -0
  154. data/schemas/instanceReportOptionsPost.json +1 -0
  155. data/schemas/me.json +134 -105
  156. data/schemas/notebook.json +45 -0
  157. data/schemas/notebookPatch.json +30 -0
  158. data/schemas/notebookPost.json +30 -0
  159. data/schemas/notebooks.json +45 -0
  160. data/schemas/org.json +145 -110
  161. data/schemas/orgInvite.json +90 -0
  162. data/schemas/orgInviteCollection.json +130 -0
  163. data/schemas/orgInvites.json +82 -77
  164. data/schemas/orgRoleInfo.json +69 -0
  165. data/schemas/orgs.json +145 -110
  166. data/schemas/payloadStats.json +28 -12
  167. data/schemas/userCredentials.json +38 -1
  168. data/schemas/userPost.json +38 -1
  169. data/schemas/validateContextError.json +34 -0
  170. data/schemas/validateContextSuccess.json +34 -0
  171. data/schemas/virtualButtonPress.json +4 -0
  172. metadata +39 -6
@@ -108,66 +108,66 @@
108
108
  "type": "object",
109
109
  "properties": {
110
110
  "apiTokenCount": {
111
- "type": "number"
111
+ "type": "integer"
112
112
  },
113
113
  "dataTableCount": {
114
- "type": "number"
114
+ "type": "integer"
115
115
  },
116
116
  "deviceCount": {
117
- "type": "number"
117
+ "type": "integer"
118
118
  },
119
119
  "deviceRecipeCount": {
120
- "type": "number"
120
+ "type": "integer"
121
121
  },
122
122
  "eventCount": {
123
- "type": "number"
123
+ "type": "integer"
124
124
  },
125
125
  "experienceDomainCount": {
126
- "type": "number"
126
+ "type": "integer"
127
127
  },
128
128
  "experienceEndpointCount": {
129
- "type": "number"
129
+ "type": "integer"
130
130
  },
131
131
  "experienceGroupCount": {
132
- "type": "number"
132
+ "type": "integer"
133
133
  },
134
134
  "experienceSlugCount": {
135
- "type": "number"
135
+ "type": "integer"
136
136
  },
137
137
  "experienceUserCount": {
138
- "type": "number"
138
+ "type": "integer"
139
139
  },
140
140
  "experienceVersionCount": {
141
- "type": "number"
141
+ "type": "integer"
142
142
  },
143
143
  "experienceViewCount": {
144
- "type": "number"
144
+ "type": "integer"
145
145
  },
146
146
  "fileCount": {
147
- "type": "number"
147
+ "type": "integer"
148
148
  },
149
149
  "flowCount": {
150
- "type": "number"
150
+ "type": "integer"
151
151
  },
152
152
  "integrationCount": {
153
- "type": "number"
153
+ "type": "integer"
154
154
  },
155
155
  "keyCount": {
156
- "type": "number"
156
+ "type": "integer"
157
157
  },
158
158
  "storageStats": {
159
159
  "type": "object",
160
160
  "properties": {
161
161
  "count": {
162
- "type": "number"
162
+ "type": "integer"
163
163
  },
164
164
  "size": {
165
- "type": "number"
165
+ "type": "integer"
166
166
  }
167
167
  }
168
168
  },
169
169
  "webhookCount": {
170
- "type": "number"
170
+ "type": "integer"
171
171
  }
172
172
  }
173
173
  },
@@ -205,7 +205,7 @@
205
205
  "properties": {
206
206
  "directory": {
207
207
  "type": "string",
208
- "max": 255
208
+ "maxLength": 255
209
209
  },
210
210
  "mode": {
211
211
  "type": "string",
@@ -275,21 +275,21 @@
275
275
  "properties": {
276
276
  "bucket": {
277
277
  "type": "string",
278
- "max": 255
278
+ "maxLength": 255
279
279
  },
280
280
  "accessKeyId": {
281
281
  "type": "string",
282
- "min": 4,
283
- "max": 128
282
+ "minLength": 4,
283
+ "maxLength": 128
284
284
  },
285
285
  "secretAccessKey": {
286
286
  "type": "string",
287
- "min": 4,
288
- "max": 128
287
+ "minLength": 4,
288
+ "maxLength": 128
289
289
  },
290
290
  "region": {
291
291
  "type": "string",
292
- "max": 128
292
+ "maxLength": 128
293
293
  }
294
294
  },
295
295
  "required": [
@@ -315,7 +315,7 @@
315
315
  },
316
316
  "bucket": {
317
317
  "type": "string",
318
- "max": 255
318
+ "maxLength": 255
319
319
  }
320
320
  },
321
321
  "required": [
@@ -330,17 +330,17 @@
330
330
  "properties": {
331
331
  "account": {
332
332
  "type": "string",
333
- "min": 3,
334
- "max": 24
333
+ "minLength": 3,
334
+ "maxLength": 24
335
335
  },
336
336
  "accountKey": {
337
337
  "type": "string",
338
- "max": 255
338
+ "maxLength": 255
339
339
  },
340
340
  "bucket": {
341
341
  "type": "string",
342
- "min": 3,
343
- "max": 63
342
+ "minLength": 3,
343
+ "maxLength": 63
344
344
  }
345
345
  },
346
346
  "required": [
@@ -113,66 +113,66 @@
113
113
  "type": "object",
114
114
  "properties": {
115
115
  "apiTokenCount": {
116
- "type": "number"
116
+ "type": "integer"
117
117
  },
118
118
  "dataTableCount": {
119
- "type": "number"
119
+ "type": "integer"
120
120
  },
121
121
  "deviceCount": {
122
- "type": "number"
122
+ "type": "integer"
123
123
  },
124
124
  "deviceRecipeCount": {
125
- "type": "number"
125
+ "type": "integer"
126
126
  },
127
127
  "eventCount": {
128
- "type": "number"
128
+ "type": "integer"
129
129
  },
130
130
  "experienceDomainCount": {
131
- "type": "number"
131
+ "type": "integer"
132
132
  },
133
133
  "experienceEndpointCount": {
134
- "type": "number"
134
+ "type": "integer"
135
135
  },
136
136
  "experienceGroupCount": {
137
- "type": "number"
137
+ "type": "integer"
138
138
  },
139
139
  "experienceSlugCount": {
140
- "type": "number"
140
+ "type": "integer"
141
141
  },
142
142
  "experienceUserCount": {
143
- "type": "number"
143
+ "type": "integer"
144
144
  },
145
145
  "experienceVersionCount": {
146
- "type": "number"
146
+ "type": "integer"
147
147
  },
148
148
  "experienceViewCount": {
149
- "type": "number"
149
+ "type": "integer"
150
150
  },
151
151
  "fileCount": {
152
- "type": "number"
152
+ "type": "integer"
153
153
  },
154
154
  "flowCount": {
155
- "type": "number"
155
+ "type": "integer"
156
156
  },
157
157
  "integrationCount": {
158
- "type": "number"
158
+ "type": "integer"
159
159
  },
160
160
  "keyCount": {
161
- "type": "number"
161
+ "type": "integer"
162
162
  },
163
163
  "storageStats": {
164
164
  "type": "object",
165
165
  "properties": {
166
166
  "count": {
167
- "type": "number"
167
+ "type": "integer"
168
168
  },
169
169
  "size": {
170
- "type": "number"
170
+ "type": "integer"
171
171
  }
172
172
  }
173
173
  },
174
174
  "webhookCount": {
175
- "type": "number"
175
+ "type": "integer"
176
176
  }
177
177
  }
178
178
  },
@@ -210,7 +210,7 @@
210
210
  "properties": {
211
211
  "directory": {
212
212
  "type": "string",
213
- "max": 255
213
+ "maxLength": 255
214
214
  },
215
215
  "mode": {
216
216
  "type": "string",
@@ -280,21 +280,21 @@
280
280
  "properties": {
281
281
  "bucket": {
282
282
  "type": "string",
283
- "max": 255
283
+ "maxLength": 255
284
284
  },
285
285
  "accessKeyId": {
286
286
  "type": "string",
287
- "min": 4,
288
- "max": 128
287
+ "minLength": 4,
288
+ "maxLength": 128
289
289
  },
290
290
  "secretAccessKey": {
291
291
  "type": "string",
292
- "min": 4,
293
- "max": 128
292
+ "minLength": 4,
293
+ "maxLength": 128
294
294
  },
295
295
  "region": {
296
296
  "type": "string",
297
- "max": 128
297
+ "maxLength": 128
298
298
  }
299
299
  },
300
300
  "required": [
@@ -320,7 +320,7 @@
320
320
  },
321
321
  "bucket": {
322
322
  "type": "string",
323
- "max": 255
323
+ "maxLength": 255
324
324
  }
325
325
  },
326
326
  "required": [
@@ -335,17 +335,17 @@
335
335
  "properties": {
336
336
  "account": {
337
337
  "type": "string",
338
- "min": 3,
339
- "max": 24
338
+ "minLength": 3,
339
+ "maxLength": 24
340
340
  },
341
341
  "accountKey": {
342
342
  "type": "string",
343
- "max": 255
343
+ "maxLength": 255
344
344
  },
345
345
  "bucket": {
346
346
  "type": "string",
347
- "min": 3,
348
- "max": 63
347
+ "minLength": 3,
348
+ "maxLength": 63
349
349
  }
350
350
  },
351
351
  "required": [
@@ -130,7 +130,7 @@
130
130
  },
131
131
  {
132
132
  "type": "string",
133
- "maxLength": 64
133
+ "maxLength": 128
134
134
  }
135
135
  ]
136
136
  },
@@ -141,7 +141,7 @@
141
141
  },
142
142
  {
143
143
  "type": "string",
144
- "maxLength": 64
144
+ "maxLength": 128
145
145
  }
146
146
  ]
147
147
  },
@@ -1582,7 +1582,7 @@
1582
1582
  },
1583
1583
  {
1584
1584
  "type": "string",
1585
- "maxLength": 64
1585
+ "maxLength": 128
1586
1586
  }
1587
1587
  ]
1588
1588
  },
@@ -1593,7 +1593,7 @@
1593
1593
  },
1594
1594
  {
1595
1595
  "type": "string",
1596
- "maxLength": 64
1596
+ "maxLength": 128
1597
1597
  }
1598
1598
  ]
1599
1599
  },
@@ -1614,7 +1614,7 @@
1614
1614
  },
1615
1615
  {
1616
1616
  "type": "string",
1617
- "maxLength": 64
1617
+ "maxLength": 128
1618
1618
  }
1619
1619
  ]
1620
1620
  },
@@ -2077,7 +2077,7 @@
2077
2077
  },
2078
2078
  {
2079
2079
  "type": "string",
2080
- "maxLength": 64
2080
+ "maxLength": 128
2081
2081
  }
2082
2082
  ]
2083
2083
  },
@@ -2088,7 +2088,7 @@
2088
2088
  },
2089
2089
  {
2090
2090
  "type": "string",
2091
- "maxLength": 64
2091
+ "maxLength": 128
2092
2092
  }
2093
2093
  ]
2094
2094
  },
@@ -2235,7 +2235,7 @@
2235
2235
  },
2236
2236
  {
2237
2237
  "type": "string",
2238
- "maxLength": 64
2238
+ "maxLength": 128
2239
2239
  }
2240
2240
  ]
2241
2241
  },
@@ -3010,7 +3010,7 @@
3010
3010
  },
3011
3011
  {
3012
3012
  "type": "string",
3013
- "maxLength": 64
3013
+ "maxLength": 128
3014
3014
  }
3015
3015
  ]
3016
3016
  },
@@ -3021,7 +3021,7 @@
3021
3021
  },
3022
3022
  {
3023
3023
  "type": "string",
3024
- "maxLength": 64
3024
+ "maxLength": 128
3025
3025
  }
3026
3026
  ]
3027
3027
  },
@@ -3035,8 +3035,8 @@
3035
3035
  },
3036
3036
  "length": {
3037
3037
  "type": "integer",
3038
- "min": 1,
3039
- "max": 10
3038
+ "minimum": 1,
3039
+ "maximum": 10
3040
3040
  },
3041
3041
  "orientation": {
3042
3042
  "type": "string",
@@ -3629,7 +3629,7 @@
3629
3629
  },
3630
3630
  {
3631
3631
  "type": "string",
3632
- "maxLength": 64
3632
+ "maxLength": 128
3633
3633
  }
3634
3634
  ]
3635
3635
  },
@@ -3640,7 +3640,7 @@
3640
3640
  },
3641
3641
  {
3642
3642
  "type": "string",
3643
- "maxLength": 64
3643
+ "maxLength": 128
3644
3644
  }
3645
3645
  ]
3646
3646
  },
@@ -3651,7 +3651,7 @@
3651
3651
  },
3652
3652
  {
3653
3653
  "type": "string",
3654
- "maxLength": 64
3654
+ "maxLength": 128
3655
3655
  }
3656
3656
  ]
3657
3657
  },
@@ -3662,7 +3662,7 @@
3662
3662
  },
3663
3663
  {
3664
3664
  "type": "string",
3665
- "maxLength": 64
3665
+ "maxLength": 128
3666
3666
  }
3667
3667
  ]
3668
3668
  }
@@ -4509,7 +4509,7 @@
4509
4509
  },
4510
4510
  {
4511
4511
  "type": "string",
4512
- "maxLength": 64
4512
+ "maxLength": 128
4513
4513
  }
4514
4514
  ]
4515
4515
  },
@@ -5020,7 +5020,7 @@
5020
5020
  },
5021
5021
  {
5022
5022
  "type": "string",
5023
- "maxLength": 64
5023
+ "maxLength": 128
5024
5024
  }
5025
5025
  ]
5026
5026
  },
@@ -5251,6 +5251,9 @@
5251
5251
  "includeEdge": {
5252
5252
  "type": "boolean"
5253
5253
  },
5254
+ "includeEmbedded": {
5255
+ "type": "boolean"
5256
+ },
5254
5257
  "includeExperience": {
5255
5258
  "type": "boolean"
5256
5259
  },
@@ -5293,7 +5296,7 @@
5293
5296
  },
5294
5297
  "reportConfigs": {
5295
5298
  "type": "array",
5296
- "max": 10,
5299
+ "maxItems": 10,
5297
5300
  "items": {
5298
5301
  "type": "object",
5299
5302
  "properties": {
@@ -5307,8 +5310,8 @@
5307
5310
  },
5308
5311
  "toEmail": {
5309
5312
  "type": "array",
5310
- "min": 1,
5311
- "max": 10,
5313
+ "minItems": 1,
5314
+ "maxItems": 10,
5312
5315
  "items": {
5313
5316
  "type": "string",
5314
5317
  "format": "email",
@@ -5333,6 +5336,10 @@
5333
5336
  "timezone": {
5334
5337
  "type": "string",
5335
5338
  "maxLength": 255
5339
+ },
5340
+ "locale": {
5341
+ "type": "string",
5342
+ "maxLength": 5
5336
5343
  }
5337
5344
  },
5338
5345
  "additionalProperties": false,
@@ -89,7 +89,7 @@
89
89
  "properties": {
90
90
  "directory": {
91
91
  "type": "string",
92
- "max": 255
92
+ "maxLength": 255
93
93
  },
94
94
  "mode": {
95
95
  "type": "string",
@@ -159,21 +159,21 @@
159
159
  "properties": {
160
160
  "bucket": {
161
161
  "type": "string",
162
- "max": 255
162
+ "maxLength": 255
163
163
  },
164
164
  "accessKeyId": {
165
165
  "type": "string",
166
- "min": 4,
167
- "max": 128
166
+ "minLength": 4,
167
+ "maxLength": 128
168
168
  },
169
169
  "secretAccessKey": {
170
170
  "type": "string",
171
- "min": 4,
172
- "max": 128
171
+ "minLength": 4,
172
+ "maxLength": 128
173
173
  },
174
174
  "region": {
175
175
  "type": "string",
176
- "max": 128
176
+ "maxLength": 128
177
177
  }
178
178
  },
179
179
  "required": [
@@ -199,7 +199,7 @@
199
199
  },
200
200
  "bucket": {
201
201
  "type": "string",
202
- "max": 255
202
+ "maxLength": 255
203
203
  }
204
204
  },
205
205
  "required": [
@@ -214,17 +214,17 @@
214
214
  "properties": {
215
215
  "account": {
216
216
  "type": "string",
217
- "min": 3,
218
- "max": 24
217
+ "minLength": 3,
218
+ "maxLength": 24
219
219
  },
220
220
  "accountKey": {
221
221
  "type": "string",
222
- "max": 255
222
+ "maxLength": 255
223
223
  },
224
224
  "bucket": {
225
225
  "type": "string",
226
- "min": 3,
227
- "max": 63
226
+ "minLength": 3,
227
+ "maxLength": 63
228
228
  }
229
229
  },
230
230
  "required": [
@@ -76,7 +76,7 @@
76
76
  "properties": {
77
77
  "directory": {
78
78
  "type": "string",
79
- "max": 255
79
+ "maxLength": 255
80
80
  },
81
81
  "mode": {
82
82
  "type": "string",
@@ -146,21 +146,21 @@
146
146
  "properties": {
147
147
  "bucket": {
148
148
  "type": "string",
149
- "max": 255
149
+ "maxLength": 255
150
150
  },
151
151
  "accessKeyId": {
152
152
  "type": "string",
153
- "min": 4,
154
- "max": 128
153
+ "minLength": 4,
154
+ "maxLength": 128
155
155
  },
156
156
  "secretAccessKey": {
157
157
  "type": "string",
158
- "min": 4,
159
- "max": 128
158
+ "minLength": 4,
159
+ "maxLength": 128
160
160
  },
161
161
  "region": {
162
162
  "type": "string",
163
- "max": 128
163
+ "maxLength": 128
164
164
  }
165
165
  },
166
166
  "required": [
@@ -186,7 +186,7 @@
186
186
  },
187
187
  "bucket": {
188
188
  "type": "string",
189
- "max": 255
189
+ "maxLength": 255
190
190
  }
191
191
  },
192
192
  "required": [
@@ -201,17 +201,17 @@
201
201
  "properties": {
202
202
  "account": {
203
203
  "type": "string",
204
- "min": 3,
205
- "max": 24
204
+ "minLength": 3,
205
+ "maxLength": 24
206
206
  },
207
207
  "accountKey": {
208
208
  "type": "string",
209
- "max": 255
209
+ "maxLength": 255
210
210
  },
211
211
  "bucket": {
212
212
  "type": "string",
213
- "min": 3,
214
- "max": 63
213
+ "minLength": 3,
214
+ "maxLength": 63
215
215
  }
216
216
  },
217
217
  "required": [