losant_rest 1.12.0 → 1.14.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (202) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +1 -1
  4. data/docs/_schemas.md +17509 -8097
  5. data/docs/application.md +6 -6
  6. data/docs/applicationApiTokens.md +1 -1
  7. data/docs/applications.md +1 -1
  8. data/docs/dataTable.md +1 -1
  9. data/docs/dataTableRows.md +1 -1
  10. data/docs/dataTables.md +1 -1
  11. data/docs/device.md +43 -0
  12. data/docs/devices.md +41 -2
  13. data/docs/edgeDeployment.md +49 -0
  14. data/docs/events.md +3 -3
  15. data/docs/experience.md +1 -1
  16. data/docs/experienceDomains.md +1 -1
  17. data/docs/experienceGroup.md +2 -0
  18. data/docs/experienceSlugs.md +1 -1
  19. data/docs/experienceVersion.md +3 -3
  20. data/docs/experienceVersions.md +2 -2
  21. data/docs/experienceView.md +4 -4
  22. data/docs/experienceViews.md +2 -2
  23. data/docs/file.md +5 -5
  24. data/docs/files.md +2 -2
  25. data/docs/flow.md +41 -0
  26. data/docs/flowVersions.md +44 -0
  27. data/docs/instance.md +168 -0
  28. data/docs/instanceApiToken.md +133 -0
  29. data/docs/instanceApiTokens.md +91 -0
  30. data/docs/instanceMember.md +133 -0
  31. data/docs/instanceMembers.md +91 -0
  32. data/docs/instanceOrg.md +135 -0
  33. data/docs/instanceOrgInvite.md +139 -0
  34. data/docs/instanceOrgInvites.md +96 -0
  35. data/docs/instanceOrgMember.md +139 -0
  36. data/docs/instanceOrgMembers.md +96 -0
  37. data/docs/instanceOrgs.md +91 -0
  38. data/docs/instances.md +50 -0
  39. data/docs/me.md +1 -1
  40. data/docs/org.md +1 -1
  41. data/docs/userApiToken.md +125 -0
  42. data/docs/userApiTokens.md +87 -0
  43. data/lib/losant_rest/application.rb +7 -7
  44. data/lib/losant_rest/application_api_token.rb +1 -1
  45. data/lib/losant_rest/application_api_tokens.rb +2 -2
  46. data/lib/losant_rest/application_certificate.rb +1 -1
  47. data/lib/losant_rest/application_certificate_authorities.rb +1 -1
  48. data/lib/losant_rest/application_certificate_authority.rb +1 -1
  49. data/lib/losant_rest/application_certificates.rb +1 -1
  50. data/lib/losant_rest/application_dashboard.rb +1 -1
  51. data/lib/losant_rest/application_dashboards.rb +1 -1
  52. data/lib/losant_rest/application_key.rb +1 -1
  53. data/lib/losant_rest/application_keys.rb +1 -1
  54. data/lib/losant_rest/application_template.rb +1 -1
  55. data/lib/losant_rest/application_templates.rb +1 -1
  56. data/lib/losant_rest/applications.rb +2 -2
  57. data/lib/losant_rest/audit_log.rb +1 -1
  58. data/lib/losant_rest/audit_logs.rb +1 -1
  59. data/lib/losant_rest/auth.rb +1 -1
  60. data/lib/losant_rest/client.rb +63 -3
  61. data/lib/losant_rest/dashboard.rb +1 -1
  62. data/lib/losant_rest/dashboards.rb +1 -1
  63. data/lib/losant_rest/data.rb +1 -1
  64. data/lib/losant_rest/data_table.rb +2 -2
  65. data/lib/losant_rest/data_table_row.rb +1 -1
  66. data/lib/losant_rest/data_table_rows.rb +2 -2
  67. data/lib/losant_rest/data_tables.rb +2 -2
  68. data/lib/losant_rest/device.rb +51 -1
  69. data/lib/losant_rest/device_recipe.rb +1 -1
  70. data/lib/losant_rest/device_recipes.rb +1 -1
  71. data/lib/losant_rest/devices.rb +49 -3
  72. data/lib/losant_rest/edge_deployment.rb +81 -0
  73. data/lib/losant_rest/edge_deployments.rb +1 -1
  74. data/lib/losant_rest/error.rb +1 -1
  75. data/lib/losant_rest/event.rb +1 -1
  76. data/lib/losant_rest/events.rb +4 -4
  77. data/lib/losant_rest/experience.rb +2 -2
  78. data/lib/losant_rest/experience_domain.rb +1 -1
  79. data/lib/losant_rest/experience_domains.rb +2 -2
  80. data/lib/losant_rest/experience_endpoint.rb +1 -1
  81. data/lib/losant_rest/experience_endpoints.rb +1 -1
  82. data/lib/losant_rest/experience_group.rb +5 -1
  83. data/lib/losant_rest/experience_groups.rb +1 -1
  84. data/lib/losant_rest/experience_slug.rb +1 -1
  85. data/lib/losant_rest/experience_slugs.rb +2 -2
  86. data/lib/losant_rest/experience_user.rb +1 -1
  87. data/lib/losant_rest/experience_users.rb +1 -1
  88. data/lib/losant_rest/experience_version.rb +4 -4
  89. data/lib/losant_rest/experience_versions.rb +3 -3
  90. data/lib/losant_rest/experience_view.rb +5 -5
  91. data/lib/losant_rest/experience_views.rb +3 -3
  92. data/lib/losant_rest/file.rb +5 -5
  93. data/lib/losant_rest/files.rb +3 -3
  94. data/lib/losant_rest/flow.rb +47 -1
  95. data/lib/losant_rest/flow_version.rb +1 -1
  96. data/lib/losant_rest/flow_versions.rb +51 -1
  97. data/lib/losant_rest/flows.rb +1 -1
  98. data/lib/losant_rest/instance.rb +227 -0
  99. data/lib/losant_rest/instance_api_token.rb +176 -0
  100. data/lib/losant_rest/instance_api_tokens.rb +136 -0
  101. data/lib/losant_rest/instance_member.rb +176 -0
  102. data/lib/losant_rest/instance_members.rb +134 -0
  103. data/lib/losant_rest/instance_org.rb +180 -0
  104. data/lib/losant_rest/instance_org_invite.rb +182 -0
  105. data/lib/losant_rest/instance_org_invites.rb +138 -0
  106. data/lib/losant_rest/instance_org_member.rb +182 -0
  107. data/lib/losant_rest/instance_org_members.rb +138 -0
  108. data/lib/losant_rest/instance_orgs.rb +139 -0
  109. data/lib/losant_rest/instances.rb +88 -0
  110. data/lib/losant_rest/integration.rb +1 -1
  111. data/lib/losant_rest/integrations.rb +1 -1
  112. data/lib/losant_rest/me.rb +2 -2
  113. data/lib/losant_rest/notebook.rb +1 -1
  114. data/lib/losant_rest/notebooks.rb +1 -1
  115. data/lib/losant_rest/org.rb +2 -2
  116. data/lib/losant_rest/org_invites.rb +1 -1
  117. data/lib/losant_rest/orgs.rb +1 -1
  118. data/lib/losant_rest/user_api_token.rb +170 -0
  119. data/lib/losant_rest/user_api_tokens.rb +132 -0
  120. data/lib/losant_rest/utils.rb +1 -1
  121. data/lib/losant_rest/version.rb +2 -2
  122. data/lib/losant_rest/webhook.rb +1 -1
  123. data/lib/losant_rest/webhooks.rb +1 -1
  124. data/lib/losant_rest.rb +16 -1
  125. data/schemas/advancedDeviceQuery.json +309 -0
  126. data/schemas/apiToken.json +2 -1
  127. data/schemas/apiTokenPost.json +431 -0
  128. data/schemas/apiTokens.json +4 -2
  129. data/schemas/applicationApiTokenPost.json +1 -0
  130. data/schemas/applicationDashboardPost.json +39 -17
  131. data/schemas/auditLog.json +4 -0
  132. data/schemas/auditLogFilter.json +4 -0
  133. data/schemas/auditLogs.json +4 -0
  134. data/schemas/bulkDeleteResponse.json +12 -0
  135. data/schemas/dashboard.json +39 -17
  136. data/schemas/dashboardPatch.json +39 -17
  137. data/schemas/dashboardPost.json +39 -17
  138. data/schemas/dashboardSendReport.json +4 -0
  139. data/schemas/dashboards.json +39 -17
  140. data/schemas/dataTableRowsDelete.json +1 -1
  141. data/schemas/devicePayloadCounts.json +24 -0
  142. data/schemas/devicesDeletePost.json +309 -0
  143. data/schemas/devicesExportPayloadCountPost.json +1350 -0
  144. data/schemas/devicesExportPost.json +309 -0
  145. data/schemas/devicesPatch.json +309 -0
  146. data/schemas/devicesRemoveDataPost.json +309 -0
  147. data/schemas/edgeDeployment.json +16 -0
  148. data/schemas/edgeDeployments.json +16 -0
  149. data/schemas/eventsDeleted.json +1 -1
  150. data/schemas/experienceGroup.json +6 -0
  151. data/schemas/experienceGroups.json +6 -0
  152. data/schemas/experienceLinkedResources.json +381 -6
  153. data/schemas/filePost.json +8 -2
  154. data/schemas/flow.json +127 -2
  155. data/schemas/flowPatch.json +127 -2
  156. data/schemas/flowPost.json +127 -2
  157. data/schemas/flowStorageMetadata.json +13 -0
  158. data/schemas/flowVersion.json +254 -4
  159. data/schemas/flowVersionPost.json +127 -2
  160. data/schemas/flowVersions.json +254 -4
  161. data/schemas/flowVersionsDeletePost.json +941 -0
  162. data/schemas/flows.json +127 -2
  163. data/schemas/flowsImportPost.json +254 -4
  164. data/schemas/flowsImportResult.json +381 -6
  165. data/schemas/githubLogin.json +64 -11
  166. data/schemas/historicalSummaries.json +43 -0
  167. data/schemas/historicalSummary.json +490 -0
  168. data/schemas/instance.json +60 -0
  169. data/schemas/instanceMember.json +41 -0
  170. data/schemas/instanceMemberPatch.json +17 -0
  171. data/schemas/instanceMemberPost.json +37 -0
  172. data/schemas/instanceMembers.json +77 -0
  173. data/schemas/instanceOrg.json +14 -0
  174. data/schemas/instanceOrgMember.json +45 -0
  175. data/schemas/instanceOrgMemberPatch.json +69 -0
  176. data/schemas/instanceOrgMemberPost.json +161 -0
  177. data/schemas/instanceOrgMembers.json +42 -0
  178. data/schemas/instanceOrgPatch.json +19 -0
  179. data/schemas/instanceOrgPost.json +177 -0
  180. data/schemas/instanceOrgs.json +18 -0
  181. data/schemas/instancePatch.json +67 -0
  182. data/schemas/instanceReportOptionsPost.json +41 -0
  183. data/schemas/me.json +30 -14
  184. data/schemas/multiDeviceCommand.json +309 -0
  185. data/schemas/notebook.json +45 -0
  186. data/schemas/notebookPatch.json +30 -0
  187. data/schemas/notebookPost.json +30 -0
  188. data/schemas/notebooks.json +45 -0
  189. data/schemas/org.json +30 -14
  190. data/schemas/orgInvite.json +90 -0
  191. data/schemas/orgInviteCollection.json +130 -0
  192. data/schemas/orgInvites.json +82 -77
  193. data/schemas/orgPatch.json +0 -9
  194. data/schemas/orgRoleInfo.json +69 -0
  195. data/schemas/orgs.json +30 -14
  196. data/schemas/payloadStats.json +126 -0
  197. data/schemas/userCredentials.json +64 -11
  198. data/schemas/userPost.json +64 -11
  199. data/schemas/validateContextError.json +34 -0
  200. data/schemas/validateContextSuccess.json +34 -0
  201. data/schemas/virtualButtonPress.json +4 -0
  202. metadata +55 -3
