losant_rest 1.9.1 → 1.10.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (166) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE +1 -1
  3. data/README.md +1 -1
  4. data/docs/_schemas.md +41608 -19945
  5. data/docs/application.md +168 -4
  6. data/docs/applicationTemplates.md +50 -0
  7. data/docs/applications.md +46 -0
  8. data/docs/auth.md +72 -0
  9. data/docs/device.md +1 -0
  10. data/docs/devices.md +89 -2
  11. data/docs/experienceEndpoint.md +43 -0
  12. data/docs/experienceEndpoints.md +1 -1
  13. data/docs/experienceView.md +43 -0
  14. data/lib/losant_rest.rb +2 -1
  15. data/lib/losant_rest/application.rb +144 -5
  16. data/lib/losant_rest/application_api_token.rb +1 -1
  17. data/lib/losant_rest/application_api_tokens.rb +1 -1
  18. data/lib/losant_rest/application_certificate.rb +1 -1
  19. data/lib/losant_rest/application_certificate_authorities.rb +1 -1
  20. data/lib/losant_rest/application_certificate_authority.rb +1 -1
  21. data/lib/losant_rest/application_certificates.rb +1 -1
  22. data/lib/losant_rest/application_key.rb +1 -1
  23. data/lib/losant_rest/application_keys.rb +1 -1
  24. data/lib/losant_rest/application_templates.rb +88 -0
  25. data/lib/losant_rest/applications.rb +1 -1
  26. data/lib/losant_rest/audit_log.rb +1 -1
  27. data/lib/losant_rest/audit_logs.rb +1 -1
  28. data/lib/losant_rest/auth.rb +85 -1
  29. data/lib/losant_rest/client.rb +7 -3
  30. data/lib/losant_rest/dashboard.rb +1 -1
  31. data/lib/losant_rest/dashboards.rb +1 -1
  32. data/lib/losant_rest/data.rb +1 -1
  33. data/lib/losant_rest/data_table.rb +1 -1
  34. data/lib/losant_rest/data_table_row.rb +1 -1
  35. data/lib/losant_rest/data_table_rows.rb +1 -1
  36. data/lib/losant_rest/data_tables.rb +1 -1
  37. data/lib/losant_rest/device.rb +3 -1
  38. data/lib/losant_rest/device_recipe.rb +1 -1
  39. data/lib/losant_rest/device_recipes.rb +1 -1
  40. data/lib/losant_rest/devices.rb +105 -3
  41. data/lib/losant_rest/edge_deployments.rb +1 -1
  42. data/lib/losant_rest/error.rb +1 -1
  43. data/lib/losant_rest/event.rb +1 -1
  44. data/lib/losant_rest/events.rb +1 -1
  45. data/lib/losant_rest/experience.rb +1 -1
  46. data/lib/losant_rest/experience_domain.rb +1 -1
  47. data/lib/losant_rest/experience_domains.rb +1 -1
  48. data/lib/losant_rest/experience_endpoint.rb +51 -1
  49. data/lib/losant_rest/experience_endpoints.rb +1 -1
  50. data/lib/losant_rest/experience_group.rb +1 -1
  51. data/lib/losant_rest/experience_groups.rb +1 -1
  52. data/lib/losant_rest/experience_slug.rb +1 -1
  53. data/lib/losant_rest/experience_slugs.rb +1 -1
  54. data/lib/losant_rest/experience_user.rb +1 -1
  55. data/lib/losant_rest/experience_users.rb +1 -1
  56. data/lib/losant_rest/experience_version.rb +1 -1
  57. data/lib/losant_rest/experience_versions.rb +1 -1
  58. data/lib/losant_rest/experience_view.rb +51 -1
  59. data/lib/losant_rest/experience_views.rb +1 -1
  60. data/lib/losant_rest/file.rb +1 -1
  61. data/lib/losant_rest/files.rb +1 -1
  62. data/lib/losant_rest/flow.rb +1 -1
  63. data/lib/losant_rest/flow_version.rb +1 -1
  64. data/lib/losant_rest/flow_versions.rb +1 -1
  65. data/lib/losant_rest/flows.rb +1 -1
  66. data/lib/losant_rest/integration.rb +1 -1
  67. data/lib/losant_rest/integrations.rb +1 -1
  68. data/lib/losant_rest/me.rb +1 -1
  69. data/lib/losant_rest/notebook.rb +1 -1
  70. data/lib/losant_rest/notebooks.rb +1 -1
  71. data/lib/losant_rest/org.rb +1 -1
  72. data/lib/losant_rest/org_invites.rb +1 -1
  73. data/lib/losant_rest/orgs.rb +1 -1
  74. data/lib/losant_rest/utils.rb +1 -1
  75. data/lib/losant_rest/version.rb +2 -2
  76. data/lib/losant_rest/webhook.rb +1 -1
  77. data/lib/losant_rest/webhooks.rb +1 -1
  78. data/schemas/advancedDeviceQuery.json +1018 -0
  79. data/schemas/advancedEventQuery.json +382 -13
  80. data/schemas/advancedQuery.json +37 -3
  81. data/schemas/application.json +10 -5
  82. data/schemas/applicationApiTokenPost.json +6 -0
  83. data/schemas/applicationCertificate.json +34 -0
  84. data/schemas/applicationCertificatePatch.json +34 -0
  85. data/schemas/applicationCertificatePost.json +34 -0
  86. data/schemas/applicationCertificates.json +34 -0
  87. data/schemas/{applicationCloneResult.json → applicationCreationByTemplateResult.json} +21 -8
  88. data/schemas/applicationExportPost.json +24 -0
  89. data/schemas/applicationExportResult.json +10 -0
  90. data/schemas/applicationKey.json +34 -0
  91. data/schemas/applicationKeyPatch.json +34 -0
  92. data/schemas/applicationKeyPost.json +34 -0
  93. data/schemas/applicationKeyPostResponse.json +34 -0
  94. data/schemas/applicationKeys.json +34 -0
  95. data/schemas/applicationPatch.json +10 -5
  96. data/schemas/applicationPost.json +14 -5
  97. data/schemas/applicationReadme.json +29 -0
  98. data/schemas/applicationReadmePatch.json +11 -0
  99. data/schemas/applicationTemplate.json +99 -0
  100. data/schemas/applicationTemplates.json +140 -0
  101. data/schemas/applications.json +10 -5
  102. data/schemas/authedDevice.json +34 -0
  103. data/schemas/dashboard.json +1228 -144
  104. data/schemas/dashboardPatch.json +1228 -144
  105. data/schemas/dashboardPost.json +1228 -144
  106. data/schemas/dashboards.json +1228 -144
  107. data/schemas/dataExport.json +11 -0
  108. data/schemas/dataTableRows.json +3 -0
  109. data/schemas/dataTableRowsExport.json +37 -3
  110. data/schemas/device.json +16 -3
  111. data/schemas/devicePatch.json +16 -3
  112. data/schemas/devicePost.json +16 -3
  113. data/schemas/deviceRecipe.json +16 -3
  114. data/schemas/deviceRecipePatch.json +16 -3
  115. data/schemas/deviceRecipePost.json +16 -3
  116. data/schemas/deviceRecipes.json +16 -3
  117. data/schemas/devices.json +19 -3
  118. data/schemas/devicesDataRemoved.json +12 -0
  119. data/schemas/devicesDeletePost.json +1034 -0
  120. data/schemas/devicesDeleted.json +12 -0
  121. data/schemas/devicesExportPost.json +1035 -0
  122. data/schemas/devicesPatch.json +1773 -7
  123. data/schemas/devicesRemoveDataPost.json +1056 -0
  124. data/schemas/devicesUpdated.json +18 -0
  125. data/schemas/events.json +1 -816
  126. data/schemas/eventsExport.json +382 -13
  127. data/schemas/experienceGroup.json +7 -0
  128. data/schemas/experienceGroupPatch.json +7 -0
  129. data/schemas/experienceGroupPost.json +7 -0
  130. data/schemas/experienceGroups.json +7 -0
  131. data/schemas/experienceLinkedResources.json +6659 -0
  132. data/schemas/flow.json +103 -1
  133. data/schemas/flowPatch.json +103 -1
  134. data/schemas/flowPost.json +103 -1
  135. data/schemas/flowVersion.json +206 -2
  136. data/schemas/flowVersionPost.json +103 -1
  137. data/schemas/flowVersions.json +206 -2
  138. data/schemas/flows.json +103 -1
  139. data/schemas/flowsImportPost.json +206 -2
  140. data/schemas/flowsImportResult.json +309 -3
  141. data/schemas/githubLogin.json +9 -0
  142. data/schemas/integration.json +4 -4
  143. data/schemas/integrationPatch.json +4 -4
  144. data/schemas/integrationPost.json +4 -4
  145. data/schemas/integrations.json +4 -4
  146. data/schemas/{applicationCloneEnqueued.json → jobEnqueuedResult.json} +0 -0
  147. data/schemas/me.json +3 -0
  148. data/schemas/multiDeviceCommand.json +1019 -0
  149. data/schemas/notebook.json +207 -35
  150. data/schemas/notebookDataExportOptions.json +4 -0
  151. data/schemas/notebookExecutionLogs.json +4 -0
  152. data/schemas/notebookExecutionOptions.json +4 -0
  153. data/schemas/notebookPatch.json +207 -35
  154. data/schemas/notebookPost.json +207 -35
  155. data/schemas/notebooks.json +207 -35
  156. data/schemas/org.json +8 -0
  157. data/schemas/orgPatch.json +9 -0
  158. data/schemas/orgs.json +8 -0
  159. data/schemas/samlResponse.json +21 -0
  160. data/schemas/ssoRequest.json +20 -0
  161. data/schemas/timeSeriesData.json +91 -12
  162. data/schemas/timeSeriesQuery.json +21 -12
  163. data/schemas/userCredentials.json +9 -0
  164. data/schemas/userPost.json +9 -0
  165. data/schemas/{validationCloneErrors.json → validationErrors.json} +9 -2
  166. metadata +24 -7
