@itentialopensource/adapter-netbox_v33 0.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.
Files changed (182) hide show
  1. package/.eslintignore +5 -0
  2. package/.eslintrc.js +18 -0
  3. package/.gitlab/.gitkeep +0 -0
  4. package/.gitlab/issue_templates/.gitkeep +0 -0
  5. package/.gitlab/issue_templates/Default.md +17 -0
  6. package/.gitlab/issue_templates/bugReportTemplate.md +42 -0
  7. package/.gitlab/issue_templates/featureRequestTemplate.md +14 -0
  8. package/.jshintrc +3 -0
  9. package/AUTH.md +39 -0
  10. package/BROKER.md +199 -0
  11. package/CALLS.md +170 -0
  12. package/CHANGELOG.md +9 -0
  13. package/CODE_OF_CONDUCT.md +43 -0
  14. package/CONTRIBUTING.md +172 -0
  15. package/ENHANCE.md +69 -0
  16. package/LICENSE +201 -0
  17. package/PROPERTIES.md +641 -0
  18. package/README.md +337 -0
  19. package/SUMMARY.md +9 -0
  20. package/SYSTEMINFO.md +11 -0
  21. package/TROUBLESHOOT.md +47 -0
  22. package/adapter.js +74593 -0
  23. package/adapterBase.js +1787 -0
  24. package/entities/.generic/action.json +214 -0
  25. package/entities/.generic/schema.json +28 -0
  26. package/entities/.system/action.json +50 -0
  27. package/entities/.system/mockdatafiles/getToken-default.json +3 -0
  28. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  29. package/entities/.system/schema.json +19 -0
  30. package/entities/.system/schemaTokenReq.json +53 -0
  31. package/entities/.system/schemaTokenResp.json +53 -0
  32. package/entities/Circuits/action.json +935 -0
  33. package/entities/Circuits/mockdatafiles/getCircuitsCircuitTerminations-default.json +414 -0
  34. package/entities/Circuits/mockdatafiles/getCircuitsCircuitTypes-default.json +171 -0
  35. package/entities/Circuits/mockdatafiles/getCircuitsCircuits-default.json +475 -0
  36. package/entities/Circuits/mockdatafiles/getCircuitsProviderNetworks-default.json +349 -0
  37. package/entities/Circuits/mockdatafiles/getCircuitsProviders-default.json +960 -0
  38. package/entities/Circuits/schema.json +1780 -0
  39. package/entities/Dcim/action.json +7515 -0
  40. package/entities/Dcim/mockdatafiles/getDcimCableTerminations-default.json +77 -0
  41. package/entities/Dcim/mockdatafiles/getDcimCables-default.json +133 -0
  42. package/entities/Dcim/mockdatafiles/getDcimConsolePortTemplates-default.json +95 -0
  43. package/entities/Dcim/mockdatafiles/getDcimConsolePorts-default.json +686 -0
  44. package/entities/Dcim/mockdatafiles/getDcimConsoleServerPortTemplates-default.json +315 -0
  45. package/entities/Dcim/mockdatafiles/getDcimConsoleServerPorts-default.json +353 -0
  46. package/entities/Dcim/mockdatafiles/getDcimDeviceBayTemplates-default.json +215 -0
  47. package/entities/Dcim/mockdatafiles/getDcimDeviceBays-default.json +324 -0
  48. package/entities/Dcim/mockdatafiles/getDcimDeviceRoles-default.json +104 -0
  49. package/entities/Dcim/mockdatafiles/getDcimDeviceTypes-default.json +414 -0
  50. package/entities/Dcim/mockdatafiles/getDcimDevices-default.json +703 -0
  51. package/entities/Dcim/mockdatafiles/getDcimFrontPortTemplates-default.json +163 -0
  52. package/entities/Dcim/mockdatafiles/getDcimFrontPorts-default.json +1008 -0
  53. package/entities/Dcim/mockdatafiles/getDcimInterfaceTemplates-default.json +60 -0
  54. package/entities/Dcim/mockdatafiles/getDcimInterfaces-default.json +1224 -0
  55. package/entities/Dcim/mockdatafiles/getDcimInventoryItemRoles-default.json +480 -0
  56. package/entities/Dcim/mockdatafiles/getDcimInventoryItemTemplates-default.json +295 -0
  57. package/entities/Dcim/mockdatafiles/getDcimInventoryItems-default.json +515 -0
  58. package/entities/Dcim/mockdatafiles/getDcimLocations-default.json +248 -0
  59. package/entities/Dcim/mockdatafiles/getDcimManufacturers-default.json +407 -0
  60. package/entities/Dcim/mockdatafiles/getDcimModuleBayTemplates-default.json +115 -0
  61. package/entities/Dcim/mockdatafiles/getDcimModuleBays-default.json +641 -0
  62. package/entities/Dcim/mockdatafiles/getDcimModuleTypes-default.json +121 -0
  63. package/entities/Dcim/mockdatafiles/getDcimModules-default.json +109 -0
  64. package/entities/Dcim/mockdatafiles/getDcimPlatforms-default.json +381 -0
  65. package/entities/Dcim/mockdatafiles/getDcimPowerFeeds-default.json +567 -0
  66. package/entities/Dcim/mockdatafiles/getDcimPowerOutletTemplates-default.json +493 -0
  67. package/entities/Dcim/mockdatafiles/getDcimPowerOutlets-default.json +207 -0
  68. package/entities/Dcim/mockdatafiles/getDcimPowerPanels-default.json +111 -0
  69. package/entities/Dcim/mockdatafiles/getDcimPowerPortTemplates-default.json +283 -0
  70. package/entities/Dcim/mockdatafiles/getDcimPowerPorts-default.json +89 -0
  71. package/entities/Dcim/mockdatafiles/getDcimRackReservations-default.json +735 -0
  72. package/entities/Dcim/mockdatafiles/getDcimRackRoles-default.json +69 -0
  73. package/entities/Dcim/mockdatafiles/getDcimRacks-default.json +1019 -0
  74. package/entities/Dcim/mockdatafiles/getDcimRacksIdElevation-default.json +50 -0
  75. package/entities/Dcim/mockdatafiles/getDcimRearPortTemplates-default.json +53 -0
  76. package/entities/Dcim/mockdatafiles/getDcimRearPorts-default.json +127 -0
  77. package/entities/Dcim/mockdatafiles/getDcimRegions-default.json +79 -0
  78. package/entities/Dcim/mockdatafiles/getDcimSiteGroups-default.json +711 -0
  79. package/entities/Dcim/mockdatafiles/getDcimSites-default.json +319 -0
  80. package/entities/Dcim/mockdatafiles/getDcimVirtualChassis-default.json +248 -0
  81. package/entities/Dcim/schema.json +5339 -0
  82. package/entities/Extras/action.json +1690 -0
  83. package/entities/Extras/mockdatafiles/getExtrasConfigContexts-default.json +6348 -0
  84. package/entities/Extras/mockdatafiles/getExtrasContentTypes-default.json +21 -0
  85. package/entities/Extras/mockdatafiles/getExtrasCustomFields-default.json +466 -0
  86. package/entities/Extras/mockdatafiles/getExtrasCustomLinks-default.json +71 -0
  87. package/entities/Extras/mockdatafiles/getExtrasExportTemplates-default.json +63 -0
  88. package/entities/Extras/mockdatafiles/getExtrasImageAttachments-default.json +91 -0
  89. package/entities/Extras/mockdatafiles/getExtrasJobResults-default.json +28 -0
  90. package/entities/Extras/mockdatafiles/getExtrasJournalEntries-default.json +106 -0
  91. package/entities/Extras/mockdatafiles/getExtrasObjectChanges-default.json +99 -0
  92. package/entities/Extras/mockdatafiles/getExtrasTags-default.json +55 -0
  93. package/entities/Extras/mockdatafiles/getExtrasWebhooks-default.json +64 -0
  94. package/entities/Extras/schema.json +2939 -0
  95. package/entities/Ipam/action.json +3262 -0
  96. package/entities/Ipam/mockdatafiles/getIpamAggregates-default.json +703 -0
  97. package/entities/Ipam/mockdatafiles/getIpamAsns-default.json +465 -0
  98. package/entities/Ipam/mockdatafiles/getIpamFhrpGroupAssignments-default.json +43 -0
  99. package/entities/Ipam/mockdatafiles/getIpamFhrpGroups-default.json +148 -0
  100. package/entities/Ipam/mockdatafiles/getIpamIpAddresses-default.json +1231 -0
  101. package/entities/Ipam/mockdatafiles/getIpamIpRanges-default.json +681 -0
  102. package/entities/Ipam/mockdatafiles/getIpamIpRangesIdAvailableIps-default.json +14 -0
  103. package/entities/Ipam/mockdatafiles/getIpamL2vpnTerminations-default.json +473 -0
  104. package/entities/Ipam/mockdatafiles/getIpamL2vpns-default.json +1142 -0
  105. package/entities/Ipam/mockdatafiles/getIpamPrefixes-default.json +791 -0
  106. package/entities/Ipam/mockdatafiles/getIpamPrefixesIdAvailableIps-default.json +14 -0
  107. package/entities/Ipam/mockdatafiles/getIpamPrefixesIdAvailablePrefixes-default.json +26 -0
  108. package/entities/Ipam/mockdatafiles/getIpamRirs-default.json +211 -0
  109. package/entities/Ipam/mockdatafiles/getIpamRoles-default.json +367 -0
  110. package/entities/Ipam/mockdatafiles/getIpamRouteTargets-default.json +197 -0
  111. package/entities/Ipam/mockdatafiles/getIpamServiceTemplates-default.json +256 -0
  112. package/entities/Ipam/mockdatafiles/getIpamServices-default.json +670 -0
  113. package/entities/Ipam/mockdatafiles/getIpamVlanGroups-default.json +618 -0
  114. package/entities/Ipam/mockdatafiles/getIpamVlanGroupsIdAvailableVlans-default.json +24 -0
  115. package/entities/Ipam/mockdatafiles/getIpamVlans-default.json +324 -0
  116. package/entities/Ipam/mockdatafiles/getIpamVrfs-default.json +1122 -0
  117. package/entities/Ipam/mockdatafiles/postIpamIpRangesIdAvailableIps-default.json +176 -0
  118. package/entities/Ipam/mockdatafiles/postIpamPrefixesIdAvailableIps-default.json +645 -0
  119. package/entities/Ipam/mockdatafiles/postIpamPrefixesIdAvailablePrefixes-default.json +292 -0
  120. package/entities/Ipam/mockdatafiles/postIpamVlanGroupsIdAvailableVlans-default.json +343 -0
  121. package/entities/Ipam/schema.json +2764 -0
  122. package/entities/Status/action.json +25 -0
  123. package/entities/Status/schema.json +19 -0
  124. package/entities/Tenancy/action.json +1096 -0
  125. package/entities/Tenancy/mockdatafiles/getTenancyContactAssignments-default.json +223 -0
  126. package/entities/Tenancy/mockdatafiles/getTenancyContactGroups-default.json +87 -0
  127. package/entities/Tenancy/mockdatafiles/getTenancyContactRoles-default.json +211 -0
  128. package/entities/Tenancy/mockdatafiles/getTenancyContacts-default.json +787 -0
  129. package/entities/Tenancy/mockdatafiles/getTenancyTenantGroups-default.json +191 -0
  130. package/entities/Tenancy/mockdatafiles/getTenancyTenants-default.json +404 -0
  131. package/entities/Tenancy/schema.json +1348 -0
  132. package/entities/Users/action.json +773 -0
  133. package/entities/Users/mockdatafiles/getUsersGroups-default.json +49 -0
  134. package/entities/Users/mockdatafiles/getUsersPermissions-default.json +554 -0
  135. package/entities/Users/mockdatafiles/getUsersTokens-default.json +97 -0
  136. package/entities/Users/mockdatafiles/getUsersUsers-default.json +451 -0
  137. package/entities/Users/schema.json +1068 -0
  138. package/entities/Virtualization/action.json +914 -0
  139. package/entities/Virtualization/mockdatafiles/getVirtualizationClusterGroups-default.json +161 -0
  140. package/entities/Virtualization/mockdatafiles/getVirtualizationClusterTypes-default.json +507 -0
  141. package/entities/Virtualization/mockdatafiles/getVirtualizationClusters-default.json +255 -0
  142. package/entities/Virtualization/mockdatafiles/getVirtualizationInterfaces-default.json +1367 -0
  143. package/entities/Virtualization/mockdatafiles/getVirtualizationVirtualMachines-default.json +261 -0
  144. package/entities/Virtualization/schema.json +1559 -0
  145. package/entities/Wireless/action.json +550 -0
  146. package/entities/Wireless/mockdatafiles/getWirelessWirelessLanGroups-default.json +439 -0
  147. package/entities/Wireless/mockdatafiles/getWirelessWirelessLans-default.json +107 -0
  148. package/entities/Wireless/mockdatafiles/getWirelessWirelessLinks-default.json +739 -0
  149. package/entities/Wireless/schema.json +1090 -0
  150. package/error.json +190 -0
  151. package/package.json +86 -0
  152. package/pronghorn.json +176740 -0
  153. package/propertiesDecorators.json +14 -0
  154. package/propertiesSchema.json +1248 -0
  155. package/refs?service=git-upload-pack +0 -0
  156. package/report/Netbox_v33.json +86073 -0
  157. package/report/creationReport.json +3963 -0
  158. package/sampleProperties.json +195 -0
  159. package/test/integration/adapterTestBasicGet.js +83 -0
  160. package/test/integration/adapterTestConnectivity.js +93 -0
  161. package/test/integration/adapterTestIntegration.js +23531 -0
  162. package/test/unit/adapterBaseTestUnit.js +949 -0
  163. package/test/unit/adapterTestUnit.js +25231 -0
  164. package/utils/adapterInfo.js +206 -0
  165. package/utils/addAuth.js +94 -0
  166. package/utils/artifactize.js +146 -0
  167. package/utils/basicGet.js +50 -0
  168. package/utils/checkMigrate.js +63 -0
  169. package/utils/entitiesToDB.js +178 -0
  170. package/utils/findPath.js +74 -0
  171. package/utils/methodDocumentor.js +225 -0
  172. package/utils/modify.js +154 -0
  173. package/utils/packModificationScript.js +35 -0
  174. package/utils/patches2bundledDeps.js +90 -0
  175. package/utils/pre-commit.sh +32 -0
  176. package/utils/removeHooks.js +20 -0
  177. package/utils/setup.js +33 -0
  178. package/utils/tbScript.js +246 -0
  179. package/utils/tbUtils.js +490 -0
  180. package/utils/testRunner.js +298 -0
  181. package/utils/troubleshootingAdapter.js +195 -0
  182. package/workflows/README.md +3 -0