@@ -242,6 +242,7 @@
242
242
  "flow.patch",
243
243
  "flow.pressVirtualButton",
244
244
  "flow.setStorageEntry",
245
+ "flow.getStorageEntriesMetadata",
245
246
  "flow.stats",
246
247
  "flows.get",
247
248
  "flows.getByVersion",
@@ -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
  },
@@ -928,8 +928,26 @@
928
928
  "maxLength": 48
929
929
  },
930
930
  "type": {
931
+ "oneOf": [
932
+ {
933
+ "type": "string",
934
+ "pattern": "^[0-9a-zA-Z_-]{1,255}$"
935
+ },
936
+ {
937
+ "type": "string",
938
+ "enum": [
939
+ "$custom"
940
+ ]
941
+ }
942
+ ]
943
+ },
944
+ "headerTemplate": {
931
945
  "type": "string",
932
- "pattern": "^[0-9a-zA-Z_-]{1,255}$"
946
+ "maxLength": 1024
947
+ },
948
+ "rowTemplate": {
949
+ "type": "string",
950
+ "maxLength": 32767
933
951
  }
934
952
  },
935
953
  "additionalProperties": false
@@ -1564,7 +1582,7 @@
1564
1582
  },
1565
1583
  {
1566
1584
  "type": "string",
1567
- "maxLength": 64
1585
+ "maxLength": 128
1568
1586
  }