@@ -77,7 +77,6 @@
77
77
  "deviceIdDisconnect",
78
78
  "deviceTagDisconnect",
79
79
  "integration",
80
- "mqttTopic",
81
80
  "notebook",
82
81
  "onBoot",
83
82
  "onConnect",
@@ -1023,6 +1022,109 @@
1023
1022
  ],
1024
1023
  "additionalProperties": false
1025
1024
  },
1025
+ {
1026
+ "type": "object",
1027
+ "properties": {
1028
+ "key": {
1029
+ "type": "string",
1030
+ "maxLength": 1024
1031
+ },
1032
+ "type": {
1033
+ "type": "string",
1034
+ "enum": [
1035
+ "mqttTopic"
1036
+ ]
1037
+ },
1038
+ "config": {
1039
+ "type": "object",
1040
+ "properties": {
1041
+ "integrationId": {
1042
+ "type": "string",
1043
+ "enum": [
1044
+ "losant",
1045
+ "local"
1046
+ ]
1047
+ }
1048
+ },
1049
+ "additionalProperties": false
1050
+ },
1051
+ "meta": {
1052
+ "type": "object",
1053
+ "properties": {
1054
+ "category": {
1055
+ "type": "string",
1056
+ "enum": [
1057
+ "trigger"
1058
+ ]
1059
+ },
1060
+ "name": {
1061
+ "type": "string",
1062
+ "enum": [
1063
+ "mqtt"
1064
+ ]
1065
+ },
1066
+ "label": {
1067
+ "type": "string",
1068
+ "minLength": 1,
1069
+ "maxLength": 255
1070
+ },
1071
+ "x": {
1072
+ "type": "number"
1073
+ },
1074
+ "y": {
1075
+ "type": "number"
1076
+ },
1077
+ "uiId": {
1078
+ "type": "string",
1079
+ "maxLength": 48
1080
+ },
1081
+ "description": {
1082
+ "type": "string",
1083
+ "maxLength": 32767
1084
+ },
1085
+ "icon": {
1086
+ "type": "string",
1087
+ "maxLength": 1024
1088
+ },
1089
+ "color": {
1090
+ "type": "string",
1091
+ "maxLength": 1024
1092
+ },
1093
+ "inputCount": {
1094
+ "type": "number"
1095
+ },
1096
+ "outputCount": {
1097
+ "type": "number"
1098
+ },
1099
+ "triggerId": {
1100
+ "type": "string",
1101
+ "maxLength": 48
1102
+ },
1103
+ "id": {
1104
+ "type": "string",
1105
+ "maxLength": 48
1106
+ }
1107
+ },
1108
+ "additionalProperties": false
1109
+ },
1110
+ "outputIds": {
1111
+ "type": "array",
1112
+ "items": {
1113
+ "type": "array",
1114
+ "items": {
1115
+ "type": "string",
1116
+ "maxLength": 255
1117
+ },
1118
+ "maxItems": 100
1119
+ },
1120
+ "maxItems": 100
1121
+ }
1122
+ },
1123
+ "required": [
1124
+ "type"
1125
+ ],
1126
+ "additionalProperties": false
1127
+ },
1026
1128
  {
1027
1129
  "type": "object",
1028
1130
  "properties": {
@@ -58,7 +58,6 @@
58
58
  "deviceIdDisconnect",
59
59
  "deviceTagDisconnect",
60
60
  "integration",
61
- "mqttTopic",
62
61
  "notebook",
63
62
  "onBoot",
64
63
  "onConnect",
@@ -1004,6 +1003,109 @@
1004
1003
  ],
1005
1004
  "additionalProperties": false
1006
1005
  },