@@ -0,0 +1,2939 @@
1
+ {
2
+ "$id": "schema.json",
3
+ "type": "object",
4
+ "schema": "http://json-schema.org/draft-07/schema#",
5
+ "translate": true,
6
+ "dynamicfields": true,
7
+ "properties": {
8
+ "ph_request_type": {
9
+ "type": "string",
10
+ "description": "type of request (internal to adapter)",
11
+ "default": "getExtrasConfigContexts",
12
+ "enum": [
13
+ "getExtrasConfigContexts",
14
+ "postExtrasConfigContexts",
15
+ "putExtrasConfigContexts",
16
+ "patchExtrasConfigContexts",
17
+ "deleteExtrasConfigContexts",
18
+ "getExtrasConfigContextsId",
19
+ "putExtrasConfigContextsId",
20
+ "patchExtrasConfigContextsId",
21
+ "deleteExtrasConfigContextsId",
22
+ "getExtrasContentTypes",
23
+ "getExtrasContentTypesId",
24
+ "getExtrasCustomFields",
25
+ "postExtrasCustomFields",
26
+ "putExtrasCustomFields",
27
+ "patchExtrasCustomFields",
28
+ "deleteExtrasCustomFields",
29
+ "getExtrasCustomFieldsId",
30
+ "putExtrasCustomFieldsId",
31
+ "patchExtrasCustomFieldsId",
32
+ "deleteExtrasCustomFieldsId",
33
+ "getExtrasCustomLinks",
34
+ "postExtrasCustomLinks",
35
+ "putExtrasCustomLinks",
36
+ "patchExtrasCustomLinks",
37
+ "deleteExtrasCustomLinks",
38
+ "getExtrasCustomLinksId",
39
+ "putExtrasCustomLinksId",
40
+ "patchExtrasCustomLinksId",
41
+ "deleteExtrasCustomLinksId",
42
+ "getExtrasExportTemplates",
43
+ "postExtrasExportTemplates",
44
+ "putExtrasExportTemplates",
45
+ "patchExtrasExportTemplates",
46
+ "deleteExtrasExportTemplates",
47
+ "getExtrasExportTemplatesId",
48
+ "putExtrasExportTemplatesId",
49
+ "patchExtrasExportTemplatesId",
50
+ "deleteExtrasExportTemplatesId",
51
+ "getExtrasImageAttachments",
52
+ "postExtrasImageAttachments",
53
+ "putExtrasImageAttachments",
54
+ "patchExtrasImageAttachments",
55
+ "deleteExtrasImageAttachments",
56
+ "getExtrasImageAttachmentsId",
57
+ "putExtrasImageAttachmentsId",
58
+ "patchExtrasImageAttachmentsId",
59
+ "deleteExtrasImageAttachmentsId",
60
+ "getExtrasJobResults",
61
+ "getExtrasJobResultsId",
62
+ "getExtrasJournalEntries",
63
+ "postExtrasJournalEntries",
64
+ "putExtrasJournalEntries",
65
+ "patchExtrasJournalEntries",
66
+ "deleteExtrasJournalEntries",
67
+ "getExtrasJournalEntriesId",
68
+ "putExtrasJournalEntriesId",
69
+ "patchExtrasJournalEntriesId",
70
+ "deleteExtrasJournalEntriesId",
71
+ "getExtrasObjectChanges",
72
+ "getExtrasObjectChangesId",
73
+ "getExtrasReports",
74
+ "getExtrasReportsId",
75
+ "postExtrasReportsIdRun",
76
+ "getExtrasScripts",
77
+ "getExtrasScriptsId",
78
+ "getExtrasTags",
79
+ "postExtrasTags",
80
+ "putExtrasTags",
81
+ "patchExtrasTags",
82
+ "deleteExtrasTags",
83
+ "getExtrasTagsId",
84
+ "putExtrasTagsId",
85
+ "patchExtrasTagsId",
86
+ "deleteExtrasTagsId",
87
+ "getExtrasWebhooks",
88
+ "postExtrasWebhooks",
89
+ "putExtrasWebhooks",
90
+ "patchExtrasWebhooks",
91
+ "deleteExtrasWebhooks",
92
+ "getExtrasWebhooksId",
93
+ "putExtrasWebhooksId",
94
+ "patchExtrasWebhooksId",
95
+ "deleteExtrasWebhooksId"
96
+ ],
97
+ "external_name": "ph_request_type"
98
+ },
99
+ "isActive": {
100
+ "type": "string",
101
+ "description": "",
102
+ "parse": false,
103
+ "encode": false,
104
+ "encrypt": {
105
+ "type": "AES",
106
+ "key": ""
107
+ },
108
+ "external_name": "is_active"
109
+ },
110
+ "lastUpdated": {
111
+ "type": "string",
112
+ "description": "",
113
+ "parse": false,
114
+ "encode": false,
115
+ "encrypt": {
116
+ "type": "AES",
117
+ "key": ""
118
+ },
119
+ "external_name": "last_updated"
120
+ },
121
+ "regionId": {
122
+ "type": "string",
123
+ "description": "",
124
+ "parse": false,
125
+ "encode": false,
126
+ "encrypt": {
127
+ "type": "AES",
128
+ "key": ""
129
+ },
130
+ "external_name": "region_id"
131
+ },
132
+ "siteGroup": {
133
+ "type": "string",
134
+ "description": "",
135
+ "parse": false,
136
+ "encode": false,
137
+ "encrypt": {
138
+ "type": "AES",
139
+ "key": ""
140
+ },
141
+ "external_name": "site_group"
142
+ },
143
+ "siteGroupId": {
144
+ "type": "string",
145
+ "description": "",
146
+ "parse": false,
147
+ "encode": false,
148
+ "encrypt": {
149
+ "type": "AES",
150
+ "key": ""
151
+ },
152
+ "external_name": "site_group_id"
153
+ },
154
+ "siteId": {
155
+ "type": "string",
156
+ "description": "",
157
+ "parse": false,
158
+ "encode": false,
159
+ "encrypt": {
160
+ "type": "AES",
161
+ "key": ""
162
+ },
163
+ "external_name": "site_id"
164
+ },
165
+ "locationId": {
166
+ "type": "string",
167
+ "description": "",
168
+ "parse": false,
169
+ "encode": false,
170
+ "encrypt": {
171
+ "type": "AES",
172
+ "key": ""
173
+ },
174
+ "external_name": "location_id"
175
+ },
176
+ "deviceTypeId": {
177
+ "type": "string",
178
+ "description": "",
179
+ "parse": false,
180
+ "encode": false,
181
+ "encrypt": {
182
+ "type": "AES",
183
+ "key": ""
184
+ },
185
+ "external_name": "device_type_id"
186
+ },
187
+ "roleId": {
188
+ "type": "string",
189
+ "description": "",
190
+ "parse": false,
191
+ "encode": false,
192
+ "encrypt": {
193
+ "type": "AES",
194
+ "key": ""
195
+ },
196
+ "external_name": "role_id"
197
+ },
198
+ "platformId": {
199
+ "type": "string",
200
+ "description": "",
201
+ "parse": false,
202
+ "encode": false,
203
+ "encrypt": {
204
+ "type": "AES",
205
+ "key": ""
206
+ },
207
+ "external_name": "platform_id"
208
+ },
209
+ "clusterTypeId": {
210
+ "type": "string",
211
+ "description": "",
212
+ "parse": false,
213
+ "encode": false,
214
+ "encrypt": {
215
+ "type": "AES",
216
+ "key": ""
217
+ },
218
+ "external_name": "cluster_type_id"
219
+ },
220
+ "clusterType": {
221
+ "type": "string",
222
+ "description": "",
223
+ "parse": false,
224
+ "encode": false,
225
+ "encrypt": {
226
+ "type": "AES",
227
+ "key": ""
228
+ },
229
+ "external_name": "cluster_type"
230
+ },
231
+ "clusterGroupId": {
232
+ "type": "string",
233
+ "description": "",
234
+ "parse": false,
235
+ "encode": false,
236
+ "encrypt": {
237
+ "type": "AES",
238
+ "key": ""
239
+ },
240
+ "external_name": "cluster_group_id"
241
+ },
242
+ "clusterGroup": {
243
+ "type": "string",
244
+ "description": "",
245
+ "parse": false,
246
+ "encode": false,
247
+ "encrypt": {
248
+ "type": "AES",
249
+ "key": ""
250
+ },
251
+ "external_name": "cluster_group"
252
+ },
253
+ "clusterId": {
254
+ "type": "string",
255
+ "description": "",
256
+ "parse": false,
257
+ "encode": false,
258
+ "encrypt": {
259
+ "type": "AES",
260
+ "key": ""
261
+ },
262
+ "external_name": "cluster_id"
263
+ },
264
+ "tenantGroupId": {
265
+ "type": "string",
266
+ "description": "",
267
+ "parse": false,
268
+ "encode": false,
269
+ "encrypt": {
270
+ "type": "AES",
271
+ "key": ""
272
+ },
273
+ "external_name": "tenant_group_id"
274
+ },
275
+ "tenantGroup": {
276
+ "type": "string",
277
+ "description": "",
278
+ "parse": false,
279
+ "encode": false,
280
+ "encrypt": {
281
+ "type": "AES",
282
+ "key": ""
283
+ },
284
+ "external_name": "tenant_group"
285
+ },
286
+ "tenantId": {
287
+ "type": "string",
288
+ "description": "",
289
+ "parse": false,
290
+ "encode": false,
291
+ "encrypt": {
292
+ "type": "AES",
293
+ "key": ""
294
+ },
295
+ "external_name": "tenant_id"
296
+ },
297
+ "tagId": {
298
+ "type": "string",
299
+ "description": "",
300
+ "parse": false,
301
+ "encode": false,
302
+ "encrypt": {
303
+ "type": "AES",
304
+ "key": ""
305
+ },
306
+ "external_name": "tag_id"
307
+ },
308
+ "idN": {
309
+ "type": "string",
310
+ "description": "",
311
+ "parse": false,
312
+ "encode": false,
313
+ "encrypt": {
314
+ "type": "AES",
315
+ "key": ""
316
+ },
317
+ "external_name": "id__n"
318
+ },
319
+ "idLte": {
320
+ "type": "string",
321
+ "description": "",
322
+ "parse": false,
323
+ "encode": false,
324
+ "encrypt": {
325
+ "type": "AES",
326
+ "key": ""
327
+ },
328
+ "external_name": "id__lte"
329
+ },
330
+ "idLt": {
331
+ "type": "string",
332
+ "description": "",
333
+ "parse": false,
334
+ "encode": false,
335
+ "encrypt": {
336
+ "type": "AES",
337
+ "key": ""
338
+ },
339
+ "external_name": "id__lt"
340
+ },
341
+ "idGte": {
342
+ "type": "string",
343
+ "description": "",
344
+ "parse": false,
345
+ "encode": false,
346
+ "encrypt": {
347
+ "type": "AES",
348
+ "key": ""
349
+ },
350
+ "external_name": "id__gte"
351
+ },
352
+ "idGt": {
353
+ "type": "string",
354
+ "description": "",
355
+ "parse": false,
356
+ "encode": false,
357
+ "encrypt": {
358
+ "type": "AES",
359
+ "key": ""
360
+ },
361
+ "external_name": "id__gt"
362
+ },
363
+ "nameN": {
364
+ "type": "string",
365
+ "description": "",
366
+ "parse": false,
367
+ "encode": false,
368
+ "encrypt": {
369
+ "type": "AES",
370
+ "key": ""
371
+ },
372
+ "external_name": "name__n"
373
+ },
374
+ "nameIc": {
375
+ "type": "string",
376
+ "description": "",
377
+ "parse": false,
378
+ "encode": false,
379
+ "encrypt": {
380
+ "type": "AES",
381
+ "key": ""
382
+ },
383
+ "external_name": "name__ic"
384
+ },
385
+ "nameNic": {
386
+ "type": "string",
387
+ "description": "",
388
+ "parse": false,
389
+ "encode": false,
390
+ "encrypt": {
391
+ "type": "AES",
392
+ "key": ""
393
+ },
394
+ "external_name": "name__nic"
395
+ },
396
+ "nameIew": {
397
+ "type": "string",
398
+ "description": "",
399
+ "parse": false,
400
+ "encode": false,
401
+ "encrypt": {
402
+ "type": "AES",
403
+ "key": ""
404
+ },
405
+ "external_name": "name__iew"
406
+ },
407
+ "nameNiew": {
408
+ "type": "string",
409
+ "description": "",
410
+ "parse": false,
411
+ "encode": false,
412
+ "encrypt": {
413
+ "type": "AES",
414
+ "key": ""
415
+ },
416
+ "external_name": "name__niew"
417
+ },
418
+ "nameIsw": {
419
+ "type": "string",
420
+ "description": "",
421
+ "parse": false,
422
+ "encode": false,
423
+ "encrypt": {
424
+ "type": "AES",
425
+ "key": ""
426
+ },
427
+ "external_name": "name__isw"
428
+ },
429
+ "nameNisw": {
430
+ "type": "string",
431
+ "description": "",
432
+ "parse": false,
433
+ "encode": false,
434
+ "encrypt": {
435
+ "type": "AES",
436
+ "key": ""
437
+ },
438
+ "external_name": "name__nisw"
439
+ },
440
+ "nameIe": {
441
+ "type": "string",
442
+ "description": "",
443
+ "parse": false,
444
+ "encode": false,
445
+ "encrypt": {
446
+ "type": "AES",
447
+ "key": ""
448
+ },
449
+ "external_name": "name__ie"
450
+ },
451
+ "nameNie": {
452
+ "type": "string",
453
+ "description": "",
454
+ "parse": false,
455
+ "encode": false,
456
+ "encrypt": {
457
+ "type": "AES",
458
+ "key": ""
459
+ },
460
+ "external_name": "name__nie"
461
+ },
462
+ "createdN": {
463
+ "type": "string",
464
+ "description": "",
465
+ "parse": false,
466
+ "encode": false,
467
+ "encrypt": {
468
+ "type": "AES",
469
+ "key": ""
470
+ },
471
+ "external_name": "created__n"
472
+ },
473
+ "createdLte": {
474
+ "type": "string",
475
+ "description": "",
476
+ "parse": false,
477
+ "encode": false,
478
+ "encrypt": {
479
+ "type": "AES",
480
+ "key": ""
481
+ },
482
+ "external_name": "created__lte"
483
+ },
484
+ "createdLt": {
485
+ "type": "string",
486
+ "description": "",
487
+ "parse": false,
488
+ "encode": false,
489
+ "encrypt": {
490
+ "type": "AES",
491
+ "key": ""
492
+ },
493
+ "external_name": "created__lt"
494
+ },
495
+ "createdGte": {
496
+ "type": "string",
497
+ "description": "",
498
+ "parse": false,
499
+ "encode": false,
500
+ "encrypt": {
501
+ "type": "AES",
502
+ "key": ""
503
+ },
504
+ "external_name": "created__gte"
505
+ },
506
+ "createdGt": {
507
+ "type": "string",
508
+ "description": "",
509
+ "parse": false,
510
+ "encode": false,
511
+ "encrypt": {
512
+ "type": "AES",
513
+ "key": ""
514
+ },
515
+ "external_name": "created__gt"
516
+ },
517
+ "lastUpdatedN": {
518
+ "type": "string",
519
+ "description": "",
520
+ "parse": false,
521
+ "encode": false,
522
+ "encrypt": {
523
+ "type": "AES",
524
+ "key": ""
525
+ },
526
+ "external_name": "last_updated__n"
527
+ },
528
+ "lastUpdatedLte": {
529
+ "type": "string",
530
+ "description": "",
531
+ "parse": false,
532
+ "encode": false,
533
+ "encrypt": {
534
+ "type": "AES",
535
+ "key": ""
536
+ },
537
+ "external_name": "last_updated__lte"
538
+ },
539
+ "lastUpdatedLt": {
540
+ "type": "string",
541
+ "description": "",
542
+ "parse": false,
543
+ "encode": false,
544
+ "encrypt": {
545
+ "type": "AES",
546
+ "key": ""
547
+ },
548
+ "external_name": "last_updated__lt"
549
+ },
550
+ "lastUpdatedGte": {
551
+ "type": "string",
552
+ "description": "",
553
+ "parse": false,
554
+ "encode": false,
555
+ "encrypt": {
556
+ "type": "AES",
557
+ "key": ""
558
+ },
559
+ "external_name": "last_updated__gte"
560
+ },
561
+ "lastUpdatedGt": {
562
+ "type": "string",
563
+ "description": "",
564
+ "parse": false,
565
+ "encode": false,
566
+ "encrypt": {
567
+ "type": "AES",
568
+ "key": ""
569
+ },
570
+ "external_name": "last_updated__gt"
571
+ },
572
+ "regionIdN": {
573
+ "type": "string",
574
+ "description": "",
575
+ "parse": false,
576
+ "encode": false,
577
+ "encrypt": {
578
+ "type": "AES",
579
+ "key": ""
580
+ },
581
+ "external_name": "region_id__n"
582
+ },
583
+ "regionN": {
584
+ "type": "string",
585
+ "description": "",
586
+ "parse": false,
587
+ "encode": false,
588
+ "encrypt": {
589
+ "type": "AES",
590
+ "key": ""
591
+ },
592
+ "external_name": "region__n"
593
+ },
594
+ "siteGroupN": {
595
+ "type": "string",
596
+ "description": "",
597
+ "parse": false,
598
+ "encode": false,
599
+ "encrypt": {
600
+ "type": "AES",
601
+ "key": ""
602
+ },
603
+ "external_name": "site_group__n"
604
+ },
605
+ "siteGroupIdN": {
606
+ "type": "string",
607
+ "description": "",
608
+ "parse": false,
609
+ "encode": false,
610
+ "encrypt": {
611
+ "type": "AES",
612
+ "key": ""
613
+ },
614
+ "external_name": "site_group_id__n"
615
+ },
616
+ "siteIdN": {
617
+ "type": "string",
618
+ "description": "",
619
+ "parse": false,
620
+ "encode": false,
621
+ "encrypt": {
622
+ "type": "AES",
623
+ "key": ""
624
+ },
625
+ "external_name": "site_id__n"
626
+ },
627
+ "siteN": {
628
+ "type": "string",
629
+ "description": "",
630
+ "parse": false,
631
+ "encode": false,
632
+ "encrypt": {
633
+ "type": "AES",
634
+ "key": ""
635
+ },
636
+ "external_name": "site__n"
637
+ },
638
+ "locationIdN": {
639
+ "type": "string",
640
+ "description": "",
641
+ "parse": false,
642
+ "encode": false,
643
+ "encrypt": {
644
+ "type": "AES",
645
+ "key": ""
646
+ },
647
+ "external_name": "location_id__n"
648
+ },
649
+ "locationN": {
650
+ "type": "string",
651
+ "description": "",
652
+ "parse": false,
653
+ "encode": false,
654
+ "encrypt": {
655
+ "type": "AES",
656
+ "key": ""
657
+ },
658
+ "external_name": "location__n"
659
+ },
660
+ "deviceTypeIdN": {
661
+ "type": "string",
662
+ "description": "",
663
+ "parse": false,
664
+ "encode": false,
665
+ "encrypt": {
666
+ "type": "AES",
667
+ "key": ""
668
+ },
669
+ "external_name": "device_type_id__n"
670
+ },
671
+ "roleIdN": {
672
+ "type": "string",
673
+ "description": "",
674
+ "parse": false,
675
+ "encode": false,
676
+ "encrypt": {
677
+ "type": "AES",
678
+ "key": ""
679
+ },
680
+ "external_name": "role_id__n"
681
+ },
682
+ "roleN": {
683
+ "type": "string",
684
+ "description": "",
685
+ "parse": false,
686
+ "encode": false,
687
+ "encrypt": {
688
+ "type": "AES",
689
+ "key": ""
690
+ },
691
+ "external_name": "role__n"
692
+ },
693
+ "platformIdN": {
694
+ "type": "string",
695
+ "description": "",
696
+ "parse": false,
697
+ "encode": false,
698
+ "encrypt": {
699
+ "type": "AES",
700
+ "key": ""
701
+ },
702
+ "external_name": "platform_id__n"
703
+ },
704
+ "platformN": {
705
+ "type": "string",
706
+ "description": "",
707
+ "parse": false,
708
+ "encode": false,
709
+ "encrypt": {
710
+ "type": "AES",
711
+ "key": ""
712
+ },
713
+ "external_name": "platform__n"
714
+ },
715
+ "clusterTypeIdN": {
716
+ "type": "string",
717
+ "description": "",
718
+ "parse": false,
719
+ "encode": false,
720
+ "encrypt": {
721
+ "type": "AES",
722
+ "key": ""
723
+ },
724
+ "external_name": "cluster_type_id__n"
725
+ },
726
+ "clusterTypeN": {
727
+ "type": "string",
728
+ "description": "",
729
+ "parse": false,
730
+ "encode": false,
731
+ "encrypt": {
732
+ "type": "AES",
733
+ "key": ""
734
+ },
735
+ "external_name": "cluster_type__n"
736
+ },
737
+ "clusterGroupIdN": {
738
+ "type": "string",
739
+ "description": "",
740
+ "parse": false,
741
+ "encode": false,
742
+ "encrypt": {
743
+ "type": "AES",
744
+ "key": ""
745
+ },
746
+ "external_name": "cluster_group_id__n"
747
+ },
748
+ "clusterGroupN": {
749
+ "type": "string",
750
+ "description": "",
751
+ "parse": false,
752
+ "encode": false,
753
+ "encrypt": {
754
+ "type": "AES",
755
+ "key": ""
756
+ },
757
+ "external_name": "cluster_group__n"
758
+ },
759
+ "clusterIdN": {
760
+ "type": "string",
761
+ "description": "",
762
+ "parse": false,
763
+ "encode": false,
764
+ "encrypt": {
765
+ "type": "AES",
766
+ "key": ""
767
+ },
768
+ "external_name": "cluster_id__n"
769
+ },
770
+ "tenantGroupIdN": {
771
+ "type": "string",
772
+ "description": "",
773
+ "parse": false,
774
+ "encode": false,
775
+ "encrypt": {
776
+ "type": "AES",
777
+ "key": ""
778
+ },
779
+ "external_name": "tenant_group_id__n"
780
+ },
781
+ "tenantGroupN": {
782
+ "type": "string",
783
+ "description": "",
784
+ "parse": false,
785
+ "encode": false,
786
+ "encrypt": {
787
+ "type": "AES",
788
+ "key": ""
789
+ },
790
+ "external_name": "tenant_group__n"
791
+ },
792
+ "tenantIdN": {
793
+ "type": "string",
794
+ "description": "",
795
+ "parse": false,
796
+ "encode": false,
797
+ "encrypt": {
798
+ "type": "AES",
799
+ "key": ""
800
+ },
801
+ "external_name": "tenant_id__n"
802
+ },
803
+ "tenantN": {
804
+ "type": "string",
805
+ "description": "",
806
+ "parse": false,
807
+ "encode": false,
808
+ "encrypt": {
809
+ "type": "AES",
810
+ "key": ""
811
+ },
812
+ "external_name": "tenant__n"
813
+ },
814
+ "tagIdN": {
815
+ "type": "string",
816
+ "description": "",
817
+ "parse": false,
818
+ "encode": false,
819
+ "encrypt": {
820
+ "type": "AES",
821
+ "key": ""
822
+ },
823
+ "external_name": "tag_id__n"
824
+ },
825
+ "tagN": {
826
+ "type": "string",
827
+ "description": "",
828
+ "parse": false,
829
+ "encode": false,
830
+ "encrypt": {
831
+ "type": "AES",
832
+ "key": ""
833
+ },
834
+ "external_name": "tag__n"
835
+ },
836
+ "appLabel": {
837
+ "type": "string",
838
+ "description": "",
839
+ "parse": false,
840
+ "encode": false,
841
+ "encrypt": {
842
+ "type": "AES",
843
+ "key": ""
844
+ },
845
+ "external_name": "app_label"
846
+ },
847
+ "contentTypes": {
848
+ "type": "string",
849
+ "description": "",
850
+ "parse": false,
851
+ "encode": false,
852
+ "encrypt": {
853
+ "type": "AES",
854
+ "key": ""
855
+ },
856
+ "external_name": "content_types"
857
+ },
858
+ "groupName": {
859
+ "type": "string",
860
+ "description": "",
861
+ "parse": false,
862
+ "encode": false,
863
+ "encrypt": {
864
+ "type": "AES",
865
+ "key": ""
866
+ },
867
+ "external_name": "group_name"
868
+ },
869
+ "filterLogic": {
870
+ "type": "string",
871
+ "description": "",
872
+ "parse": false,
873
+ "encode": false,
874
+ "encrypt": {
875
+ "type": "AES",
876
+ "key": ""
877
+ },
878
+ "external_name": "filter_logic"
879
+ },
880
+ "uiVisibility": {
881
+ "type": "string",
882
+ "description": "",
883
+ "parse": false,
884
+ "encode": false,
885
+ "encrypt": {
886
+ "type": "AES",
887
+ "key": ""
888
+ },
889
+ "external_name": "ui_visibility"
890
+ },
891
+ "contentTypeId": {
892
+ "type": "string",
893
+ "description": "",
894
+ "parse": false,
895
+ "encode": false,
896
+ "encrypt": {
897
+ "type": "AES",
898
+ "key": ""
899
+ },
900
+ "external_name": "content_type_id"
901
+ },
902
+ "contentTypesN": {
903
+ "type": "string",
904
+ "description": "",
905
+ "parse": false,
906
+ "encode": false,
907
+ "encrypt": {
908
+ "type": "AES",
909
+ "key": ""
910
+ },
911
+ "external_name": "content_types__n"
912
+ },
913
+ "contentTypesIc": {
914
+ "type": "string",
915
+ "description": "",
916
+ "parse": false,
917
+ "encode": false,
918
+ "encrypt": {
919
+ "type": "AES",
920
+ "key": ""
921
+ },
922
+ "external_name": "content_types__ic"
923
+ },
924
+ "contentTypesNic": {
925
+ "type": "string",
926
+ "description": "",
927
+ "parse": false,
928
+ "encode": false,
929
+ "encrypt": {
930
+ "type": "AES",
931
+ "key": ""
932
+ },
933
+ "external_name": "content_types__nic"
934
+ },
935
+ "contentTypesIew": {
936
+ "type": "string",
937
+ "description": "",
938
+ "parse": false,
939
+ "encode": false,
940
+ "encrypt": {
941
+ "type": "AES",
942
+ "key": ""
943
+ },
944
+ "external_name": "content_types__iew"
945
+ },
946
+ "contentTypesNiew": {
947
+ "type": "string",
948
+ "description": "",
949
+ "parse": false,
950
+ "encode": false,
951
+ "encrypt": {
952
+ "type": "AES",
953
+ "key": ""
954
+ },
955
+ "external_name": "content_types__niew"
956
+ },
957
+ "contentTypesIsw": {
958
+ "type": "string",
959
+ "description": "",
960
+ "parse": false,
961
+ "encode": false,
962
+ "encrypt": {
963
+ "type": "AES",
964
+ "key": ""
965
+ },
966
+ "external_name": "content_types__isw"
967
+ },
968
+ "contentTypesNisw": {
969
+ "type": "string",
970
+ "description": "",
971
+ "parse": false,
972
+ "encode": false,
973
+ "encrypt": {
974
+ "type": "AES",
975
+ "key": ""
976
+ },
977
+ "external_name": "content_types__nisw"
978
+ },
979
+ "contentTypesIe": {
980
+ "type": "string",
981
+ "description": "",
982
+ "parse": false,
983
+ "encode": false,
984
+ "encrypt": {
985
+ "type": "AES",
986
+ "key": ""
987
+ },
988
+ "external_name": "content_types__ie"
989
+ },
990
+ "contentTypesNie": {
991
+ "type": "string",
992
+ "description": "",
993
+ "parse": false,
994
+ "encode": false,
995
+ "encrypt": {
996
+ "type": "AES",
997
+ "key": ""
998
+ },
999
+ "external_name": "content_types__nie"
1000
+ },
1001
+ "groupNameN": {
1002
+ "type": "string",
1003
+ "description": "",
1004
+ "parse": false,
1005
+ "encode": false,
1006
+ "encrypt": {
1007
+ "type": "AES",
1008
+ "key": ""
1009
+ },
1010
+ "external_name": "group_name__n"
1011
+ },
1012
+ "groupNameIc": {
1013
+ "type": "string",
1014
+ "description": "",
1015
+ "parse": false,
1016
+ "encode": false,
1017
+ "encrypt": {
1018
+ "type": "AES",
1019
+ "key": ""
1020
+ },
1021
+ "external_name": "group_name__ic"
1022
+ },
1023
+ "groupNameNic": {
1024
+ "type": "string",
1025
+ "description": "",
1026
+ "parse": false,
1027
+ "encode": false,
1028
+ "encrypt": {
1029
+ "type": "AES",
1030
+ "key": ""
1031
+ },
1032
+ "external_name": "group_name__nic"
1033
+ },
1034
+ "groupNameIew": {
1035
+ "type": "string",
1036
+ "description": "",
1037
+ "parse": false,
1038
+ "encode": false,
1039
+ "encrypt": {
1040
+ "type": "AES",
1041
+ "key": ""
1042
+ },
1043
+ "external_name": "group_name__iew"
1044
+ },
1045
+ "groupNameNiew": {
1046
+ "type": "string",
1047
+ "description": "",
1048
+ "parse": false,
1049
+ "encode": false,
1050
+ "encrypt": {
1051
+ "type": "AES",
1052
+ "key": ""
1053
+ },
1054
+ "external_name": "group_name__niew"
1055
+ },
1056
+ "groupNameIsw": {
1057
+ "type": "string",
1058
+ "description": "",
1059
+ "parse": false,
1060
+ "encode": false,
1061
+ "encrypt": {
1062
+ "type": "AES",
1063
+ "key": ""
1064
+ },
1065
+ "external_name": "group_name__isw"
1066
+ },
1067
+ "groupNameNisw": {
1068
+ "type": "string",
1069
+ "description": "",
1070
+ "parse": false,
1071
+ "encode": false,
1072
+ "encrypt": {
1073
+ "type": "AES",
1074
+ "key": ""
1075
+ },
1076
+ "external_name": "group_name__nisw"
1077
+ },
1078
+ "groupNameIe": {
1079
+ "type": "string",
1080
+ "description": "",
1081
+ "parse": false,
1082
+ "encode": false,
1083
+ "encrypt": {
1084
+ "type": "AES",
1085
+ "key": ""
1086
+ },
1087
+ "external_name": "group_name__ie"
1088
+ },
1089
+ "groupNameNie": {
1090
+ "type": "string",
1091
+ "description": "",
1092
+ "parse": false,
1093
+ "encode": false,
1094
+ "encrypt": {
1095
+ "type": "AES",
1096
+ "key": ""
1097
+ },
1098
+ "external_name": "group_name__nie"
1099
+ },
1100
+ "filterLogicN": {
1101
+ "type": "string",
1102
+ "description": "",
1103
+ "parse": false,
1104
+ "encode": false,
1105
+ "encrypt": {
1106
+ "type": "AES",
1107
+ "key": ""
1108
+ },
1109
+ "external_name": "filter_logic__n"
1110
+ },
1111
+ "uiVisibilityN": {
1112
+ "type": "string",
1113
+ "description": "",
1114
+ "parse": false,
1115
+ "encode": false,
1116
+ "encrypt": {
1117
+ "type": "AES",
1118
+ "key": ""
1119
+ },
1120
+ "external_name": "ui_visibility__n"
1121
+ },
1122
+ "weightN": {
1123
+ "type": "string",
1124
+ "description": "",
1125
+ "parse": false,
1126
+ "encode": false,
1127
+ "encrypt": {
1128
+ "type": "AES",
1129
+ "key": ""
1130
+ },
1131
+ "external_name": "weight__n"
1132
+ },
1133
+ "weightLte": {
1134
+ "type": "string",
1135
+ "description": "",
1136
+ "parse": false,
1137
+ "encode": false,
1138
+ "encrypt": {
1139
+ "type": "AES",
1140
+ "key": ""
1141
+ },
1142
+ "external_name": "weight__lte"
1143
+ },
1144
+ "weightLt": {
1145
+ "type": "string",
1146
+ "description": "",
1147
+ "parse": false,
1148
+ "encode": false,
1149
+ "encrypt": {
1150
+ "type": "AES",
1151
+ "key": ""
1152
+ },
1153
+ "external_name": "weight__lt"
1154
+ },
1155
+ "weightGte": {
1156
+ "type": "string",
1157
+ "description": "",
1158
+ "parse": false,
1159
+ "encode": false,
1160
+ "encrypt": {
1161
+ "type": "AES",
1162
+ "key": ""
1163
+ },
1164
+ "external_name": "weight__gte"
1165
+ },
1166
+ "weightGt": {
1167
+ "type": "string",
1168
+ "description": "",
1169
+ "parse": false,
1170
+ "encode": false,
1171
+ "encrypt": {
1172
+ "type": "AES",
1173
+ "key": ""
1174
+ },
1175
+ "external_name": "weight__gt"
1176
+ },
1177
+ "descriptionN": {
1178
+ "type": "string",
1179
+ "description": "",
1180
+ "parse": false,
1181
+ "encode": false,
1182
+ "encrypt": {
1183
+ "type": "AES",
1184
+ "key": ""
1185
+ },
1186
+ "external_name": "description__n"
1187
+ },
1188
+ "descriptionIc": {
1189
+ "type": "string",
1190
+ "description": "",
1191
+ "parse": false,
1192
+ "encode": false,
1193
+ "encrypt": {
1194
+ "type": "AES",
1195
+ "key": ""
1196
+ },
1197
+ "external_name": "description__ic"
1198
+ },
1199
+ "descriptionNic": {
1200
+ "type": "string",
1201
+ "description": "",
1202
+ "parse": false,
1203
+ "encode": false,
1204
+ "encrypt": {
1205
+ "type": "AES",
1206
+ "key": ""
1207
+ },
1208
+ "external_name": "description__nic"
1209
+ },
1210
+ "descriptionIew": {
1211
+ "type": "string",
1212
+ "description": "",
1213
+ "parse": false,
1214
+ "encode": false,
1215
+ "encrypt": {
1216
+ "type": "AES",
1217
+ "key": ""
1218
+ },
1219
+ "external_name": "description__iew"
1220
+ },
1221
+ "descriptionNiew": {
1222
+ "type": "string",
1223
+ "description": "",
1224
+ "parse": false,
1225
+ "encode": false,
1226
+ "encrypt": {
1227
+ "type": "AES",
1228
+ "key": ""
1229
+ },
1230
+ "external_name": "description__niew"
1231
+ },
1232
+ "descriptionIsw": {
1233
+ "type": "string",
1234
+ "description": "",
1235
+ "parse": false,
1236
+ "encode": false,
1237
+ "encrypt": {
1238
+ "type": "AES",
1239
+ "key": ""
1240
+ },
1241
+ "external_name": "description__isw"
1242
+ },
1243
+ "descriptionNisw": {
1244
+ "type": "string",
1245
+ "description": "",
1246
+ "parse": false,
1247
+ "encode": false,
1248
+ "encrypt": {
1249
+ "type": "AES",
1250
+ "key": ""
1251
+ },
1252
+ "external_name": "description__nisw"
1253
+ },
1254
+ "descriptionIe": {
1255
+ "type": "string",
1256
+ "description": "",
1257
+ "parse": false,
1258
+ "encode": false,
1259
+ "encrypt": {
1260
+ "type": "AES",
1261
+ "key": ""
1262
+ },
1263
+ "external_name": "description__ie"
1264
+ },
1265
+ "descriptionNie": {
1266
+ "type": "string",
1267
+ "description": "",
1268
+ "parse": false,
1269
+ "encode": false,
1270
+ "encrypt": {
1271
+ "type": "AES",
1272
+ "key": ""
1273
+ },
1274
+ "external_name": "description__nie"
1275
+ },
1276
+ "typeN": {
1277
+ "type": "string",
1278
+ "description": "",
1279
+ "parse": false,
1280
+ "encode": false,
1281
+ "encrypt": {
1282
+ "type": "AES",
1283
+ "key": ""
1284
+ },
1285
+ "external_name": "type__n"
1286
+ },
1287
+ "contentTypeIdN": {
1288
+ "type": "string",
1289
+ "description": "",
1290
+ "parse": false,
1291
+ "encode": false,
1292
+ "encrypt": {
1293
+ "type": "AES",
1294
+ "key": ""
1295
+ },
1296
+ "external_name": "content_type_id__n"
1297
+ },
1298
+ "contentTypeIdLte": {
1299
+ "type": "string",
1300
+ "description": "",
1301
+ "parse": false,
1302
+ "encode": false,
1303
+ "encrypt": {
1304
+ "type": "AES",
1305
+ "key": ""
1306
+ },
1307
+ "external_name": "content_type_id__lte"
1308
+ },
1309
+ "contentTypeIdLt": {
1310
+ "type": "string",
1311
+ "description": "",
1312
+ "parse": false,
1313
+ "encode": false,
1314
+ "encrypt": {
1315
+ "type": "AES",
1316
+ "key": ""
1317
+ },
1318
+ "external_name": "content_type_id__lt"
1319
+ },
1320
+ "contentTypeIdGte": {
1321
+ "type": "string",
1322
+ "description": "",
1323
+ "parse": false,
1324
+ "encode": false,
1325
+ "encrypt": {
1326
+ "type": "AES",
1327
+ "key": ""
1328
+ },
1329
+ "external_name": "content_type_id__gte"
1330
+ },
1331
+ "contentTypeIdGt": {
1332
+ "type": "string",
1333
+ "description": "",
1334
+ "parse": false,
1335
+ "encode": false,
1336
+ "encrypt": {
1337
+ "type": "AES",
1338
+ "key": ""
1339
+ },
1340
+ "external_name": "content_type_id__gt"
1341
+ },
1342
+ "contentType": {
1343
+ "type": "string",
1344
+ "description": "",
1345
+ "parse": false,
1346
+ "encode": false,
1347
+ "encrypt": {
1348
+ "type": "AES",
1349
+ "key": ""
1350
+ },
1351
+ "external_name": "content_type"
1352
+ },
1353
+ "linkText": {
1354
+ "type": "string",
1355
+ "description": "",
1356
+ "parse": false,
1357
+ "encode": false,
1358
+ "encrypt": {
1359
+ "type": "AES",
1360
+ "key": ""
1361
+ },
1362
+ "external_name": "link_text"
1363
+ },
1364
+ "linkUrl": {
1365
+ "type": "string",
1366
+ "description": "",
1367
+ "parse": false,
1368
+ "encode": false,
1369
+ "encrypt": {
1370
+ "type": "AES",
1371
+ "key": ""
1372
+ },
1373
+ "external_name": "link_url"
1374
+ },
1375
+ "newWindow": {
1376
+ "type": "string",
1377
+ "description": "",
1378
+ "parse": false,
1379
+ "encode": false,
1380
+ "encrypt": {
1381
+ "type": "AES",
1382
+ "key": ""
1383
+ },
1384
+ "external_name": "new_window"
1385
+ },
1386
+ "contentTypeN": {
1387
+ "type": "string",
1388
+ "description": "",
1389
+ "parse": false,
1390
+ "encode": false,
1391
+ "encrypt": {
1392
+ "type": "AES",
1393
+ "key": ""
1394
+ },
1395
+ "external_name": "content_type__n"
1396
+ },
1397
+ "linkTextN": {
1398
+ "type": "string",
1399
+ "description": "",
1400
+ "parse": false,
1401
+ "encode": false,
1402
+ "encrypt": {
1403
+ "type": "AES",
1404
+ "key": ""
1405
+ },
1406
+ "external_name": "link_text__n"
1407
+ },
1408
+ "linkTextIc": {
1409
+ "type": "string",
1410
+ "description": "",
1411
+ "parse": false,
1412
+ "encode": false,
1413
+ "encrypt": {
1414
+ "type": "AES",
1415
+ "key": ""
1416
+ },
1417
+ "external_name": "link_text__ic"
1418
+ },
1419
+ "linkTextNic": {
1420
+ "type": "string",
1421
+ "description": "",
1422
+ "parse": false,
1423
+ "encode": false,
1424
+ "encrypt": {
1425
+ "type": "AES",
1426
+ "key": ""
1427
+ },
1428
+ "external_name": "link_text__nic"
1429
+ },
1430
+ "linkTextIew": {
1431
+ "type": "string",
1432
+ "description": "",
1433
+ "parse": false,
1434
+ "encode": false,
1435
+ "encrypt": {
1436
+ "type": "AES",
1437
+ "key": ""
1438
+ },
1439
+ "external_name": "link_text__iew"
1440
+ },
1441
+ "linkTextNiew": {
1442
+ "type": "string",
1443
+ "description": "",
1444
+ "parse": false,
1445
+ "encode": false,
1446
+ "encrypt": {
1447
+ "type": "AES",
1448
+ "key": ""
1449
+ },
1450
+ "external_name": "link_text__niew"
1451
+ },
1452
+ "linkTextIsw": {
1453
+ "type": "string",
1454
+ "description": "",
1455
+ "parse": false,
1456
+ "encode": false,
1457
+ "encrypt": {
1458
+ "type": "AES",
1459
+ "key": ""
1460
+ },
1461
+ "external_name": "link_text__isw"
1462
+ },
1463
+ "linkTextNisw": {
1464
+ "type": "string",
1465
+ "description": "",
1466
+ "parse": false,
1467
+ "encode": false,
1468
+ "encrypt": {
1469
+ "type": "AES",
1470
+ "key": ""
1471
+ },
1472
+ "external_name": "link_text__nisw"
1473
+ },
1474
+ "linkTextIe": {
1475
+ "type": "string",
1476
+ "description": "",
1477
+ "parse": false,
1478
+ "encode": false,
1479
+ "encrypt": {
1480
+ "type": "AES",
1481
+ "key": ""
1482
+ },
1483
+ "external_name": "link_text__ie"
1484
+ },
1485
+ "linkTextNie": {
1486
+ "type": "string",
1487
+ "description": "",
1488
+ "parse": false,
1489
+ "encode": false,
1490
+ "encrypt": {
1491
+ "type": "AES",
1492
+ "key": ""
1493
+ },
1494
+ "external_name": "link_text__nie"
1495
+ },
1496
+ "linkUrlN": {
1497
+ "type": "string",
1498
+ "description": "",
1499
+ "parse": false,
1500
+ "encode": false,
1501
+ "encrypt": {
1502
+ "type": "AES",
1503
+ "key": ""
1504
+ },
1505
+ "external_name": "link_url__n"
1506
+ },
1507
+ "linkUrlIc": {
1508
+ "type": "string",
1509
+ "description": "",
1510
+ "parse": false,
1511
+ "encode": false,
1512
+ "encrypt": {
1513
+ "type": "AES",
1514
+ "key": ""
1515
+ },
1516
+ "external_name": "link_url__ic"
1517
+ },
1518
+ "linkUrlNic": {
1519
+ "type": "string",
1520
+ "description": "",
1521
+ "parse": false,
1522
+ "encode": false,
1523
+ "encrypt": {
1524
+ "type": "AES",
1525
+ "key": ""
1526
+ },
1527
+ "external_name": "link_url__nic"
1528
+ },
1529
+ "linkUrlIew": {
1530
+ "type": "string",
1531
+ "description": "",
1532
+ "parse": false,
1533
+ "encode": false,
1534
+ "encrypt": {
1535
+ "type": "AES",
1536
+ "key": ""
1537
+ },
1538
+ "external_name": "link_url__iew"
1539
+ },
1540
+ "linkUrlNiew": {
1541
+ "type": "string",
1542
+ "description": "",
1543
+ "parse": false,
1544
+ "encode": false,
1545
+ "encrypt": {
1546
+ "type": "AES",
1547
+ "key": ""
1548
+ },
1549
+ "external_name": "link_url__niew"
1550
+ },
1551
+ "linkUrlIsw": {
1552
+ "type": "string",
1553
+ "description": "",
1554
+ "parse": false,
1555
+ "encode": false,
1556
+ "encrypt": {
1557
+ "type": "AES",
1558
+ "key": ""
1559
+ },
1560
+ "external_name": "link_url__isw"
1561
+ },
1562
+ "linkUrlNisw": {
1563
+ "type": "string",
1564
+ "description": "",
1565
+ "parse": false,
1566
+ "encode": false,
1567
+ "encrypt": {
1568
+ "type": "AES",
1569
+ "key": ""
1570
+ },
1571
+ "external_name": "link_url__nisw"
1572
+ },
1573
+ "linkUrlIe": {
1574
+ "type": "string",
1575
+ "description": "",
1576
+ "parse": false,
1577
+ "encode": false,
1578
+ "encrypt": {
1579
+ "type": "AES",
1580
+ "key": ""
1581
+ },
1582
+ "external_name": "link_url__ie"
1583
+ },
1584
+ "linkUrlNie": {
1585
+ "type": "string",
1586
+ "description": "",
1587
+ "parse": false,
1588
+ "encode": false,
1589
+ "encrypt": {
1590
+ "type": "AES",
1591
+ "key": ""
1592
+ },
1593
+ "external_name": "link_url__nie"
1594
+ },
1595
+ "objectId": {
1596
+ "type": "string",
1597
+ "description": "",
1598
+ "parse": false,
1599
+ "encode": false,
1600
+ "encrypt": {
1601
+ "type": "AES",
1602
+ "key": ""
1603
+ },
1604
+ "external_name": "object_id"
1605
+ },
1606
+ "objectIdN": {
1607
+ "type": "string",
1608
+ "description": "",
1609
+ "parse": false,
1610
+ "encode": false,
1611
+ "encrypt": {
1612
+ "type": "AES",
1613
+ "key": ""
1614
+ },
1615
+ "external_name": "object_id__n"
1616
+ },
1617
+ "objectIdLte": {
1618
+ "type": "string",
1619
+ "description": "",
1620
+ "parse": false,
1621
+ "encode": false,
1622
+ "encrypt": {
1623
+ "type": "AES",
1624
+ "key": ""
1625
+ },
1626
+ "external_name": "object_id__lte"
1627
+ },
1628
+ "objectIdLt": {
1629
+ "type": "string",
1630
+ "description": "",
1631
+ "parse": false,
1632
+ "encode": false,
1633
+ "encrypt": {
1634
+ "type": "AES",
1635
+ "key": ""
1636
+ },
1637
+ "external_name": "object_id__lt"
1638
+ },
1639
+ "objectIdGte": {
1640
+ "type": "string",
1641
+ "description": "",
1642
+ "parse": false,
1643
+ "encode": false,
1644
+ "encrypt": {
1645
+ "type": "AES",
1646
+ "key": ""
1647
+ },
1648
+ "external_name": "object_id__gte"
1649
+ },
1650
+ "objectIdGt": {
1651
+ "type": "string",
1652
+ "description": "",
1653
+ "parse": false,
1654
+ "encode": false,
1655
+ "encrypt": {
1656
+ "type": "AES",
1657
+ "key": ""
1658
+ },
1659
+ "external_name": "object_id__gt"
1660
+ },
1661
+ "objType": {
1662
+ "type": "string",
1663
+ "description": "",
1664
+ "parse": false,
1665
+ "encode": false,
1666
+ "encrypt": {
1667
+ "type": "AES",
1668
+ "key": ""
1669
+ },
1670
+ "external_name": "obj_type"
1671
+ },
1672
+ "statusN": {
1673
+ "type": "string",
1674
+ "description": "",
1675
+ "parse": false,
1676
+ "encode": false,
1677
+ "encrypt": {
1678
+ "type": "AES",
1679
+ "key": ""
1680
+ },
1681
+ "external_name": "status__n"
1682
+ },
1683
+ "userN": {
1684
+ "type": "string",
1685
+ "description": "",
1686
+ "parse": false,
1687
+ "encode": false,
1688
+ "encrypt": {
1689
+ "type": "AES",
1690
+ "key": ""
1691
+ },
1692
+ "external_name": "user__n"
1693
+ },
1694
+ "objTypeN": {
1695
+ "type": "string",
1696
+ "description": "",
1697
+ "parse": false,
1698
+ "encode": false,
1699
+ "encrypt": {
1700
+ "type": "AES",
1701
+ "key": ""
1702
+ },
1703
+ "external_name": "obj_type__n"
1704
+ },
1705
+ "assignedObjectTypeId": {
1706
+ "type": "string",
1707
+ "description": "",
1708
+ "parse": false,
1709
+ "encode": false,
1710
+ "encrypt": {
1711
+ "type": "AES",
1712
+ "key": ""
1713
+ },
1714
+ "external_name": "assigned_object_type_id"
1715
+ },
1716
+ "assignedObjectId": {
1717
+ "type": "string",
1718
+ "description": "",
1719
+ "parse": false,
1720
+ "encode": false,
1721
+ "encrypt": {
1722
+ "type": "AES",
1723
+ "key": ""
1724
+ },
1725
+ "external_name": "assigned_object_id"
1726
+ },
1727
+ "assignedObjectType": {
1728
+ "type": "string",
1729
+ "description": "",
1730
+ "parse": false,
1731
+ "encode": false,
1732
+ "encrypt": {
1733
+ "type": "AES",
1734
+ "key": ""
1735
+ },
1736
+ "external_name": "assigned_object_type"
1737
+ },
1738
+ "createdById": {
1739
+ "type": "string",
1740
+ "description": "",
1741
+ "parse": false,
1742
+ "encode": false,
1743
+ "encrypt": {
1744
+ "type": "AES",
1745
+ "key": ""
1746
+ },
1747
+ "external_name": "created_by_id"
1748
+ },
1749
+ "createdBy": {
1750
+ "type": "string",
1751
+ "description": "",
1752
+ "parse": false,
1753
+ "encode": false,
1754
+ "encrypt": {
1755
+ "type": "AES",
1756
+ "key": ""
1757
+ },
1758
+ "external_name": "created_by"
1759
+ },
1760
+ "assignedObjectTypeIdN": {
1761
+ "type": "string",
1762
+ "description": "",
1763
+ "parse": false,
1764
+ "encode": false,
1765
+ "encrypt": {
1766
+ "type": "AES",
1767
+ "key": ""
1768
+ },
1769
+ "external_name": "assigned_object_type_id__n"
1770
+ },
1771
+ "assignedObjectIdN": {
1772
+ "type": "string",
1773
+ "description": "",
1774
+ "parse": false,
1775
+ "encode": false,
1776
+ "encrypt": {
1777
+ "type": "AES",
1778
+ "key": ""
1779
+ },
1780
+ "external_name": "assigned_object_id__n"
1781
+ },
1782
+ "assignedObjectIdLte": {
1783
+ "type": "string",
1784
+ "description": "",
1785
+ "parse": false,
1786
+ "encode": false,
1787
+ "encrypt": {
1788
+ "type": "AES",
1789
+ "key": ""
1790
+ },
1791
+ "external_name": "assigned_object_id__lte"
1792
+ },
1793
+ "assignedObjectIdLt": {
1794
+ "type": "string",
1795
+ "description": "",
1796
+ "parse": false,
1797
+ "encode": false,
1798
+ "encrypt": {
1799
+ "type": "AES",
1800
+ "key": ""
1801
+ },
1802
+ "external_name": "assigned_object_id__lt"
1803
+ },
1804
+ "assignedObjectIdGte": {
1805
+ "type": "string",
1806
+ "description": "",
1807
+ "parse": false,
1808
+ "encode": false,
1809
+ "encrypt": {
1810
+ "type": "AES",
1811
+ "key": ""
1812
+ },
1813
+ "external_name": "assigned_object_id__gte"
1814
+ },
1815
+ "assignedObjectIdGt": {
1816
+ "type": "string",
1817
+ "description": "",
1818
+ "parse": false,
1819
+ "encode": false,
1820
+ "encrypt": {
1821
+ "type": "AES",
1822
+ "key": ""
1823
+ },
1824
+ "external_name": "assigned_object_id__gt"
1825
+ },
1826
+ "kindN": {
1827
+ "type": "string",
1828
+ "description": "",
1829
+ "parse": false,
1830
+ "encode": false,
1831
+ "encrypt": {
1832
+ "type": "AES",
1833
+ "key": ""
1834
+ },
1835
+ "external_name": "kind__n"
1836
+ },
1837
+ "assignedObjectTypeN": {
1838
+ "type": "string",
1839
+ "description": "",
1840
+ "parse": false,
1841
+ "encode": false,
1842
+ "encrypt": {
1843
+ "type": "AES",
1844
+ "key": ""
1845
+ },
1846
+ "external_name": "assigned_object_type__n"
1847
+ },
1848
+ "createdByIdN": {
1849
+ "type": "string",
1850
+ "description": "",
1851
+ "parse": false,
1852
+ "encode": false,
1853
+ "encrypt": {
1854
+ "type": "AES",
1855
+ "key": ""
1856
+ },
1857
+ "external_name": "created_by_id__n"
1858
+ },
1859
+ "createdByN": {
1860
+ "type": "string",
1861
+ "description": "",
1862
+ "parse": false,
1863
+ "encode": false,
1864
+ "encrypt": {
1865
+ "type": "AES",
1866
+ "key": ""
1867
+ },
1868
+ "external_name": "created_by__n"
1869
+ },
1870
+ "userName": {
1871
+ "type": "string",
1872
+ "description": "",
1873
+ "parse": false,
1874
+ "encode": false,
1875
+ "encrypt": {
1876
+ "type": "AES",
1877
+ "key": ""
1878
+ },
1879
+ "external_name": "user_name"
1880
+ },
1881
+ "requestId": {
1882
+ "type": "string",
1883
+ "description": "",
1884
+ "parse": false,
1885
+ "encode": false,
1886
+ "encrypt": {
1887
+ "type": "AES",
1888
+ "key": ""
1889
+ },
1890
+ "external_name": "request_id"
1891
+ },
1892
+ "changedObjectTypeId": {
1893
+ "type": "string",
1894
+ "description": "",
1895
+ "parse": false,
1896
+ "encode": false,
1897
+ "encrypt": {
1898
+ "type": "AES",
1899
+ "key": ""
1900
+ },
1901
+ "external_name": "changed_object_type_id"
1902
+ },
1903
+ "changedObjectId": {
1904
+ "type": "string",
1905
+ "description": "",
1906
+ "parse": false,
1907
+ "encode": false,
1908
+ "encrypt": {
1909
+ "type": "AES",
1910
+ "key": ""
1911
+ },
1912
+ "external_name": "changed_object_id"
1913
+ },
1914
+ "objectRepr": {
1915
+ "type": "string",
1916
+ "description": "",
1917
+ "parse": false,
1918
+ "encode": false,
1919
+ "encrypt": {
1920
+ "type": "AES",
1921
+ "key": ""
1922
+ },
1923
+ "external_name": "object_repr"
1924
+ },
1925
+ "changedObjectType": {
1926
+ "type": "string",
1927
+ "description": "",
1928
+ "parse": false,
1929
+ "encode": false,
1930
+ "encrypt": {
1931
+ "type": "AES",
1932
+ "key": ""
1933
+ },
1934
+ "external_name": "changed_object_type"
1935
+ },
1936
+ "userId": {
1937
+ "type": "string",
1938
+ "description": "",
1939
+ "parse": false,
1940
+ "encode": false,
1941
+ "encrypt": {
1942
+ "type": "AES",
1943
+ "key": ""
1944
+ },
1945
+ "external_name": "user_id"
1946
+ },
1947
+ "userNameN": {
1948
+ "type": "string",
1949
+ "description": "",
1950
+ "parse": false,
1951
+ "encode": false,
1952
+ "encrypt": {
1953
+ "type": "AES",
1954
+ "key": ""
1955
+ },
1956
+ "external_name": "user_name__n"
1957
+ },
1958
+ "userNameIc": {
1959
+ "type": "string",
1960
+ "description": "",
1961
+ "parse": false,
1962
+ "encode": false,
1963
+ "encrypt": {
1964
+ "type": "AES",
1965
+ "key": ""
1966
+ },
1967
+ "external_name": "user_name__ic"
1968
+ },
1969
+ "userNameNic": {
1970
+ "type": "string",
1971
+ "description": "",
1972
+ "parse": false,
1973
+ "encode": false,
1974
+ "encrypt": {
1975
+ "type": "AES",
1976
+ "key": ""
1977
+ },
1978
+ "external_name": "user_name__nic"
1979
+ },
1980
+ "userNameIew": {
1981
+ "type": "string",
1982
+ "description": "",
1983
+ "parse": false,
1984
+ "encode": false,
1985
+ "encrypt": {
1986
+ "type": "AES",
1987
+ "key": ""
1988
+ },
1989
+ "external_name": "user_name__iew"
1990
+ },
1991
+ "userNameNiew": {
1992
+ "type": "string",
1993
+ "description": "",
1994
+ "parse": false,
1995
+ "encode": false,
1996
+ "encrypt": {
1997
+ "type": "AES",
1998
+ "key": ""
1999
+ },
2000
+ "external_name": "user_name__niew"
2001
+ },
2002
+ "userNameIsw": {
2003
+ "type": "string",
2004
+ "description": "",
2005
+ "parse": false,
2006
+ "encode": false,
2007
+ "encrypt": {
2008
+ "type": "AES",
2009
+ "key": ""
2010
+ },
2011
+ "external_name": "user_name__isw"
2012
+ },
2013
+ "userNameNisw": {
2014
+ "type": "string",
2015
+ "description": "",
2016
+ "parse": false,
2017
+ "encode": false,
2018
+ "encrypt": {
2019
+ "type": "AES",
2020
+ "key": ""
2021
+ },
2022
+ "external_name": "user_name__nisw"
2023
+ },
2024
+ "userNameIe": {
2025
+ "type": "string",
2026
+ "description": "",
2027
+ "parse": false,
2028
+ "encode": false,
2029
+ "encrypt": {
2030
+ "type": "AES",
2031
+ "key": ""
2032
+ },
2033
+ "external_name": "user_name__ie"
2034
+ },
2035
+ "userNameNie": {
2036
+ "type": "string",
2037
+ "description": "",
2038
+ "parse": false,
2039
+ "encode": false,
2040
+ "encrypt": {
2041
+ "type": "AES",
2042
+ "key": ""
2043
+ },
2044
+ "external_name": "user_name__nie"
2045
+ },
2046
+ "actionN": {
2047
+ "type": "string",
2048
+ "description": "",
2049
+ "parse": false,
2050
+ "encode": false,
2051
+ "encrypt": {
2052
+ "type": "AES",
2053
+ "key": ""
2054
+ },
2055
+ "external_name": "action__n"
2056
+ },
2057
+ "changedObjectTypeIdN": {
2058
+ "type": "string",
2059
+ "description": "",
2060
+ "parse": false,
2061
+ "encode": false,
2062
+ "encrypt": {
2063
+ "type": "AES",
2064
+ "key": ""
2065
+ },
2066
+ "external_name": "changed_object_type_id__n"
2067
+ },
2068
+ "changedObjectIdN": {
2069
+ "type": "string",
2070
+ "description": "",
2071
+ "parse": false,
2072
+ "encode": false,
2073
+ "encrypt": {
2074
+ "type": "AES",
2075
+ "key": ""
2076
+ },
2077
+ "external_name": "changed_object_id__n"
2078
+ },
2079
+ "changedObjectIdLte": {
2080
+ "type": "string",
2081
+ "description": "",
2082
+ "parse": false,
2083
+ "encode": false,
2084
+ "encrypt": {
2085
+ "type": "AES",
2086
+ "key": ""
2087
+ },
2088
+ "external_name": "changed_object_id__lte"
2089
+ },
2090
+ "changedObjectIdLt": {
2091
+ "type": "string",
2092
+ "description": "",
2093
+ "parse": false,
2094
+ "encode": false,
2095
+ "encrypt": {
2096
+ "type": "AES",
2097
+ "key": ""
2098
+ },
2099
+ "external_name": "changed_object_id__lt"
2100
+ },
2101
+ "changedObjectIdGte": {
2102
+ "type": "string",
2103
+ "description": "",
2104
+ "parse": false,
2105
+ "encode": false,
2106
+ "encrypt": {
2107
+ "type": "AES",
2108
+ "key": ""
2109
+ },
2110
+ "external_name": "changed_object_id__gte"
2111
+ },
2112
+ "changedObjectIdGt": {
2113
+ "type": "string",
2114
+ "description": "",
2115
+ "parse": false,
2116
+ "encode": false,
2117
+ "encrypt": {
2118
+ "type": "AES",
2119
+ "key": ""
2120
+ },
2121
+ "external_name": "changed_object_id__gt"
2122
+ },
2123
+ "objectReprN": {
2124
+ "type": "string",
2125
+ "description": "",
2126
+ "parse": false,
2127
+ "encode": false,
2128
+ "encrypt": {
2129
+ "type": "AES",
2130
+ "key": ""
2131
+ },
2132
+ "external_name": "object_repr__n"
2133
+ },
2134
+ "objectReprIc": {
2135
+ "type": "string",
2136
+ "description": "",
2137
+ "parse": false,
2138
+ "encode": false,
2139
+ "encrypt": {
2140
+ "type": "AES",
2141
+ "key": ""
2142
+ },
2143
+ "external_name": "object_repr__ic"
2144
+ },
2145
+ "objectReprNic": {
2146
+ "type": "string",
2147
+ "description": "",
2148
+ "parse": false,
2149
+ "encode": false,
2150
+ "encrypt": {
2151
+ "type": "AES",
2152
+ "key": ""
2153
+ },
2154
+ "external_name": "object_repr__nic"
2155
+ },
2156
+ "objectReprIew": {
2157
+ "type": "string",
2158
+ "description": "",
2159
+ "parse": false,
2160
+ "encode": false,
2161
+ "encrypt": {
2162
+ "type": "AES",
2163
+ "key": ""
2164
+ },
2165
+ "external_name": "object_repr__iew"
2166
+ },
2167
+ "objectReprNiew": {
2168
+ "type": "string",
2169
+ "description": "",
2170
+ "parse": false,
2171
+ "encode": false,
2172
+ "encrypt": {
2173
+ "type": "AES",
2174
+ "key": ""
2175
+ },
2176
+ "external_name": "object_repr__niew"
2177
+ },
2178
+ "objectReprIsw": {
2179
+ "type": "string",
2180
+ "description": "",
2181
+ "parse": false,
2182
+ "encode": false,
2183
+ "encrypt": {
2184
+ "type": "AES",
2185
+ "key": ""
2186
+ },
2187
+ "external_name": "object_repr__isw"
2188
+ },
2189
+ "objectReprNisw": {
2190
+ "type": "string",
2191
+ "description": "",
2192
+ "parse": false,
2193
+ "encode": false,
2194
+ "encrypt": {
2195
+ "type": "AES",
2196
+ "key": ""
2197
+ },
2198
+ "external_name": "object_repr__nisw"
2199
+ },
2200
+ "objectReprIe": {
2201
+ "type": "string",
2202
+ "description": "",
2203
+ "parse": false,
2204
+ "encode": false,
2205
+ "encrypt": {
2206
+ "type": "AES",
2207
+ "key": ""
2208
+ },
2209
+ "external_name": "object_repr__ie"
2210
+ },
2211
+ "objectReprNie": {
2212
+ "type": "string",
2213
+ "description": "",
2214
+ "parse": false,
2215
+ "encode": false,
2216
+ "encrypt": {
2217
+ "type": "AES",
2218
+ "key": ""
2219
+ },
2220
+ "external_name": "object_repr__nie"
2221
+ },
2222
+ "changedObjectTypeN": {
2223
+ "type": "string",
2224
+ "description": "",
2225
+ "parse": false,
2226
+ "encode": false,
2227
+ "encrypt": {
2228
+ "type": "AES",
2229
+ "key": ""
2230
+ },
2231
+ "external_name": "changed_object_type__n"
2232
+ },
2233
+ "userIdN": {
2234
+ "type": "string",
2235
+ "description": "",
2236
+ "parse": false,
2237
+ "encode": false,
2238
+ "encrypt": {
2239
+ "type": "AES",
2240
+ "key": ""
2241
+ },
2242
+ "external_name": "user_id__n"
2243
+ },
2244
+ "slugN": {
2245
+ "type": "string",
2246
+ "description": "",
2247
+ "parse": false,
2248
+ "encode": false,
2249
+ "encrypt": {
2250
+ "type": "AES",
2251
+ "key": ""
2252
+ },
2253
+ "external_name": "slug__n"
2254
+ },
2255
+ "slugIc": {
2256
+ "type": "string",
2257
+ "description": "",
2258
+ "parse": false,
2259
+ "encode": false,
2260
+ "encrypt": {
2261
+ "type": "AES",
2262
+ "key": ""
2263
+ },
2264
+ "external_name": "slug__ic"
2265
+ },
2266
+ "slugNic": {
2267
+ "type": "string",
2268
+ "description": "",
2269
+ "parse": false,
2270
+ "encode": false,
2271
+ "encrypt": {
2272
+ "type": "AES",
2273
+ "key": ""
2274
+ },
2275
+ "external_name": "slug__nic"
2276
+ },
2277
+ "slugIew": {
2278
+ "type": "string",
2279
+ "description": "",
2280
+ "parse": false,
2281
+ "encode": false,
2282
+ "encrypt": {
2283
+ "type": "AES",
2284
+ "key": ""
2285
+ },
2286
+ "external_name": "slug__iew"
2287
+ },
2288
+ "slugNiew": {
2289
+ "type": "string",
2290
+ "description": "",
2291
+ "parse": false,
2292
+ "encode": false,
2293
+ "encrypt": {
2294
+ "type": "AES",
2295
+ "key": ""
2296
+ },
2297
+ "external_name": "slug__niew"
2298
+ },
2299
+ "slugIsw": {
2300
+ "type": "string",
2301
+ "description": "",
2302
+ "parse": false,
2303
+ "encode": false,
2304
+ "encrypt": {
2305
+ "type": "AES",
2306
+ "key": ""
2307
+ },
2308
+ "external_name": "slug__isw"
2309
+ },
2310
+ "slugNisw": {
2311
+ "type": "string",
2312
+ "description": "",
2313
+ "parse": false,
2314
+ "encode": false,
2315
+ "encrypt": {
2316
+ "type": "AES",
2317
+ "key": ""
2318
+ },
2319
+ "external_name": "slug__nisw"
2320
+ },
2321
+ "slugIe": {
2322
+ "type": "string",
2323
+ "description": "",
2324
+ "parse": false,
2325
+ "encode": false,
2326
+ "encrypt": {
2327
+ "type": "AES",
2328
+ "key": ""
2329
+ },
2330
+ "external_name": "slug__ie"
2331
+ },
2332
+ "slugNie": {
2333
+ "type": "string",
2334
+ "description": "",
2335
+ "parse": false,
2336
+ "encode": false,
2337
+ "encrypt": {
2338
+ "type": "AES",
2339
+ "key": ""
2340
+ },
2341
+ "external_name": "slug__nie"
2342
+ },
2343
+ "colorN": {
2344
+ "type": "string",
2345
+ "description": "",
2346
+ "parse": false,
2347
+ "encode": false,
2348
+ "encrypt": {
2349
+ "type": "AES",
2350
+ "key": ""
2351
+ },
2352
+ "external_name": "color__n"
2353
+ },
2354
+ "colorIc": {
2355
+ "type": "string",
2356
+ "description": "",
2357
+ "parse": false,
2358
+ "encode": false,
2359
+ "encrypt": {
2360
+ "type": "AES",
2361
+ "key": ""
2362
+ },
2363
+ "external_name": "color__ic"
2364
+ },
2365
+ "colorNic": {
2366
+ "type": "string",
2367
+ "description": "",
2368
+ "parse": false,
2369
+ "encode": false,
2370
+ "encrypt": {
2371
+ "type": "AES",
2372
+ "key": ""
2373
+ },
2374
+ "external_name": "color__nic"
2375
+ },
2376
+ "colorIew": {
2377
+ "type": "string",
2378
+ "description": "",
2379
+ "parse": false,
2380
+ "encode": false,
2381
+ "encrypt": {
2382
+ "type": "AES",
2383
+ "key": ""
2384
+ },
2385
+ "external_name": "color__iew"
2386
+ },
2387
+ "colorNiew": {
2388
+ "type": "string",
2389
+ "description": "",
2390
+ "parse": false,
2391
+ "encode": false,
2392
+ "encrypt": {
2393
+ "type": "AES",
2394
+ "key": ""
2395
+ },
2396
+ "external_name": "color__niew"
2397
+ },
2398
+ "colorIsw": {
2399
+ "type": "string",
2400
+ "description": "",
2401
+ "parse": false,
2402
+ "encode": false,
2403
+ "encrypt": {
2404
+ "type": "AES",
2405
+ "key": ""
2406
+ },
2407
+ "external_name": "color__isw"
2408
+ },
2409
+ "colorNisw": {
2410
+ "type": "string",
2411
+ "description": "",
2412
+ "parse": false,
2413
+ "encode": false,
2414
+ "encrypt": {
2415
+ "type": "AES",
2416
+ "key": ""
2417
+ },
2418
+ "external_name": "color__nisw"
2419
+ },
2420
+ "colorIe": {
2421
+ "type": "string",
2422
+ "description": "",
2423
+ "parse": false,
2424
+ "encode": false,
2425
+ "encrypt": {
2426
+ "type": "AES",
2427
+ "key": ""
2428
+ },
2429
+ "external_name": "color__ie"
2430
+ },
2431
+ "colorNie": {
2432
+ "type": "string",
2433
+ "description": "",
2434
+ "parse": false,
2435
+ "encode": false,
2436
+ "encrypt": {
2437
+ "type": "AES",
2438
+ "key": ""
2439
+ },
2440
+ "external_name": "color__nie"
2441
+ },
2442
+ "typeCreate": {
2443
+ "type": "string",
2444
+ "description": "",
2445
+ "parse": false,
2446
+ "encode": false,
2447
+ "encrypt": {
2448
+ "type": "AES",
2449
+ "key": ""
2450
+ },
2451
+ "external_name": "type_create"
2452
+ },
2453
+ "typeUpdate": {
2454
+ "type": "string",
2455
+ "description": "",
2456
+ "parse": false,
2457
+ "encode": false,
2458
+ "encrypt": {
2459
+ "type": "AES",
2460
+ "key": ""
2461
+ },
2462
+ "external_name": "type_update"
2463
+ },
2464
+ "typeDelete": {
2465
+ "type": "string",
2466
+ "description": "",
2467
+ "parse": false,
2468
+ "encode": false,
2469
+ "encrypt": {
2470
+ "type": "AES",
2471
+ "key": ""
2472
+ },
2473
+ "external_name": "type_delete"
2474
+ },
2475
+ "payloadUrl": {
2476
+ "type": "string",
2477
+ "description": "",
2478
+ "parse": false,
2479
+ "encode": false,
2480
+ "encrypt": {
2481
+ "type": "AES",
2482
+ "key": ""
2483
+ },
2484
+ "external_name": "payload_url"
2485
+ },
2486
+ "httpMethod": {
2487
+ "type": "string",
2488
+ "description": "",
2489
+ "parse": false,
2490
+ "encode": false,
2491
+ "encrypt": {
2492
+ "type": "AES",
2493
+ "key": ""
2494
+ },
2495
+ "external_name": "http_method"
2496
+ },
2497
+ "httpContentType": {
2498
+ "type": "string",
2499
+ "description": "",
2500
+ "parse": false,
2501
+ "encode": false,
2502
+ "encrypt": {
2503
+ "type": "AES",
2504
+ "key": ""
2505
+ },
2506
+ "external_name": "http_content_type"
2507
+ },
2508
+ "sslVerification": {
2509
+ "type": "string",
2510
+ "description": "",
2511
+ "parse": false,
2512
+ "encode": false,
2513
+ "encrypt": {
2514
+ "type": "AES",
2515
+ "key": ""
2516
+ },
2517
+ "external_name": "ssl_verification"
2518
+ },
2519
+ "caFilePath": {
2520
+ "type": "string",
2521
+ "description": "",
2522
+ "parse": false,
2523
+ "encode": false,
2524
+ "encrypt": {
2525
+ "type": "AES",
2526
+ "key": ""
2527
+ },
2528
+ "external_name": "ca_file_path"
2529
+ },
2530
+ "payloadUrlN": {
2531
+ "type": "string",
2532
+ "description": "",
2533
+ "parse": false,
2534
+ "encode": false,
2535
+ "encrypt": {
2536
+ "type": "AES",
2537
+ "key": ""
2538
+ },
2539
+ "external_name": "payload_url__n"
2540
+ },
2541
+ "payloadUrlIc": {
2542
+ "type": "string",
2543
+ "description": "",
2544
+ "parse": false,
2545
+ "encode": false,
2546
+ "encrypt": {
2547
+ "type": "AES",
2548
+ "key": ""
2549
+ },
2550
+ "external_name": "payload_url__ic"
2551
+ },
2552
+ "payloadUrlNic": {
2553
+ "type": "string",
2554
+ "description": "",
2555
+ "parse": false,
2556
+ "encode": false,
2557
+ "encrypt": {
2558
+ "type": "AES",
2559
+ "key": ""
2560
+ },
2561
+ "external_name": "payload_url__nic"
2562
+ },
2563
+ "payloadUrlIew": {
2564
+ "type": "string",
2565
+ "description": "",
2566
+ "parse": false,
2567
+ "encode": false,
2568
+ "encrypt": {
2569
+ "type": "AES",
2570
+ "key": ""
2571
+ },
2572
+ "external_name": "payload_url__iew"
2573
+ },
2574
+ "payloadUrlNiew": {
2575
+ "type": "string",
2576
+ "description": "",
2577
+ "parse": false,
2578
+ "encode": false,
2579
+ "encrypt": {
2580
+ "type": "AES",
2581
+ "key": ""
2582
+ },
2583
+ "external_name": "payload_url__niew"
2584
+ },
2585
+ "payloadUrlIsw": {
2586
+ "type": "string",
2587
+ "description": "",
2588
+ "parse": false,
2589
+ "encode": false,
2590
+ "encrypt": {
2591
+ "type": "AES",
2592
+ "key": ""
2593
+ },
2594
+ "external_name": "payload_url__isw"
2595
+ },
2596
+ "payloadUrlNisw": {
2597
+ "type": "string",
2598
+ "description": "",
2599
+ "parse": false,
2600
+ "encode": false,
2601
+ "encrypt": {
2602
+ "type": "AES",
2603
+ "key": ""
2604
+ },
2605
+ "external_name": "payload_url__nisw"
2606
+ },
2607
+ "payloadUrlIe": {
2608
+ "type": "string",
2609
+ "description": "",
2610
+ "parse": false,
2611
+ "encode": false,
2612
+ "encrypt": {
2613
+ "type": "AES",
2614
+ "key": ""
2615
+ },
2616
+ "external_name": "payload_url__ie"
2617
+ },
2618
+ "payloadUrlNie": {
2619
+ "type": "string",
2620
+ "description": "",
2621
+ "parse": false,
2622
+ "encode": false,
2623
+ "encrypt": {
2624
+ "type": "AES",
2625
+ "key": ""
2626
+ },
2627
+ "external_name": "payload_url__nie"
2628
+ },
2629
+ "httpMethodN": {
2630
+ "type": "string",
2631
+ "description": "",
2632
+ "parse": false,
2633
+ "encode": false,
2634
+ "encrypt": {
2635
+ "type": "AES",
2636
+ "key": ""
2637
+ },
2638
+ "external_name": "http_method__n"
2639
+ },
2640
+ "httpContentTypeN": {
2641
+ "type": "string",
2642
+ "description": "",
2643
+ "parse": false,
2644
+ "encode": false,
2645
+ "encrypt": {
2646
+ "type": "AES",
2647
+ "key": ""
2648
+ },
2649
+ "external_name": "http_content_type__n"
2650
+ },
2651
+ "httpContentTypeIc": {
2652
+ "type": "string",
2653
+ "description": "",
2654
+ "parse": false,
2655
+ "encode": false,
2656
+ "encrypt": {
2657
+ "type": "AES",
2658
+ "key": ""
2659
+ },
2660
+ "external_name": "http_content_type__ic"
2661
+ },
2662
+ "httpContentTypeNic": {
2663
+ "type": "string",
2664
+ "description": "",
2665
+ "parse": false,
2666
+ "encode": false,
2667
+ "encrypt": {
2668
+ "type": "AES",
2669
+ "key": ""
2670
+ },
2671
+ "external_name": "http_content_type__nic"
2672
+ },
2673
+ "httpContentTypeIew": {
2674
+ "type": "string",
2675
+ "description": "",
2676
+ "parse": false,
2677
+ "encode": false,
2678
+ "encrypt": {
2679
+ "type": "AES",
2680
+ "key": ""
2681
+ },
2682
+ "external_name": "http_content_type__iew"
2683
+ },
2684
+ "httpContentTypeNiew": {
2685
+ "type": "string",
2686
+ "description": "",
2687
+ "parse": false,
2688
+ "encode": false,
2689
+ "encrypt": {
2690
+ "type": "AES",
2691
+ "key": ""
2692
+ },
2693
+ "external_name": "http_content_type__niew"
2694
+ },
2695
+ "httpContentTypeIsw": {
2696
+ "type": "string",
2697
+ "description": "",
2698
+ "parse": false,
2699
+ "encode": false,
2700
+ "encrypt": {
2701
+ "type": "AES",
2702
+ "key": ""
2703
+ },
2704
+ "external_name": "http_content_type__isw"
2705
+ },
2706
+ "httpContentTypeNisw": {
2707
+ "type": "string",
2708
+ "description": "",
2709
+ "parse": false,
2710
+ "encode": false,
2711
+ "encrypt": {
2712
+ "type": "AES",
2713
+ "key": ""
2714
+ },
2715
+ "external_name": "http_content_type__nisw"
2716
+ },
2717
+ "httpContentTypeIe": {
2718
+ "type": "string",
2719
+ "description": "",
2720
+ "parse": false,
2721
+ "encode": false,
2722
+ "encrypt": {
2723
+ "type": "AES",
2724
+ "key": ""
2725
+ },
2726
+ "external_name": "http_content_type__ie"
2727
+ },
2728
+ "httpContentTypeNie": {
2729
+ "type": "string",
2730
+ "description": "",
2731
+ "parse": false,
2732
+ "encode": false,
2733
+ "encrypt": {
2734
+ "type": "AES",
2735
+ "key": ""
2736
+ },
2737
+ "external_name": "http_content_type__nie"
2738
+ },
2739
+ "secretN": {
2740
+ "type": "string",
2741
+ "description": "",
2742
+ "parse": false,
2743
+ "encode": false,
2744
+ "encrypt": {
2745
+ "type": "AES",
2746
+ "key": ""
2747
+ },
2748
+ "external_name": "secret__n"
2749
+ },
2750
+ "secretIc": {
2751
+ "type": "string",
2752
+ "description": "",
2753
+ "parse": false,
2754
+ "encode": false,
2755
+ "encrypt": {
2756
+ "type": "AES",
2757
+ "key": ""
2758
+ },
2759
+ "external_name": "secret__ic"
2760
+ },
2761
+ "secretNic": {
2762
+ "type": "string",
2763
+ "description": "",
2764
+ "parse": false,
2765
+ "encode": false,
2766
+ "encrypt": {
2767
+ "type": "AES",
2768
+ "key": ""
2769
+ },
2770
+ "external_name": "secret__nic"
2771
+ },
2772
+ "secretIew": {
2773
+ "type": "string",
2774
+ "description": "",
2775
+ "parse": false,
2776
+ "encode": false,
2777
+ "encrypt": {
2778
+ "type": "AES",
2779
+ "key": ""
2780
+ },
2781
+ "external_name": "secret__iew"
2782
+ },
2783
+ "secretNiew": {
2784
+ "type": "string",
2785
+ "description": "",
2786
+ "parse": false,
2787
+ "encode": false,
2788
+ "encrypt": {
2789
+ "type": "AES",
2790
+ "key": ""
2791
+ },
2792
+ "external_name": "secret__niew"
2793
+ },
2794
+ "secretIsw": {
2795
+ "type": "string",
2796
+ "description": "",
2797
+ "parse": false,
2798
+ "encode": false,
2799
+ "encrypt": {
2800
+ "type": "AES",
2801
+ "key": ""
2802
+ },
2803
+ "external_name": "secret__isw"
2804
+ },
2805
+ "secretNisw": {
2806
+ "type": "string",
2807
+ "description": "",
2808
+ "parse": false,
2809
+ "encode": false,
2810
+ "encrypt": {
2811
+ "type": "AES",
2812
+ "key": ""
2813
+ },
2814
+ "external_name": "secret__nisw"
2815
+ },
2816
+ "secretIe": {
2817
+ "type": "string",
2818
+ "description": "",
2819
+ "parse": false,
2820
+ "encode": false,
2821
+ "encrypt": {
2822
+ "type": "AES",
2823
+ "key": ""
2824
+ },
2825
+ "external_name": "secret__ie"
2826
+ },
2827
+ "secretNie": {
2828
+ "type": "string",
2829
+ "description": "",
2830
+ "parse": false,
2831
+ "encode": false,
2832
+ "encrypt": {
2833
+ "type": "AES",
2834
+ "key": ""
2835
+ },
2836
+ "external_name": "secret__nie"
2837
+ },
2838
+ "caFilePathN": {
2839
+ "type": "string",
2840
+ "description": "",
2841
+ "parse": false,
2842
+ "encode": false,
2843
+ "encrypt": {
2844
+ "type": "AES",
2845
+ "key": ""
2846
+ },
2847
+ "external_name": "ca_file_path__n"
2848
+ },
2849
+ "caFilePathIc": {
2850
+ "type": "string",
2851
+ "description": "",
2852
+ "parse": false,
2853
+ "encode": false,
2854
+ "encrypt": {
2855
+ "type": "AES",
2856
+ "key": ""
2857
+ },
2858
+ "external_name": "ca_file_path__ic"
2859
+ },
2860
+ "caFilePathNic": {
2861
+ "type": "string",
2862
+ "description": "",
2863
+ "parse": false,
2864
+ "encode": false,
2865
+ "encrypt": {
2866
+ "type": "AES",
2867
+ "key": ""
2868
+ },
2869
+ "external_name": "ca_file_path__nic"
2870
+ },
2871
+ "caFilePathIew": {
2872
+ "type": "string",
2873
+ "description": "",
2874
+ "parse": false,
2875
+ "encode": false,
2876
+ "encrypt": {
2877
+ "type": "AES",
2878
+ "key": ""
2879
+ },
2880
+ "external_name": "ca_file_path__iew"
2881
+ },
2882
+ "caFilePathNiew": {
2883
+ "type": "string",
2884
+ "description": "",
2885
+ "parse": false,
2886
+ "encode": false,
2887
+ "encrypt": {
2888
+ "type": "AES",
2889
+ "key": ""
2890
+ },
2891
+ "external_name": "ca_file_path__niew"
2892
+ },
2893
+ "caFilePathIsw": {
2894
+ "type": "string",
2895
+ "description": "",
2896
+ "parse": false,
2897
+ "encode": false,
2898
+ "encrypt": {
2899
+ "type": "AES",
2900
+ "key": ""
2901
+ },
2902
+ "external_name": "ca_file_path__isw"
2903
+ },
2904
+ "caFilePathNisw": {
2905
+ "type": "string",
2906
+ "description": "",
2907
+ "parse": false,
2908
+ "encode": false,
2909
+ "encrypt": {
2910
+ "type": "AES",
2911
+ "key": ""
2912
+ },
2913
+ "external_name": "ca_file_path__nisw"
2914
+ },
2915
+ "caFilePathIe": {
2916
+ "type": "string",
2917
+ "description": "",
2918
+ "parse": false,
2919
+ "encode": false,
2920
+ "encrypt": {
2921
+ "type": "AES",
2922
+ "key": ""
2923
+ },
2924
+ "external_name": "ca_file_path__ie"
2925
+ },
2926
+ "caFilePathNie": {
2927
+ "type": "string",
2928
+ "description": "",
2929
+ "parse": false,
2930
+ "encode": false,
2931
+ "encrypt": {
2932
+ "type": "AES",
2933
+ "key": ""
2934
+ },
2935
+ "external_name": "ca_file_path__nie"
2936
+ }
2937
+ },
2938
+ "definitions": {}
2939
+ }