1569
1587
  ]
1570
1588
  },
@@ -1575,7 +1593,7 @@
1575
1593
  },
1576
1594
  {
1577
1595
  "type": "string",
1578
- "maxLength": 64
1596
+ "maxLength": 128
1579
1597
  }
1580
1598
  ]
1581
1599
  },
@@ -1596,7 +1614,7 @@
1596
1614
  },
1597
1615
  {
1598
1616
  "type": "string",
1599
- "maxLength": 64
1617
+ "maxLength": 128
1600
1618
  }
1601
1619
  ]
1602
1620
  },
@@ -2059,7 +2077,7 @@
2059
2077
  },
2060
2078
  {
2061
2079
  "type": "string",
2062
- "maxLength": 64
2080
+ "maxLength": 128
2063
2081
  }
2064
2082
  ]
2065
2083
  },
@@ -2070,7 +2088,7 @@
2070
2088
  },
2071
2089
  {
2072
2090
  "type": "string",
2073
- "maxLength": 64
2091
+ "maxLength": 128
2074
2092
  }
2075
2093
  ]
2076
2094
  },
@@ -2217,7 +2235,7 @@
2217
2235
  },
2218
2236
  {
2219
2237
  "type": "string",
2220
- "maxLength": 64
2238
+ "maxLength": 128
2221
2239
  }