1006
+ {
1007
+ "type": "object",
1008
+ "properties": {
1009
+ "key": {
1010
+ "type": "string",
1011
+ "maxLength": 1024
1012
+ },
1013
+ "type": {
1014
+ "type": "string",
1015
+ "enum": [
1016
+ "mqttTopic"
1017
+ ]
1018
+ },
1019
+ "config": {
1020
+ "type": "object",
1021
+ "properties": {
1022
+ "integrationId": {
1023
+ "type": "string",
1024
+ "enum": [
1025
+ "losant",
1026
+ "local"
1027
+ ]
1028
+ }
1029
+ },
1030
+ "additionalProperties": false
1031
+ },
1032
+ "meta": {
1033
+ "type": "object",
1034
+ "properties": {
1035
+ "category": {
1036
+ "type": "string",
1037
+ "enum": [
1038
+ "trigger"
1039
+ ]
1040
+ },
1041
+ "name": {
1042
+ "type": "string",
1043
+ "enum": [
1044
+ "mqtt"
1045
+ ]
1046
+ },
1047
+ "label": {
1048
+ "type": "string",
1049
+ "minLength": 1,
1050
+ "maxLength": 255
1051
+ },
1052
+ "x": {
1053
+ "type": "number"
1054
+ },
1055
+ "y": {
1056
+ "type": "number"
1057
+ },
1058
+ "uiId": {
1059
+ "type": "string",
1060
+ "maxLength": 48
1061
+ },
1062
+ "description": {
1063
+ "type": "string",
1064
+ "maxLength": 32767
1065
+ },
1066
+ "icon": {
1067
+ "type": "string",
1068
+ "maxLength": 1024
1069
+ },
1070
+ "color": {
1071
+ "type": "string",
1072
+ "maxLength": 1024
1073
+ },
1074
+ "inputCount": {
1075
+ "type": "number"
1076
+ },
1077
+ "outputCount": {
1078
+ "type": "number"
1079
+ },
1080
+ "triggerId": {
1081
+ "type": "string",
1082
+ "maxLength": 48
1083
+ },
1084
+ "id": {
1085
+ "type": "string",
1086
+ "maxLength": 48
1087
+ }
1088
+ },
1089
+ "additionalProperties": false
1090
+ },
1091
+ "outputIds": {
1092
+ "type": "array",
1093
+ "items": {
1094
+ "type": "array",
1095
+ "items": {
1096
+ "type": "string",
1097
+ "maxLength": 255
1098
+ },
1099
+ "maxItems": 100
1100
+ },
1101
+ "maxItems": 100
1102
+ }
1103
+ },
1104
+ "required": [
1105
+ "type"
1106
+ ],
1107
+ "additionalProperties": false
1108
+ },
1007
1109
  {
1008
1110
  "type": "object",
1009
1111
  "properties": {
@@ -47,7 +47,6 @@
47
47
  "deviceIdDisconnect",
48
48
  "deviceTagDisconnect",
49
49
  "integration",
50
- "mqttTopic",
51
50
  "notebook",
52
51
  "onBoot",
53
52
  "onConnect",
@@ -993,6 +992,109 @@
993
992
  ],
994
993
  "additionalProperties": false
995
994
  },
