@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,1348 @@
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": "getTenancyContactAssignments",
12
+ "enum": [
13
+ "getTenancyContactAssignments",
14
+ "postTenancyContactAssignments",
15
+ "putTenancyContactAssignments",
16
+ "patchTenancyContactAssignments",
17
+ "deleteTenancyContactAssignments",
18
+ "getTenancyContactAssignmentsId",
19
+ "putTenancyContactAssignmentsId",
20
+ "patchTenancyContactAssignmentsId",
21
+ "deleteTenancyContactAssignmentsId",
22
+ "getTenancyContactGroups",
23
+ "postTenancyContactGroups",
24
+ "putTenancyContactGroups",
25
+ "patchTenancyContactGroups",
26
+ "deleteTenancyContactGroups",
27
+ "getTenancyContactGroupsId",
28
+ "putTenancyContactGroupsId",
29
+ "patchTenancyContactGroupsId",
30
+ "deleteTenancyContactGroupsId",
31
+ "getTenancyContactRoles",
32
+ "postTenancyContactRoles",
33
+ "putTenancyContactRoles",
34
+ "patchTenancyContactRoles",
35
+ "deleteTenancyContactRoles",
36
+ "getTenancyContactRolesId",
37
+ "putTenancyContactRolesId",
38
+ "patchTenancyContactRolesId",
39
+ "deleteTenancyContactRolesId",
40
+ "getTenancyContacts",
41
+ "postTenancyContacts",
42
+ "putTenancyContacts",
43
+ "patchTenancyContacts",
44
+ "deleteTenancyContacts",
45
+ "getTenancyContactsId",
46
+ "putTenancyContactsId",
47
+ "patchTenancyContactsId",
48
+ "deleteTenancyContactsId",
49
+ "getTenancyTenantGroups",
50
+ "postTenancyTenantGroups",
51
+ "putTenancyTenantGroups",
52
+ "patchTenancyTenantGroups",
53
+ "deleteTenancyTenantGroups",
54
+ "getTenancyTenantGroupsId",
55
+ "putTenancyTenantGroupsId",
56
+ "patchTenancyTenantGroupsId",
57
+ "deleteTenancyTenantGroupsId",
58
+ "getTenancyTenants",
59
+ "postTenancyTenants",
60
+ "putTenancyTenants",
61
+ "patchTenancyTenants",
62
+ "deleteTenancyTenants",
63
+ "getTenancyTenantsId",
64
+ "putTenancyTenantsId",
65
+ "patchTenancyTenantsId",
66
+ "deleteTenancyTenantsId"
67
+ ],
68
+ "external_name": "ph_request_type"
69
+ },
70
+ "contentTypeId": {
71
+ "type": "string",
72
+ "description": "",
73
+ "parse": false,
74
+ "encode": false,
75
+ "encrypt": {
76
+ "type": "AES",
77
+ "key": ""
78
+ },
79
+ "external_name": "content_type_id"
80
+ },
81
+ "objectId": {
82
+ "type": "string",
83
+ "description": "",
84
+ "parse": false,
85
+ "encode": false,
86
+ "encrypt": {
87
+ "type": "AES",
88
+ "key": ""
89
+ },
90
+ "external_name": "object_id"
91
+ },
92
+ "lastUpdated": {
93
+ "type": "string",
94
+ "description": "",
95
+ "parse": false,
96
+ "encode": false,
97
+ "encrypt": {
98
+ "type": "AES",
99
+ "key": ""
100
+ },
101
+ "external_name": "last_updated"
102
+ },
103
+ "contentType": {
104
+ "type": "string",
105
+ "description": "",
106
+ "parse": false,
107
+ "encode": false,
108
+ "encrypt": {
109
+ "type": "AES",
110
+ "key": ""
111
+ },
112
+ "external_name": "content_type"
113
+ },
114
+ "contactId": {
115
+ "type": "string",
116
+ "description": "",
117
+ "parse": false,
118
+ "encode": false,
119
+ "encrypt": {
120
+ "type": "AES",
121
+ "key": ""
122
+ },
123
+ "external_name": "contact_id"
124
+ },
125
+ "roleId": {
126
+ "type": "string",
127
+ "description": "",
128
+ "parse": false,
129
+ "encode": false,
130
+ "encrypt": {
131
+ "type": "AES",
132
+ "key": ""
133
+ },
134
+ "external_name": "role_id"
135
+ },
136
+ "idN": {
137
+ "type": "string",
138
+ "description": "",
139
+ "parse": false,
140
+ "encode": false,
141
+ "encrypt": {
142
+ "type": "AES",
143
+ "key": ""
144
+ },
145
+ "external_name": "id__n"
146
+ },
147
+ "idLte": {
148
+ "type": "string",
149
+ "description": "",
150
+ "parse": false,
151
+ "encode": false,
152
+ "encrypt": {
153
+ "type": "AES",
154
+ "key": ""
155
+ },
156
+ "external_name": "id__lte"
157
+ },
158
+ "idLt": {
159
+ "type": "string",
160
+ "description": "",
161
+ "parse": false,
162
+ "encode": false,
163
+ "encrypt": {
164
+ "type": "AES",
165
+ "key": ""
166
+ },
167
+ "external_name": "id__lt"
168
+ },
169
+ "idGte": {
170
+ "type": "string",
171
+ "description": "",
172
+ "parse": false,
173
+ "encode": false,
174
+ "encrypt": {
175
+ "type": "AES",
176
+ "key": ""
177
+ },
178
+ "external_name": "id__gte"
179
+ },
180
+ "idGt": {
181
+ "type": "string",
182
+ "description": "",
183
+ "parse": false,
184
+ "encode": false,
185
+ "encrypt": {
186
+ "type": "AES",
187
+ "key": ""
188
+ },
189
+ "external_name": "id__gt"
190
+ },
191
+ "contentTypeIdN": {
192
+ "type": "string",
193
+ "description": "",
194
+ "parse": false,
195
+ "encode": false,
196
+ "encrypt": {
197
+ "type": "AES",
198
+ "key": ""
199
+ },
200
+ "external_name": "content_type_id__n"
201
+ },
202
+ "objectIdN": {
203
+ "type": "string",
204
+ "description": "",
205
+ "parse": false,
206
+ "encode": false,
207
+ "encrypt": {
208
+ "type": "AES",
209
+ "key": ""
210
+ },
211
+ "external_name": "object_id__n"
212
+ },
213
+ "objectIdLte": {
214
+ "type": "string",
215
+ "description": "",
216
+ "parse": false,
217
+ "encode": false,
218
+ "encrypt": {
219
+ "type": "AES",
220
+ "key": ""
221
+ },
222
+ "external_name": "object_id__lte"
223
+ },
224
+ "objectIdLt": {
225
+ "type": "string",
226
+ "description": "",
227
+ "parse": false,
228
+ "encode": false,
229
+ "encrypt": {
230
+ "type": "AES",
231
+ "key": ""
232
+ },
233
+ "external_name": "object_id__lt"
234
+ },
235
+ "objectIdGte": {
236
+ "type": "string",
237
+ "description": "",
238
+ "parse": false,
239
+ "encode": false,
240
+ "encrypt": {
241
+ "type": "AES",
242
+ "key": ""
243
+ },
244
+ "external_name": "object_id__gte"
245
+ },
246
+ "objectIdGt": {
247
+ "type": "string",
248
+ "description": "",
249
+ "parse": false,
250
+ "encode": false,
251
+ "encrypt": {
252
+ "type": "AES",
253
+ "key": ""
254
+ },
255
+ "external_name": "object_id__gt"
256
+ },
257
+ "priorityN": {
258
+ "type": "string",
259
+ "description": "",
260
+ "parse": false,
261
+ "encode": false,
262
+ "encrypt": {
263
+ "type": "AES",
264
+ "key": ""
265
+ },
266
+ "external_name": "priority__n"
267
+ },
268
+ "createdN": {
269
+ "type": "string",
270
+ "description": "",
271
+ "parse": false,
272
+ "encode": false,
273
+ "encrypt": {
274
+ "type": "AES",
275
+ "key": ""
276
+ },
277
+ "external_name": "created__n"
278
+ },
279
+ "createdLte": {
280
+ "type": "string",
281
+ "description": "",
282
+ "parse": false,
283
+ "encode": false,
284
+ "encrypt": {
285
+ "type": "AES",
286
+ "key": ""
287
+ },
288
+ "external_name": "created__lte"
289
+ },
290
+ "createdLt": {
291
+ "type": "string",
292
+ "description": "",
293
+ "parse": false,
294
+ "encode": false,
295
+ "encrypt": {
296
+ "type": "AES",
297
+ "key": ""
298
+ },
299
+ "external_name": "created__lt"
300
+ },
301
+ "createdGte": {
302
+ "type": "string",
303
+ "description": "",
304
+ "parse": false,
305
+ "encode": false,
306
+ "encrypt": {
307
+ "type": "AES",
308
+ "key": ""
309
+ },
310
+ "external_name": "created__gte"
311
+ },
312
+ "createdGt": {
313
+ "type": "string",
314
+ "description": "",
315
+ "parse": false,
316
+ "encode": false,
317
+ "encrypt": {
318
+ "type": "AES",
319
+ "key": ""
320
+ },
321
+ "external_name": "created__gt"
322
+ },
323
+ "lastUpdatedN": {
324
+ "type": "string",
325
+ "description": "",
326
+ "parse": false,
327
+ "encode": false,
328
+ "encrypt": {
329
+ "type": "AES",
330
+ "key": ""
331
+ },
332
+ "external_name": "last_updated__n"
333
+ },
334
+ "lastUpdatedLte": {
335
+ "type": "string",
336
+ "description": "",
337
+ "parse": false,
338
+ "encode": false,
339
+ "encrypt": {
340
+ "type": "AES",
341
+ "key": ""
342
+ },
343
+ "external_name": "last_updated__lte"
344
+ },
345
+ "lastUpdatedLt": {
346
+ "type": "string",
347
+ "description": "",
348
+ "parse": false,
349
+ "encode": false,
350
+ "encrypt": {
351
+ "type": "AES",
352
+ "key": ""
353
+ },
354
+ "external_name": "last_updated__lt"
355
+ },
356
+ "lastUpdatedGte": {
357
+ "type": "string",
358
+ "description": "",
359
+ "parse": false,
360
+ "encode": false,
361
+ "encrypt": {
362
+ "type": "AES",
363
+ "key": ""
364
+ },
365
+ "external_name": "last_updated__gte"
366
+ },
367
+ "lastUpdatedGt": {
368
+ "type": "string",
369
+ "description": "",
370
+ "parse": false,
371
+ "encode": false,
372
+ "encrypt": {
373
+ "type": "AES",
374
+ "key": ""
375
+ },
376
+ "external_name": "last_updated__gt"
377
+ },
378
+ "contentTypeN": {
379
+ "type": "string",
380
+ "description": "",
381
+ "parse": false,
382
+ "encode": false,
383
+ "encrypt": {
384
+ "type": "AES",
385
+ "key": ""
386
+ },
387
+ "external_name": "content_type__n"
388
+ },
389
+ "contactIdN": {
390
+ "type": "string",
391
+ "description": "",
392
+ "parse": false,
393
+ "encode": false,
394
+ "encrypt": {
395
+ "type": "AES",
396
+ "key": ""
397
+ },
398
+ "external_name": "contact_id__n"
399
+ },
400
+ "roleIdN": {
401
+ "type": "string",
402
+ "description": "",
403
+ "parse": false,
404
+ "encode": false,
405
+ "encrypt": {
406
+ "type": "AES",
407
+ "key": ""
408
+ },
409
+ "external_name": "role_id__n"
410
+ },
411
+ "roleN": {
412
+ "type": "string",
413
+ "description": "",
414
+ "parse": false,
415
+ "encode": false,
416
+ "encrypt": {
417
+ "type": "AES",
418
+ "key": ""
419
+ },
420
+ "external_name": "role__n"
421
+ },
422
+ "parentId": {
423
+ "type": "string",
424
+ "description": "",
425
+ "parse": false,
426
+ "encode": false,
427
+ "encrypt": {
428
+ "type": "AES",
429
+ "key": ""
430
+ },
431
+ "external_name": "parent_id"
432
+ },
433
+ "nameN": {
434
+ "type": "string",
435
+ "description": "",
436
+ "parse": false,
437
+ "encode": false,
438
+ "encrypt": {
439
+ "type": "AES",
440
+ "key": ""
441
+ },
442
+ "external_name": "name__n"
443
+ },
444
+ "nameIc": {
445
+ "type": "string",
446
+ "description": "",
447
+ "parse": false,
448
+ "encode": false,
449
+ "encrypt": {
450
+ "type": "AES",
451
+ "key": ""
452
+ },
453
+ "external_name": "name__ic"
454
+ },
455
+ "nameNic": {
456
+ "type": "string",
457
+ "description": "",
458
+ "parse": false,
459
+ "encode": false,
460
+ "encrypt": {
461
+ "type": "AES",
462
+ "key": ""
463
+ },
464
+ "external_name": "name__nic"
465
+ },
466
+ "nameIew": {
467
+ "type": "string",
468
+ "description": "",
469
+ "parse": false,
470
+ "encode": false,
471
+ "encrypt": {
472
+ "type": "AES",
473
+ "key": ""
474
+ },
475
+ "external_name": "name__iew"
476
+ },
477
+ "nameNiew": {
478
+ "type": "string",
479
+ "description": "",
480
+ "parse": false,
481
+ "encode": false,
482
+ "encrypt": {
483
+ "type": "AES",
484
+ "key": ""
485
+ },
486
+ "external_name": "name__niew"
487
+ },
488
+ "nameIsw": {
489
+ "type": "string",
490
+ "description": "",
491
+ "parse": false,
492
+ "encode": false,
493
+ "encrypt": {
494
+ "type": "AES",
495
+ "key": ""
496
+ },
497
+ "external_name": "name__isw"
498
+ },
499
+ "nameNisw": {
500
+ "type": "string",
501
+ "description": "",
502
+ "parse": false,
503
+ "encode": false,
504
+ "encrypt": {
505
+ "type": "AES",
506
+ "key": ""
507
+ },
508
+ "external_name": "name__nisw"
509
+ },
510
+ "nameIe": {
511
+ "type": "string",
512
+ "description": "",
513
+ "parse": false,
514
+ "encode": false,
515
+ "encrypt": {
516
+ "type": "AES",
517
+ "key": ""
518
+ },
519
+ "external_name": "name__ie"
520
+ },
521
+ "nameNie": {
522
+ "type": "string",
523
+ "description": "",
524
+ "parse": false,
525
+ "encode": false,
526
+ "encrypt": {
527
+ "type": "AES",
528
+ "key": ""
529
+ },
530
+ "external_name": "name__nie"
531
+ },
532
+ "slugN": {
533
+ "type": "string",
534
+ "description": "",
535
+ "parse": false,
536
+ "encode": false,
537
+ "encrypt": {
538
+ "type": "AES",
539
+ "key": ""
540
+ },
541
+ "external_name": "slug__n"
542
+ },
543
+ "slugIc": {
544
+ "type": "string",
545
+ "description": "",
546
+ "parse": false,
547
+ "encode": false,
548
+ "encrypt": {
549
+ "type": "AES",
550
+ "key": ""
551
+ },
552
+ "external_name": "slug__ic"
553
+ },
554
+ "slugNic": {
555
+ "type": "string",
556
+ "description": "",
557
+ "parse": false,
558
+ "encode": false,
559
+ "encrypt": {
560
+ "type": "AES",
561
+ "key": ""
562
+ },
563
+ "external_name": "slug__nic"
564
+ },
565
+ "slugIew": {
566
+ "type": "string",
567
+ "description": "",
568
+ "parse": false,
569
+ "encode": false,
570
+ "encrypt": {
571
+ "type": "AES",
572
+ "key": ""
573
+ },
574
+ "external_name": "slug__iew"
575
+ },
576
+ "slugNiew": {
577
+ "type": "string",
578
+ "description": "",
579
+ "parse": false,
580
+ "encode": false,
581
+ "encrypt": {
582
+ "type": "AES",
583
+ "key": ""
584
+ },
585
+ "external_name": "slug__niew"
586
+ },
587
+ "slugIsw": {
588
+ "type": "string",
589
+ "description": "",
590
+ "parse": false,
591
+ "encode": false,
592
+ "encrypt": {
593
+ "type": "AES",
594
+ "key": ""
595
+ },
596
+ "external_name": "slug__isw"
597
+ },
598
+ "slugNisw": {
599
+ "type": "string",
600
+ "description": "",
601
+ "parse": false,
602
+ "encode": false,
603
+ "encrypt": {
604
+ "type": "AES",
605
+ "key": ""
606
+ },
607
+ "external_name": "slug__nisw"
608
+ },
609
+ "slugIe": {
610
+ "type": "string",
611
+ "description": "",
612
+ "parse": false,
613
+ "encode": false,
614
+ "encrypt": {
615
+ "type": "AES",
616
+ "key": ""
617
+ },
618
+ "external_name": "slug__ie"
619
+ },
620
+ "slugNie": {
621
+ "type": "string",
622
+ "description": "",
623
+ "parse": false,
624
+ "encode": false,
625
+ "encrypt": {
626
+ "type": "AES",
627
+ "key": ""
628
+ },
629
+ "external_name": "slug__nie"
630
+ },
631
+ "descriptionN": {
632
+ "type": "string",
633
+ "description": "",
634
+ "parse": false,
635
+ "encode": false,
636
+ "encrypt": {
637
+ "type": "AES",
638
+ "key": ""
639
+ },
640
+ "external_name": "description__n"
641
+ },
642
+ "descriptionIc": {
643
+ "type": "string",
644
+ "description": "",
645
+ "parse": false,
646
+ "encode": false,
647
+ "encrypt": {
648
+ "type": "AES",
649
+ "key": ""
650
+ },
651
+ "external_name": "description__ic"
652
+ },
653
+ "descriptionNic": {
654
+ "type": "string",
655
+ "description": "",
656
+ "parse": false,
657
+ "encode": false,
658
+ "encrypt": {
659
+ "type": "AES",
660
+ "key": ""
661
+ },
662
+ "external_name": "description__nic"
663
+ },
664
+ "descriptionIew": {
665
+ "type": "string",
666
+ "description": "",
667
+ "parse": false,
668
+ "encode": false,
669
+ "encrypt": {
670
+ "type": "AES",
671
+ "key": ""
672
+ },
673
+ "external_name": "description__iew"
674
+ },
675
+ "descriptionNiew": {
676
+ "type": "string",
677
+ "description": "",
678
+ "parse": false,
679
+ "encode": false,
680
+ "encrypt": {
681
+ "type": "AES",
682
+ "key": ""
683
+ },
684
+ "external_name": "description__niew"
685
+ },
686
+ "descriptionIsw": {
687
+ "type": "string",
688
+ "description": "",
689
+ "parse": false,
690
+ "encode": false,
691
+ "encrypt": {
692
+ "type": "AES",
693
+ "key": ""
694
+ },
695
+ "external_name": "description__isw"
696
+ },
697
+ "descriptionNisw": {
698
+ "type": "string",
699
+ "description": "",
700
+ "parse": false,
701
+ "encode": false,
702
+ "encrypt": {
703
+ "type": "AES",
704
+ "key": ""
705
+ },
706
+ "external_name": "description__nisw"
707
+ },
708
+ "descriptionIe": {
709
+ "type": "string",
710
+ "description": "",
711
+ "parse": false,
712
+ "encode": false,
713
+ "encrypt": {
714
+ "type": "AES",
715
+ "key": ""
716
+ },
717
+ "external_name": "description__ie"
718
+ },
719
+ "descriptionNie": {
720
+ "type": "string",
721
+ "description": "",
722
+ "parse": false,
723
+ "encode": false,
724
+ "encrypt": {
725
+ "type": "AES",
726
+ "key": ""
727
+ },
728
+ "external_name": "description__nie"
729
+ },
730
+ "tagN": {
731
+ "type": "string",
732
+ "description": "",
733
+ "parse": false,
734
+ "encode": false,
735
+ "encrypt": {
736
+ "type": "AES",
737
+ "key": ""
738
+ },
739
+ "external_name": "tag__n"
740
+ },
741
+ "parentIdN": {
742
+ "type": "string",
743
+ "description": "",
744
+ "parse": false,
745
+ "encode": false,
746
+ "encrypt": {
747
+ "type": "AES",
748
+ "key": ""
749
+ },
750
+ "external_name": "parent_id__n"
751
+ },
752
+ "parentN": {
753
+ "type": "string",
754
+ "description": "",
755
+ "parse": false,
756
+ "encode": false,
757
+ "encrypt": {
758
+ "type": "AES",
759
+ "key": ""
760
+ },
761
+ "external_name": "parent__n"
762
+ },
763
+ "groupId": {
764
+ "type": "string",
765
+ "description": "",
766
+ "parse": false,
767
+ "encode": false,
768
+ "encrypt": {
769
+ "type": "AES",
770
+ "key": ""
771
+ },
772
+ "external_name": "group_id"
773
+ },
774
+ "titleN": {
775
+ "type": "string",
776
+ "description": "",
777
+ "parse": false,
778
+ "encode": false,
779
+ "encrypt": {
780
+ "type": "AES",
781
+ "key": ""
782
+ },
783
+ "external_name": "title__n"
784
+ },
785
+ "titleIc": {
786
+ "type": "string",
787
+ "description": "",
788
+ "parse": false,
789
+ "encode": false,
790
+ "encrypt": {
791
+ "type": "AES",
792
+ "key": ""
793
+ },
794
+ "external_name": "title__ic"
795
+ },
796
+ "titleNic": {
797
+ "type": "string",
798
+ "description": "",
799
+ "parse": false,
800
+ "encode": false,
801
+ "encrypt": {
802
+ "type": "AES",
803
+ "key": ""
804
+ },
805
+ "external_name": "title__nic"
806
+ },
807
+ "titleIew": {
808
+ "type": "string",
809
+ "description": "",
810
+ "parse": false,
811
+ "encode": false,
812
+ "encrypt": {
813
+ "type": "AES",
814
+ "key": ""
815
+ },
816
+ "external_name": "title__iew"
817
+ },
818
+ "titleNiew": {
819
+ "type": "string",
820
+ "description": "",
821
+ "parse": false,
822
+ "encode": false,
823
+ "encrypt": {
824
+ "type": "AES",
825
+ "key": ""
826
+ },
827
+ "external_name": "title__niew"
828
+ },
829
+ "titleIsw": {
830
+ "type": "string",
831
+ "description": "",
832
+ "parse": false,
833
+ "encode": false,
834
+ "encrypt": {
835
+ "type": "AES",
836
+ "key": ""
837
+ },
838
+ "external_name": "title__isw"
839
+ },
840
+ "titleNisw": {
841
+ "type": "string",
842
+ "description": "",
843
+ "parse": false,
844
+ "encode": false,
845
+ "encrypt": {
846
+ "type": "AES",
847
+ "key": ""
848
+ },
849
+ "external_name": "title__nisw"
850
+ },
851
+ "titleIe": {
852
+ "type": "string",
853
+ "description": "",
854
+ "parse": false,
855
+ "encode": false,
856
+ "encrypt": {
857
+ "type": "AES",
858
+ "key": ""
859
+ },
860
+ "external_name": "title__ie"
861
+ },
862
+ "titleNie": {
863
+ "type": "string",
864
+ "description": "",
865
+ "parse": false,
866
+ "encode": false,
867
+ "encrypt": {
868
+ "type": "AES",
869
+ "key": ""
870
+ },
871
+ "external_name": "title__nie"
872
+ },
873
+ "phoneN": {
874
+ "type": "string",
875
+ "description": "",
876
+ "parse": false,
877
+ "encode": false,
878
+ "encrypt": {
879
+ "type": "AES",
880
+ "key": ""
881
+ },
882
+ "external_name": "phone__n"
883
+ },
884
+ "phoneIc": {
885
+ "type": "string",
886
+ "description": "",
887
+ "parse": false,
888
+ "encode": false,
889
+ "encrypt": {
890
+ "type": "AES",
891
+ "key": ""
892
+ },
893
+ "external_name": "phone__ic"
894
+ },
895
+ "phoneNic": {
896
+ "type": "string",
897
+ "description": "",
898
+ "parse": false,
899
+ "encode": false,
900
+ "encrypt": {
901
+ "type": "AES",
902
+ "key": ""
903
+ },
904
+ "external_name": "phone__nic"
905
+ },
906
+ "phoneIew": {
907
+ "type": "string",
908
+ "description": "",
909
+ "parse": false,
910
+ "encode": false,
911
+ "encrypt": {
912
+ "type": "AES",
913
+ "key": ""
914
+ },
915
+ "external_name": "phone__iew"
916
+ },
917
+ "phoneNiew": {
918
+ "type": "string",
919
+ "description": "",
920
+ "parse": false,
921
+ "encode": false,
922
+ "encrypt": {
923
+ "type": "AES",
924
+ "key": ""
925
+ },
926
+ "external_name": "phone__niew"
927
+ },
928
+ "phoneIsw": {
929
+ "type": "string",
930
+ "description": "",
931
+ "parse": false,
932
+ "encode": false,
933
+ "encrypt": {
934
+ "type": "AES",
935
+ "key": ""
936
+ },
937
+ "external_name": "phone__isw"
938
+ },
939
+ "phoneNisw": {
940
+ "type": "string",
941
+ "description": "",
942
+ "parse": false,
943
+ "encode": false,
944
+ "encrypt": {
945
+ "type": "AES",
946
+ "key": ""
947
+ },
948
+ "external_name": "phone__nisw"
949
+ },
950
+ "phoneIe": {
951
+ "type": "string",
952
+ "description": "",
953
+ "parse": false,
954
+ "encode": false,
955
+ "encrypt": {
956
+ "type": "AES",
957
+ "key": ""
958
+ },
959
+ "external_name": "phone__ie"
960
+ },
961
+ "phoneNie": {
962
+ "type": "string",
963
+ "description": "",
964
+ "parse": false,
965
+ "encode": false,
966
+ "encrypt": {
967
+ "type": "AES",
968
+ "key": ""
969
+ },
970
+ "external_name": "phone__nie"
971
+ },
972
+ "emailN": {
973
+ "type": "string",
974
+ "description": "",
975
+ "parse": false,
976
+ "encode": false,
977
+ "encrypt": {
978
+ "type": "AES",
979
+ "key": ""
980
+ },
981
+ "external_name": "email__n"
982
+ },
983
+ "emailIc": {
984
+ "type": "string",
985
+ "description": "",
986
+ "parse": false,
987
+ "encode": false,
988
+ "encrypt": {
989
+ "type": "AES",
990
+ "key": ""
991
+ },
992
+ "external_name": "email__ic"
993
+ },
994
+ "emailNic": {
995
+ "type": "string",
996
+ "description": "",
997
+ "parse": false,
998
+ "encode": false,
999
+ "encrypt": {
1000
+ "type": "AES",
1001
+ "key": ""
1002
+ },
1003
+ "external_name": "email__nic"
1004
+ },
1005
+ "emailIew": {
1006
+ "type": "string",
1007
+ "description": "",
1008
+ "parse": false,
1009
+ "encode": false,
1010
+ "encrypt": {
1011
+ "type": "AES",
1012
+ "key": ""
1013
+ },
1014
+ "external_name": "email__iew"
1015
+ },
1016
+ "emailNiew": {
1017
+ "type": "string",
1018
+ "description": "",
1019
+ "parse": false,
1020
+ "encode": false,
1021
+ "encrypt": {
1022
+ "type": "AES",
1023
+ "key": ""
1024
+ },
1025
+ "external_name": "email__niew"
1026
+ },
1027
+ "emailIsw": {
1028
+ "type": "string",
1029
+ "description": "",
1030
+ "parse": false,
1031
+ "encode": false,
1032
+ "encrypt": {
1033
+ "type": "AES",
1034
+ "key": ""
1035
+ },
1036
+ "external_name": "email__isw"
1037
+ },
1038
+ "emailNisw": {
1039
+ "type": "string",
1040
+ "description": "",
1041
+ "parse": false,
1042
+ "encode": false,
1043
+ "encrypt": {
1044
+ "type": "AES",
1045
+ "key": ""
1046
+ },
1047
+ "external_name": "email__nisw"
1048
+ },
1049
+ "emailIe": {
1050
+ "type": "string",
1051
+ "description": "",
1052
+ "parse": false,
1053
+ "encode": false,
1054
+ "encrypt": {
1055
+ "type": "AES",
1056
+ "key": ""
1057
+ },
1058
+ "external_name": "email__ie"
1059
+ },
1060
+ "emailNie": {
1061
+ "type": "string",
1062
+ "description": "",
1063
+ "parse": false,
1064
+ "encode": false,
1065
+ "encrypt": {
1066
+ "type": "AES",
1067
+ "key": ""
1068
+ },
1069
+ "external_name": "email__nie"
1070
+ },
1071
+ "addressN": {
1072
+ "type": "string",
1073
+ "description": "",
1074
+ "parse": false,
1075
+ "encode": false,
1076
+ "encrypt": {
1077
+ "type": "AES",
1078
+ "key": ""
1079
+ },
1080
+ "external_name": "address__n"
1081
+ },
1082
+ "addressIc": {
1083
+ "type": "string",
1084
+ "description": "",
1085
+ "parse": false,
1086
+ "encode": false,
1087
+ "encrypt": {
1088
+ "type": "AES",
1089
+ "key": ""
1090
+ },
1091
+ "external_name": "address__ic"
1092
+ },
1093
+ "addressNic": {
1094
+ "type": "string",
1095
+ "description": "",
1096
+ "parse": false,
1097
+ "encode": false,
1098
+ "encrypt": {
1099
+ "type": "AES",
1100
+ "key": ""
1101
+ },
1102
+ "external_name": "address__nic"
1103
+ },
1104
+ "addressIew": {
1105
+ "type": "string",
1106
+ "description": "",
1107
+ "parse": false,
1108
+ "encode": false,
1109
+ "encrypt": {
1110
+ "type": "AES",
1111
+ "key": ""
1112
+ },
1113
+ "external_name": "address__iew"
1114
+ },
1115
+ "addressNiew": {
1116
+ "type": "string",
1117
+ "description": "",
1118
+ "parse": false,
1119
+ "encode": false,
1120
+ "encrypt": {
1121
+ "type": "AES",
1122
+ "key": ""
1123
+ },
1124
+ "external_name": "address__niew"
1125
+ },
1126
+ "addressIsw": {
1127
+ "type": "string",
1128
+ "description": "",
1129
+ "parse": false,
1130
+ "encode": false,
1131
+ "encrypt": {
1132
+ "type": "AES",
1133
+ "key": ""
1134
+ },
1135
+ "external_name": "address__isw"
1136
+ },
1137
+ "addressNisw": {
1138
+ "type": "string",
1139
+ "description": "",
1140
+ "parse": false,
1141
+ "encode": false,
1142
+ "encrypt": {
1143
+ "type": "AES",
1144
+ "key": ""
1145
+ },
1146
+ "external_name": "address__nisw"
1147
+ },
1148
+ "addressIe": {
1149
+ "type": "string",
1150
+ "description": "",
1151
+ "parse": false,
1152
+ "encode": false,
1153
+ "encrypt": {
1154
+ "type": "AES",
1155
+ "key": ""
1156
+ },
1157
+ "external_name": "address__ie"
1158
+ },
1159
+ "addressNie": {
1160
+ "type": "string",
1161
+ "description": "",
1162
+ "parse": false,
1163
+ "encode": false,
1164
+ "encrypt": {
1165
+ "type": "AES",
1166
+ "key": ""
1167
+ },
1168
+ "external_name": "address__nie"
1169
+ },
1170
+ "linkN": {
1171
+ "type": "string",
1172
+ "description": "",
1173
+ "parse": false,
1174
+ "encode": false,
1175
+ "encrypt": {
1176
+ "type": "AES",
1177
+ "key": ""
1178
+ },
1179
+ "external_name": "link__n"
1180
+ },
1181
+ "linkIc": {
1182
+ "type": "string",
1183
+ "description": "",
1184
+ "parse": false,
1185
+ "encode": false,
1186
+ "encrypt": {
1187
+ "type": "AES",
1188
+ "key": ""
1189
+ },
1190
+ "external_name": "link__ic"
1191
+ },
1192
+ "linkNic": {
1193
+ "type": "string",
1194
+ "description": "",
1195
+ "parse": false,
1196
+ "encode": false,
1197
+ "encrypt": {
1198
+ "type": "AES",
1199
+ "key": ""
1200
+ },
1201
+ "external_name": "link__nic"
1202
+ },
1203
+ "linkIew": {
1204
+ "type": "string",
1205
+ "description": "",
1206
+ "parse": false,
1207
+ "encode": false,
1208
+ "encrypt": {
1209
+ "type": "AES",
1210
+ "key": ""
1211
+ },
1212
+ "external_name": "link__iew"
1213
+ },
1214
+ "linkNiew": {
1215
+ "type": "string",
1216
+ "description": "",
1217
+ "parse": false,
1218
+ "encode": false,
1219
+ "encrypt": {
1220
+ "type": "AES",
1221
+ "key": ""
1222
+ },
1223
+ "external_name": "link__niew"
1224
+ },
1225
+ "linkIsw": {
1226
+ "type": "string",
1227
+ "description": "",
1228
+ "parse": false,
1229
+ "encode": false,
1230
+ "encrypt": {
1231
+ "type": "AES",
1232
+ "key": ""
1233
+ },
1234
+ "external_name": "link__isw"
1235
+ },
1236
+ "linkNisw": {
1237
+ "type": "string",
1238
+ "description": "",
1239
+ "parse": false,
1240
+ "encode": false,
1241
+ "encrypt": {
1242
+ "type": "AES",
1243
+ "key": ""
1244
+ },
1245
+ "external_name": "link__nisw"
1246
+ },
1247
+ "linkIe": {
1248
+ "type": "string",
1249
+ "description": "",
1250
+ "parse": false,
1251
+ "encode": false,
1252
+ "encrypt": {
1253
+ "type": "AES",
1254
+ "key": ""
1255
+ },
1256
+ "external_name": "link__ie"
1257
+ },
1258
+ "linkNie": {
1259
+ "type": "string",
1260
+ "description": "",
1261
+ "parse": false,
1262
+ "encode": false,
1263
+ "encrypt": {
1264
+ "type": "AES",
1265
+ "key": ""
1266
+ },
1267
+ "external_name": "link__nie"
1268
+ },
1269
+ "groupIdN": {
1270
+ "type": "string",
1271
+ "description": "",
1272
+ "parse": false,
1273
+ "encode": false,
1274
+ "encrypt": {
1275
+ "type": "AES",
1276
+ "key": ""
1277
+ },
1278
+ "external_name": "group_id__n"
1279
+ },
1280
+ "groupN": {
1281
+ "type": "string",
1282
+ "description": "",
1283
+ "parse": false,
1284
+ "encode": false,
1285
+ "encrypt": {
1286
+ "type": "AES",
1287
+ "key": ""
1288
+ },
1289
+ "external_name": "group__n"
1290
+ },
1291
+ "contactRole": {
1292
+ "type": "string",
1293
+ "description": "",
1294
+ "parse": false,
1295
+ "encode": false,
1296
+ "encrypt": {
1297
+ "type": "AES",
1298
+ "key": ""
1299
+ },
1300
+ "external_name": "contact_role"
1301
+ },
1302
+ "contactGroup": {
1303
+ "type": "string",
1304
+ "description": "",
1305
+ "parse": false,
1306
+ "encode": false,
1307
+ "encrypt": {
1308
+ "type": "AES",
1309
+ "key": ""
1310
+ },
1311
+ "external_name": "contact_group"
1312
+ },
1313
+ "contactN": {
1314
+ "type": "string",
1315
+ "description": "",
1316
+ "parse": false,
1317
+ "encode": false,
1318
+ "encrypt": {
1319
+ "type": "AES",
1320
+ "key": ""
1321
+ },
1322
+ "external_name": "contact__n"
1323
+ },
1324
+ "contactRoleN": {
1325
+ "type": "string",
1326
+ "description": "",
1327
+ "parse": false,
1328
+ "encode": false,
1329
+ "encrypt": {
1330
+ "type": "AES",
1331
+ "key": ""
1332
+ },
1333
+ "external_name": "contact_role__n"
1334
+ },
1335
+ "contactGroupN": {
1336
+ "type": "string",
1337
+ "description": "",
1338
+ "parse": false,
1339
+ "encode": false,
1340
+ "encrypt": {
1341
+ "type": "AES",
1342
+ "key": ""
1343
+ },
1344
+ "external_name": "contact_group__n"
1345
+ }
1346
+ },
1347
+ "definitions": {}
1348
+ }