2222
2240
  ]
2223
2241
  },
@@ -2992,7 +3010,7 @@
2992
3010
  },
2993
3011
  {
2994
3012
  "type": "string",
2995
- "maxLength": 64
3013
+ "maxLength": 128
2996
3014
  }
2997
3015
  ]
2998
3016
  },
@@ -3003,7 +3021,7 @@
3003
3021
  },
3004
3022
  {
3005
3023
  "type": "string",
3006
- "maxLength": 64
3024
+ "maxLength": 128
3007
3025
  }
3008
3026
  ]
3009
3027
  },
@@ -3611,7 +3629,7 @@
3611
3629
  },
3612
3630
  {
3613
3631
  "type": "string",
3614
- "maxLength": 64
3632
+ "maxLength": 128
3615
3633
  }
3616
3634
  ]
3617
3635
  },
@@ -3622,7 +3640,7 @@
3622
3640
  },
3623
3641
  {
3624
3642
  "type": "string",
3625
- "maxLength": 64
3643
+ "maxLength": 128
3626
3644
  }
3627
3645
  ]
3628
3646
  },
@@ -3633,7 +3651,7 @@
3633
3651
  },
3634
3652
  {
3635
3653
  "type": "string",
3636
- "maxLength": 64
3654
+ "maxLength": 128
3637
3655
  }
3638
3656
  ]
3639
3657
  },
@@ -3644,7 +3662,7 @@
3644
3662
  },
3645
3663
  {
3646
3664
  "type": "string",
3647
- "maxLength": 64
3665
+ "maxLength": 128
3648
3666
  }
3649
3667
  ]
3650
3668
  }
@@ -4491,7 +4509,7 @@
4491
4509
  },
4492
4510
  {
4493
4511
  "type": "string",
4494
- "maxLength": 64
4512
+ "maxLength": 128
4495
4513
  }
4496
4514
  ]
4497
4515
  },
@@ -5002,7 +5020,7 @@
5002
5020
  },
5003
5021
  {
5004
5022
  "type": "string",
5005
- "maxLength": 64
5023
+ "maxLength": 128
5006
5024
  }