995
+ {
996
+ "type": "object",
997
+ "properties": {
998
+ "key": {
999
+ "type": "string",
1000
+ "maxLength": 1024
1001
+ },
1002
+ "type": {
1003
+ "type": "string",
1004
+ "enum": [
1005
+ "mqttTopic"
1006
+ ]
1007
+ },
1008
+ "config": {
1009
+ "type": "object",
1010
+ "properties": {
1011
+ "integrationId": {
1012
+ "type": "string",
1013
+ "enum": [
1014
+ "losant",
1015
+ "local"
1016
+ ]
1017
+ }
1018
+ },
1019
+ "additionalProperties": false
1020
+ },
1021
+ "meta": {
1022
+ "type": "object",
1023
+ "properties": {
1024
+ "category": {
1025
+ "type": "string",
1026
+ "enum": [
1027
+ "trigger"
1028
+ ]
1029
+ },
1030
+ "name": {
1031
+ "type": "string",
1032
+ "enum": [
1033
+ "mqtt"
1034
+ ]
1035
+ },
1036
+ "label": {
1037
+ "type": "string",
1038
+ "minLength": 1,
1039
+ "maxLength": 255
1040
+ },
1041
+ "x": {
1042
+ "type": "number"
1043
+ },
1044
+ "y": {
1045
+ "type": "number"
1046
+ },
1047
+ "uiId": {
1048
+ "type": "string",
1049
+ "maxLength": 48
1050
+ },
1051
+ "description": {
1052
+ "type": "string",
1053
+ "maxLength": 32767
1054
+ },
1055
+ "icon": {
1056
+ "type": "string",
1057
+ "maxLength": 1024
1058
+ },
1059
+ "color": {
1060
+ "type": "string",
1061
+ "maxLength": 1024
1062
+ },
1063
+ "inputCount": {
1064
+ "type": "number"
1065
+ },
1066
+ "outputCount": {
1067
+ "type": "number"
1068
+ },
1069
+ "triggerId": {
1070
+ "type": "string",
1071
+ "maxLength": 48
1072
+ },
1073
+ "id": {
1074
+ "type": "string",
1075
+ "maxLength": 48
1076
+ }
1077
+ },
1078
+ "additionalProperties": false
1079
+ },
1080
+ "outputIds": {
1081
+ "type": "array",
1082
+ "items": {
1083
+ "type": "array",
1084
+ "items": {
1085
+ "type": "string",
1086
+ "maxLength": 255
1087
+ },
1088
+ "maxItems": 100
1089
+ },
1090
+ "maxItems": 100
1091
+ }
1092
+ },
1093
+ "required": [
1094
+ "type"
1095
+ ],
1096
+ "additionalProperties": false
1097
+ },
996
1098
  {
997
1099
  "type": "object",
998
1100
  "properties": {
@@ -62,7 +62,6 @@
62
62
  "deviceIdDisconnect",
63
63
  "deviceTagDisconnect",
64
64
  "integration",
65
- "mqttTopic",
66
65
  "notebook",
67
66
  "onBoot",
68
67
  "onConnect",
@@ -1008,6 +1007,109 @@
1008
1007
  ],
1009
1008
  "additionalProperties": false
1010
1009
  },
1010
+ {
1011
+ "type": "object",
1012
+ "properties": {
1013
+ "key": {
1014
+ "type": "string",
1015
+ "maxLength": 1024
1016
+ },
1017
+ "type": {
1018
+ "type": "string",
1019
+ "enum": [
1020
+ "mqttTopic"
1021
+ ]
1022
+ },
1023
+ "config": {
1024
+ "type": "object",
1025
+ "properties": {
1026
+ "integrationId": {
1027
+ "type": "string",
1028
+ "enum": [
1029
+ "losant",
1030
+ "local"
1031
+ ]
1032
+ }
1033
+ },
1034
+ "additionalProperties": false
1035
+ },
1036
+ "meta": {
1037
+ "type": "object",
1038
+ "properties": {
1039
+ "category": {
1040
+ "type": "string",
1041
+ "enum": [
1042
+ "trigger"
1043
+ ]
1044
+ },
1045
+ "name": {
1046
+ "type": "string",
1047
+ "enum": [
1048
+ "mqtt"
1049
+ ]
1050
+ },
1051
+ "label": {
1052
+ "type": "string",
1053
+ "minLength": 1,
1054
+ "maxLength": 255
1055
+ },
1056
+ "x": {
1057
+ "type": "number"
1058
+ },
1059
+ "y": {
1060
+ "type": "number"
1061
+ },
1062
+ "uiId": {
1063
+ "type": "string",
1064
+ "maxLength": 48
1065
+ },
1066
+ "description": {
1067
+ "type": "string",
1068
+ "maxLength": 32767
1069
+ },
1070
+ "icon": {
1071
+ "type": "string",
1072
+ "maxLength": 1024
1073
+ },
1074
+ "color": {
1075
+ "type": "string",
1076
+ "maxLength": 1024
1077
+ },
1078
+ "inputCount": {
1079
+ "type": "number"
1080
+ },
1081
+ "outputCount": {
1082
+ "type": "number"
1083
+ },
1084
+ "triggerId": {
1085
+ "type": "string",
1086
+ "maxLength": 48
1087
+ },
1088
+ "id": {
1089
+ "type": "string",
1090
+ "maxLength": 48
1091
+ }
1092
+ },
1093
+ "additionalProperties": false
1094
+ },
1095
+ "outputIds": {
1096
+ "type": "array",
1097
+ "items": {
1098
+ "type": "array",
1099
+ "items": {
1100
+ "type": "string",
1101
+ "maxLength": 255
1102
+ },
1103
+ "maxItems": 100
1104
+ },
1105
+ "maxItems": 100
1106
+ }
1107
+ },
1108
+ "required": [
1109
+ "type"
1110
+ ],
1111
+ "additionalProperties": false
1112
+ },
1011
1113
  {
1012
1114
  "type": "object",
1013
1115
  "properties": {
@@ -2126,7 +2228,6 @@
2126
2228
  "deviceIdDisconnect",
2127
2229
  "deviceTagDisconnect",
2128
2230
  "integration",
2129
- "mqttTopic",
2130
2231
  "notebook",
2131
2232
  "onBoot",
2132
2233
  "onConnect",
@@ -3072,6 +3173,109 @@
3072
3173
  ],
3073
3174
  "additionalProperties": false
3074
3175
  },