5007
5025
  ]
5008
5026
  },
@@ -5315,6 +5333,10 @@
5315
5333
  "timezone": {
5316
5334
  "type": "string",
5317
5335
  "maxLength": 255
5336
+ },
5337
+ "locale": {
5338
+ "type": "string",
5339
+ "maxLength": 5
5318
5340
  }
5319
5341
  },
5320
5342
  "additionalProperties": false,
@@ -42,7 +42,10 @@
42
42
  "type": "string",
43
43
  "enum": [
44
44
  "ApiToken",
45
+ "ApplicationCertificateAuthority",
46
+ "ApplicationCertificate",
45
47
  "ApplicationKey",
48
+ "Dashboard",
46
49
  "DataTable",
47
50
  "Device",
48
51
  "DeviceRecipe",
@@ -57,6 +60,7 @@
57
60
  "File",
58
61
  "Flow",
59
62
  "Integration",
63
+ "Notebook",
60
64
  "Webhook"
61
65
  ]
62
66
  },
@@ -40,7 +40,10 @@
40
40
  "type": "string",
41
41
  "enum": [
42
42
  "ApiToken",
43
+ "ApplicationCertificateAuthority",
44
+ "ApplicationCertificate",
43
45
  "ApplicationKey",
46
+ "Dashboard",
44
47
  "DataTable",
45
48
  "Device",
46
49
  "DeviceRecipe",
@@ -55,6 +58,7 @@
55
58
  "File",
56
59
  "Flow",
57
60
  "Integration",
61
+ "Notebook",
58
62
  "Webhook"
59
63
  ]
60
64
  },
@@ -49,7 +49,10 @@
49
49
  "type": "string",
50
50
  "enum": [
51
51
  "ApiToken",
52
+ "ApplicationCertificateAuthority",
53
+ "ApplicationCertificate",
52
54
  "ApplicationKey",
55
+ "Dashboard",
53
56
  "DataTable",
54
57
  "Device",
55
58
  "DeviceRecipe",
@@ -64,6 +67,7 @@
64
67
  "File",
65
68
  "Flow",
66
69
  "Integration",
70
+ "Notebook",
67
71
  "Webhook"
68
72
  ]
69
73
  },
@@ -0,0 +1,12 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-04/schema#",
3
+ "type": "object",
4
+ "properties": {
5
+ "removed": {
6
+ "type": "number"
7
+ },
8
+ "failed": {
9
+ "type": "number"
10
+ }
11
+ }
12
+ }
@@ -116,6 +116,10 @@
116
116
  "timezone": {
117
117
  "type": "string",
118
118
  "maxLength": 255
119
+ },
120
+ "locale": {
121
+ "type": "string",
122
+ "maxLength": 5
119
123
  }
120
124
  },
121
125
  "additionalProperties": false,
@@ -248,7 +252,7 @@
248
252
  },
249
253
  {
250
254
  "type": "string",
251
- "maxLength": 64
255
+ "maxLength": 128
252
256
  }
253
257
  ]
254
258
  },
@@ -259,7 +263,7 @@
259
263
  },
260
264
  {
261
265
  "type": "string",
262
- "maxLength": 64
266
+ "maxLength": 128
263
267
  }
264
268
  ]
265
269
  },
@@ -1046,8 +1050,26 @@
1046
1050
  "maxLength": 48
1047
1051
  },
1048
1052
  "type": {
1053
+ "oneOf": [
1054
+ {
1055
+ "type": "string",
1056
+ "pattern": "^[0-9a-zA-Z_-]{1,255}$"
1057
+ },
1058
+ {
1059
+ "type": "string",
1060
+ "enum": [
1061
+ "$custom"
1062
+ ]
1063
+ }
1064
+ ]
1065
+ },
1066
+ "headerTemplate": {
1049
1067
  "type": "string",
1050
- "pattern": "^[0-9a-zA-Z_-]{1,255}$"
1068
+ "maxLength": 1024
1069
+ },
1070
+ "rowTemplate": {
1071
+ "type": "string",
1072
+ "maxLength": 32767
1051
1073
  }
1052
1074
  },
1053
1075
  "additionalProperties": false
@@ -1682,7 +1704,7 @@
1682
1704
  },