3176
+ {
3177
+ "type": "object",
3178
+ "properties": {
3179
+ "key": {
3180
+ "type": "string",
3181
+ "maxLength": 1024
3182
+ },
3183
+ "type": {
3184
+ "type": "string",
3185
+ "enum": [
3186
+ "mqttTopic"
3187
+ ]
3188
+ },
3189
+ "config": {
3190
+ "type": "object",
3191
+ "properties": {
3192
+ "integrationId": {
3193
+ "type": "string",
3194
+ "enum": [
3195
+ "losant",
3196
+ "local"
3197
+ ]
3198
+ }
3199
+ },
3200
+ "additionalProperties": false
3201
+ },
3202
+ "meta": {
3203
+ "type": "object",
3204
+ "properties": {
3205
+ "category": {
3206
+ "type": "string",
3207
+ "enum": [
3208
+ "trigger"
3209
+ ]
3210
+ },
3211
+ "name": {
3212
+ "type": "string",
3213
+ "enum": [
3214
+ "mqtt"
3215
+ ]
3216
+ },
3217
+ "label": {
3218
+ "type": "string",
3219
+ "minLength": 1,
3220
+ "maxLength": 255
3221
+ },
3222
+ "x": {
3223
+ "type": "number"
3224
+ },
3225
+ "y": {
3226
+ "type": "number"
3227
+ },
3228
+ "uiId": {
3229
+ "type": "string",
3230
+ "maxLength": 48
3231
+ },
3232
+ "description": {
3233
+ "type": "string",
3234
+ "maxLength": 32767
3235
+ },
3236
+ "icon": {
3237
+ "type": "string",
3238
+ "maxLength": 1024
3239
+ },
3240
+ "color": {
3241
+ "type": "string",
3242
+ "maxLength": 1024
3243
+ },
3244
+ "inputCount": {
3245
+ "type": "number"
3246
+ },
3247
+ "outputCount": {
3248
+ "type": "number"
3249
+ },
3250
+ "triggerId": {
3251
+ "type": "string",
3252
+ "maxLength": 48
3253
+ },
3254
+ "id": {
3255
+ "type": "string",
3256
+ "maxLength": 48
3257
+ }
3258
+ },
3259
+ "additionalProperties": false
3260
+ },
3261
+ "outputIds": {
3262
+ "type": "array",
3263
+ "items": {
3264
+ "type": "array",
3265
+ "items": {
3266
+ "type": "string",
3267
+ "maxLength": 255
3268
+ },
3269
+ "maxItems": 100
3270
+ },
3271
+ "maxItems": 100
3272
+ }
3273
+ },
3274
+ "required": [
3275
+ "type"
3276
+ ],
3277
+ "additionalProperties": false
3278
+ },
3075
3279
  {
3076
3280
  "type": "object",
3077
3281
  "properties": {