1683
1705
  {
1684
1706
  "type": "string",
1685
- "maxLength": 64
1707
+ "maxLength": 128
1686
1708
  }
1687
1709
  ]
1688
1710
  },
@@ -1693,7 +1715,7 @@
1693
1715
  },
1694
1716
  {
1695
1717
  "type": "string",
1696
- "maxLength": 64
1718
+ "maxLength": 128
1697
1719
  }
1698
1720
  ]
1699
1721
  },
@@ -1714,7 +1736,7 @@
1714
1736
  },
1715
1737
  {
1716
1738
  "type": "string",
1717
- "maxLength": 64
1739
+ "maxLength": 128
1718
1740
  }
1719
1741
  ]
1720
1742
  },
@@ -2177,7 +2199,7 @@
2177
2199
  },
2178
2200
  {
2179
2201
  "type": "string",
2180
- "maxLength": 64
2202
+ "maxLength": 128
2181
2203
  }
2182
2204
  ]
2183
2205
  },
@@ -2188,7 +2210,7 @@
2188
2210
  },
2189
2211
  {
2190
2212
  "type": "string",
2191
- "maxLength": 64
2213
+ "maxLength": 128
2192
2214
  }
2193
2215
  ]
2194
2216
  },
@@ -2335,7 +2357,7 @@
2335
2357
  },
2336
2358
  {
2337
2359
  "type": "string",
2338
- "maxLength": 64
2360
+ "maxLength": 128
2339
2361
  }
2340
2362
  ]
2341
2363
  },
@@ -3110,7 +3132,7 @@
3110
3132
  },
3111
3133
  {
3112
3134
  "type": "string",
3113
- "maxLength": 64
3135
+ "maxLength": 128
3114
3136
  }
3115
3137
  ]
3116
3138
  },
@@ -3121,7 +3143,7 @@
3121
3143
  },
3122
3144
  {
3123
3145
  "type": "string",
3124
- "maxLength": 64
3146
+ "maxLength": 128
3125
3147
  }
3126
3148
  ]
3127
3149
  },
@@ -3729,7 +3751,7 @@
3729
3751
  },
3730
3752
  {
3731
3753
  "type": "string",
3732
- "maxLength": 64
3754
+ "maxLength": 128
3733
3755
  }
3734
3756
  ]
3735
3757
  },
@@ -3740,7 +3762,7 @@
3740
3762
  },
3741
3763
  {
3742
3764
  "type": "string",
3743
- "maxLength": 64
3765
+ "maxLength": 128
3744
3766
  }
3745
3767
  ]
3746
3768
  },
@@ -3751,7 +3773,7 @@
3751
3773
  },
3752
3774
  {
3753
3775
  "type": "string",
3754
- "maxLength": 64
3776
+ "maxLength": 128
3755
3777
  }
3756
3778
  ]
3757
3779
  },
@@ -3762,7 +3784,7 @@
3762
3784
  },
3763
3785
  {
3764
3786
  "type": "string",
3765
- "maxLength": 64
3787
+ "maxLength": 128
3766
3788
  }
3767
3789
  ]
3768
3790
  }
@@ -4609,7 +4631,7 @@
4609
4631
  },
4610
4632
  {
4611
4633
  "type": "string",
4612
- "maxLength": 64
4634
+ "maxLength": 128
4613
4635
  }
4614
4636
  ]
4615
4637
  },
@@ -5120,7 +5142,7 @@
5120
5142
  },
5121
5143
  {
5122
5144
  "type": "string",
5123
- "maxLength": 64
5145
+ "maxLength": 128
5124
5146
  }
5125
5147
  ]
5126
5148
  },
@@ -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
  },
@@ -928,8 +928,26 @@
928
928
  "maxLength": 48
929
929
  },
930
930
  "type": {
931
+ "oneOf": [
932
+ {
933
+ "type": "string",
934
+ "pattern": "^[0-9a-zA-Z_-]{1,255}$"
935
+ },
936
+ {
937
+ "type": "string",
938
+ "enum": [
939
+ "$custom"
940
+ ]
941
+ }
942
+ ]
943
+ },
944
+ "headerTemplate": {
931
945
  "type": "string",
932
- "pattern": "^[0-9a-zA-Z_-]{1,255}$"
946
+ "maxLength": 1024
947
+ },
948
+ "rowTemplate": {
949
+ "type": "string",
950
+ "maxLength": 32767
933
951
  }
934
952
  },
935
953
  "additionalProperties": false
@@ -1564,7 +1582,7 @@
1564
1582
  },
1565
1583
  {
1566
1584
  "type": "string",
1567
- "maxLength": 64
1585
+ "maxLength": 128
1568
1586
  }
1569
1587
  ]
1570
1588
  },
@@ -1575,7 +1593,7 @@
1575
1593
  },
1576
1594
  {
1577
1595
  "type": "string",
1578
- "maxLength": 64
1596
+ "maxLength": 128
1579
1597
  }
1580
1598
  ]
1581
1599
  },
@@ -1596,7 +1614,7 @@
1596
1614
  },
1597
1615
  {
1598
1616
  "type": "string",
1599
- "maxLength": 64
1617
+ "maxLength": 128
1600
1618
  }
1601
1619
  ]
1602
1620
  },
@@ -2059,7 +2077,7 @@
2059
2077
  },
2060
2078
  {
2061
2079
  "type": "string",
2062
- "maxLength": 64
2080
+ "maxLength": 128
2063
2081
  }
2064
2082
  ]
2065
2083
  },
@@ -2070,7 +2088,7 @@
2070
2088
  },
2071
2089
  {
2072
2090
  "type": "string",
2073
- "maxLength": 64
2091
+ "maxLength": 128
2074
2092
  }
2075
2093
  ]
2076
2094
  },
@@ -2217,7 +2235,7 @@
2217
2235
  },
2218
2236
  {
2219
2237
  "type": "string",
2220
- "maxLength": 64
2238
+ "maxLength": 128
2221
2239
  }
2222
2240
  ]
2223
2241
  },
@@ -2992,7 +3010,7 @@
2992
3010
  },
2993
3011
  {
2994
3012
  "type": "string",
2995
- "maxLength": 64
3013
+ "maxLength": 128
2996
3014
  }
2997
3015
  ]
2998
3016
  },
@@ -3003,7 +3021,7 @@
3003
3021
  },
3004
3022
  {
3005
3023
  "type": "string",
3006
- "maxLength": 64
3024
+ "maxLength": 128
3007
3025
  }
3008
3026
  ]
3009
3027
  },
@@ -3611,7 +3629,7 @@
3611
3629
  },
3612
3630
  {
3613
3631
  "type": "string",
3614
- "maxLength": 64
3632
+ "maxLength": 128
3615
3633
  }
3616
3634
  ]
3617
3635
  },
@@ -3622,7 +3640,7 @@
3622
3640
  },
3623
3641
  {
3624
3642
  "type": "string",
3625
- "maxLength": 64
3643
+ "maxLength": 128
3626
3644
  }
3627
3645
  ]
3628
3646
  },
@@ -3633,7 +3651,7 @@
3633
3651
  },
3634
3652
  {
3635
3653
  "type": "string",
3636
- "maxLength": 64
3654
+ "maxLength": 128
3637
3655
  }
3638
3656
  ]
3639
3657
  },
@@ -3644,7 +3662,7 @@
3644
3662
  },
3645
3663
  {
3646
3664
  "type": "string",
3647
- "maxLength": 64
3665
+ "maxLength": 128
3648
3666
  }
3649
3667
  ]
3650
3668
  }
@@ -4491,7 +4509,7 @@
4491
4509
  },
4492
4510
  {
4493
4511
  "type": "string",
4494
- "maxLength": 64
4512
+ "maxLength": 128
4495
4513
  }
4496
4514
  ]
4497
4515
  },
@@ -5002,7 +5020,7 @@
5002
5020
  },
5003
5021
  {
5004
5022
  "type": "string",
5005
- "maxLength": 64
5023
+ "maxLength": 128
5006
5024
  }
5007
5025
  ]
5008
5026
  },
@@ -5299,6 +5317,10 @@
5299
5317
  "timezone": {
5300
5318
  "type": "string",
5301
5319
  "maxLength": 255
5320
+ },
5321
+ "locale": {
5322
+ "type": "string",
5323
+ "maxLength": 5
5302
5324
  }
5303
5325
  },
5304
5326
  "additionalProperties": false,