@itentialopensource/adapter-metaswitch 0.1.1 → 0.2.0

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 (43) hide show
  1. package/AUTH.md +5 -9
  2. package/CALLS.md +83 -23
  3. package/CHANGELOG.md +8 -1
  4. package/CONTRIBUTING.md +1 -160
  5. package/ENHANCE.md +2 -2
  6. package/README.md +31 -22
  7. package/SYSTEMINFO.md +10 -3
  8. package/adapter.js +159 -330
  9. package/adapterBase.js +538 -873
  10. package/changelogs/CHANGELOG.md +9 -0
  11. package/metadata.json +57 -0
  12. package/package.json +23 -26
  13. package/pronghorn.json +474 -142
  14. package/propertiesSchema.json +453 -40
  15. package/refs?service=git-upload-pack +0 -0
  16. package/report/adapter-openapi.json +1615 -0
  17. package/report/adapter-openapi.yaml +1432 -0
  18. package/report/adapterInfo.json +10 -0
  19. package/report/updateReport1691507353053.json +120 -0
  20. package/report/updateReport1692202390318.json +120 -0
  21. package/report/updateReport1694460184063.json +120 -0
  22. package/report/updateReport1698420366204.json +120 -0
  23. package/sampleProperties.json +63 -2
  24. package/test/integration/adapterTestBasicGet.js +1 -1
  25. package/test/integration/adapterTestConnectivity.js +91 -42
  26. package/test/integration/adapterTestIntegration.js +130 -2
  27. package/test/unit/adapterBaseTestUnit.js +388 -313
  28. package/test/unit/adapterTestUnit.js +306 -109
  29. package/utils/adapterInfo.js +1 -1
  30. package/utils/addAuth.js +1 -1
  31. package/utils/artifactize.js +1 -1
  32. package/utils/checkMigrate.js +1 -1
  33. package/utils/entitiesToDB.js +1 -0
  34. package/utils/findPath.js +1 -1
  35. package/utils/methodDocumentor.js +71 -23
  36. package/utils/modify.js +13 -15
  37. package/utils/packModificationScript.js +1 -1
  38. package/utils/taskMover.js +309 -0
  39. package/utils/tbScript.js +3 -10
  40. package/utils/tbUtils.js +2 -3
  41. package/utils/testRunner.js +1 -1
  42. package/utils/troubleshootingAdapter.js +1 -3
  43. package/workflows/README.md +0 -3
@@ -0,0 +1,1615 @@
1
+ {
2
+ "openapi": "3.0.0",
3
+ "info": {
4
+ "title": "ShService",
5
+ "contact": {},
6
+ "version": "1.0"
7
+ },
8
+ "servers": [
9
+ {
10
+ "url": "http://localhost:8086",
11
+ "variables": {}
12
+ },
13
+ {
14
+ "url": "http://localhost:8080",
15
+ "variables": {}
16
+ }
17
+ ],
18
+ "paths": {
19
+ "/wsd/services/ShService": {
20
+ "post": {
21
+ "tags": [
22
+ "EAS"
23
+ ],
24
+ "summary": "EAS",
25
+ "operationId": "postMetaSphereEAS",
26
+ "parameters": [],
27
+ "requestBody": {
28
+ "description": "",
29
+ "content": {
30
+ "application/xml": {
31
+ "schema": {
32
+ "allOf": [
33
+ {
34
+ "$ref": "#/components/schemas/ShPull1"
35
+ },
36
+ {
37
+ "xml": {
38
+ "name": "ShPull",
39
+ "attribute": false,
40
+ "wrapped": false
41
+ }
42
+ }
43
+ ]
44
+ }
45
+ }
46
+ },
47
+ "required": true
48
+ },
49
+ "responses": {
50
+ "200": {
51
+ "description": "Successfully retrieved the response",
52
+ "headers": {},
53
+ "content": {
54
+ "application/xml": {
55
+ "schema": {
56
+ "allOf": [
57
+ {
58
+ "$ref": "#/components/schemas/ShPullResponse1"
59
+ },
60
+ {
61
+ "xml": {
62
+ "name": "ShPullResponse",
63
+ "attribute": false,
64
+ "wrapped": false
65
+ }
66
+ }
67
+ ]
68
+ }
69
+ }
70
+ }
71
+ }
72
+ },
73
+ "deprecated": false
74
+ }
75
+ },
76
+ "/axis2/services/ShService": {
77
+ "post": {
78
+ "tags": [
79
+ "NSeries"
80
+ ],
81
+ "summary": "postNSeries",
82
+ "operationId": "postNSeries",
83
+ "parameters": [],
84
+ "requestBody": {
85
+ "description": "",
86
+ "content": {
87
+ "application/xml": {
88
+ "schema": {
89
+ "allOf": [
90
+ {
91
+ "$ref": "#/components/schemas/ShPull3"
92
+ },
93
+ {
94
+ "xml": {
95
+ "name": "ShPull",
96
+ "attribute": false,
97
+ "wrapped": false
98
+ }
99
+ }
100
+ ]
101
+ }
102
+ }
103
+ },
104
+ "required": true
105
+ },
106
+ "responses": {
107
+ "200": {
108
+ "description": "Successfully retrieved the response",
109
+ "headers": {},
110
+ "content": {
111
+ "application/xml": {
112
+ "schema": {
113
+ "allOf": [
114
+ {
115
+ "$ref": "#/components/schemas/ShPullResponse3"
116
+ },
117
+ {
118
+ "xml": {
119
+ "name": "ShPullResponse",
120
+ "attribute": false,
121
+ "wrapped": false
122
+ }
123
+ }
124
+ ]
125
+ }
126
+ }
127
+ }
128
+ }
129
+ },
130
+ "deprecated": false
131
+ }
132
+ },
133
+ "/services/ShService": {
134
+ "post": {
135
+ "tags": [
136
+ "Metaview"
137
+ ],
138
+ "summary": "Metaview",
139
+ "operationId": "postMetaview",
140
+ "parameters": [],
141
+ "requestBody": {
142
+ "description": "",
143
+ "content": {
144
+ "application/xml": {
145
+ "schema": {
146
+ "allOf": [
147
+ {
148
+ "$ref": "#/components/schemas/ShPull5"
149
+ },
150
+ {
151
+ "xml": {
152
+ "name": "ShPull",
153
+ "attribute": false,
154
+ "wrapped": false
155
+ }
156
+ }
157
+ ]
158
+ }
159
+ }
160
+ },
161
+ "required": true
162
+ },
163
+ "responses": {
164
+ "200": {
165
+ "description": "Successfully retrieved the response",
166
+ "headers": {},
167
+ "content": {
168
+ "application/xml": {
169
+ "schema": {
170
+ "allOf": [
171
+ {
172
+ "$ref": "#/components/schemas/ShPullResponse5"
173
+ },
174
+ {
175
+ "xml": {
176
+ "name": "ShPullResponse",
177
+ "attribute": false,
178
+ "wrapped": false
179
+ }
180
+ }
181
+ ]
182
+ }
183
+ }
184
+ }
185
+ }
186
+ },
187
+ "deprecated": false
188
+ }
189
+ },
190
+ "/mvweb/services/ShService": {
191
+ "post": {
192
+ "tags": [
193
+ "NWSAP"
194
+ ],
195
+ "summary": "NWSAP",
196
+ "operationId": "postNWSAP",
197
+ "parameters": [],
198
+ "requestBody": {
199
+ "description": "",
200
+ "content": {
201
+ "application/xml": {
202
+ "schema": {
203
+ "allOf": [
204
+ {
205
+ "$ref": "#/components/schemas/ShPull7"
206
+ },
207
+ {
208
+ "xml": {
209
+ "name": "ShPull",
210
+ "attribute": false,
211
+ "wrapped": false
212
+ }
213
+ }
214
+ ]
215
+ }
216
+ }
217
+ },
218
+ "required": true
219
+ },
220
+ "responses": {
221
+ "200": {
222
+ "description": "Successfully retrieved the response",
223
+ "headers": {},
224
+ "content": {
225
+ "application/xml": {
226
+ "schema": {
227
+ "allOf": [
228
+ {
229
+ "$ref": "#/components/schemas/ShPullResponse7"
230
+ },
231
+ {
232
+ "xml": {
233
+ "name": "ShPullResponse",
234
+ "attribute": false,
235
+ "wrapped": false
236
+ }
237
+ }
238
+ ]
239
+ }
240
+ }
241
+ }
242
+ }
243
+ },
244
+ "deprecated": false
245
+ }
246
+ }
247
+ },
248
+ "components": {
249
+ "schemas": {
250
+ "ShPull": {
251
+ "title": "ShPull",
252
+ "required": [
253
+ "UserIdentity",
254
+ "DataReference",
255
+ "ServiceIndication",
256
+ "OriginHost"
257
+ ],
258
+ "type": "object",
259
+ "properties": {
260
+ "UserIdentity": {
261
+ "type": "string",
262
+ "xml": {
263
+ "name": "UserIdentity",
264
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
265
+ "prefix": "tns",
266
+ "attribute": false,
267
+ "wrapped": false
268
+ }
269
+ },
270
+ "DataReference": {
271
+ "maximum": 0.0,
272
+ "minimum": 0.0,
273
+ "type": "integer",
274
+ "format": "int32",
275
+ "xml": {
276
+ "name": "DataReference",
277
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
278
+ "prefix": "tns",
279
+ "attribute": false,
280
+ "wrapped": false
281
+ }
282
+ },
283
+ "ServiceIndication": {
284
+ "type": "string",
285
+ "xml": {
286
+ "name": "ServiceIndication",
287
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
288
+ "prefix": "tns",
289
+ "attribute": false,
290
+ "wrapped": false
291
+ }
292
+ },
293
+ "OriginHost": {
294
+ "type": "string",
295
+ "xml": {
296
+ "name": "OriginHost",
297
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
298
+ "prefix": "tns",
299
+ "attribute": false,
300
+ "wrapped": false
301
+ }
302
+ }
303
+ },
304
+ "description": "",
305
+ "xml": {
306
+ "name": "ShPull",
307
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
308
+ "prefix": "tns",
309
+ "attribute": false,
310
+ "wrapped": false
311
+ }
312
+ },
313
+ "ShPullResponse": {
314
+ "title": "ShPullResponse",
315
+ "required": [
316
+ "ResultCode",
317
+ "ExtendedResult"
318
+ ],
319
+ "type": "object",
320
+ "properties": {
321
+ "ResultCode": {
322
+ "maximum": 9999.0,
323
+ "minimum": 1000.0,
324
+ "type": "integer",
325
+ "format": "int32",
326
+ "xml": {
327
+ "name": "ResultCode",
328
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
329
+ "prefix": "tns",
330
+ "attribute": false,
331
+ "wrapped": false
332
+ }
333
+ },
334
+ "ExtendedResult": {
335
+ "allOf": [
336
+ {
337
+ "$ref": "#/components/schemas/tExtendedResult"
338
+ },
339
+ {
340
+ "xml": {
341
+ "name": "ExtendedResult",
342
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
343
+ "prefix": "tns",
344
+ "attribute": false,
345
+ "wrapped": false
346
+ }
347
+ }
348
+ ]
349
+ },
350
+ "UserData": {
351
+ "type": "string",
352
+ "xml": {
353
+ "name": "UserData",
354
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
355
+ "prefix": "tns",
356
+ "attribute": false,
357
+ "wrapped": false
358
+ }
359
+ }
360
+ },
361
+ "description": "",
362
+ "xml": {
363
+ "name": "ShPullResponse",
364
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
365
+ "prefix": "tns",
366
+ "attribute": false,
367
+ "wrapped": false
368
+ }
369
+ },
370
+ "tExtendedResult": {
371
+ "title": "tExtendedResult",
372
+ "required": [
373
+ "ExtendedResultCode",
374
+ "ExtendedSubResults"
375
+ ],
376
+ "type": "object",
377
+ "properties": {
378
+ "ExtendedResultCode": {
379
+ "type": "integer",
380
+ "format": "int32",
381
+ "xml": {
382
+ "name": "ExtendedResultCode",
383
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
384
+ "prefix": "tns",
385
+ "attribute": false,
386
+ "wrapped": false
387
+ }
388
+ },
389
+ "ExtendedResultDetail": {
390
+ "type": "string",
391
+ "xml": {
392
+ "name": "ExtendedResultDetail",
393
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
394
+ "prefix": "tns",
395
+ "attribute": false,
396
+ "wrapped": false
397
+ }
398
+ },
399
+ "ExtendedSubResults": {
400
+ "allOf": [
401
+ {
402
+ "$ref": "#/components/schemas/tExtendedSubResults"
403
+ },
404
+ {
405
+ "xml": {
406
+ "name": "ExtendedSubResults",
407
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
408
+ "prefix": "tns",
409
+ "attribute": false,
410
+ "wrapped": false
411
+ }
412
+ }
413
+ ]
414
+ },
415
+ "ExtendedResultSystem": {
416
+ "type": "string",
417
+ "xml": {
418
+ "name": "ExtendedResultSystem",
419
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
420
+ "prefix": "tns",
421
+ "attribute": false,
422
+ "wrapped": false
423
+ }
424
+ }
425
+ },
426
+ "description": "",
427
+ "xml": {
428
+ "name": "tExtendedResult",
429
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
430
+ "prefix": "tns",
431
+ "attribute": false,
432
+ "wrapped": false
433
+ }
434
+ },
435
+ "tExtendedSubResults": {
436
+ "title": "tExtendedSubResults",
437
+ "type": "object",
438
+ "properties": {
439
+ "SubResult": {
440
+ "type": "array",
441
+ "items": {
442
+ "$ref": "#/components/schemas/tSubResult"
443
+ },
444
+ "description": "",
445
+ "xml": {
446
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
447
+ "prefix": "tns",
448
+ "attribute": false,
449
+ "wrapped": false
450
+ }
451
+ }
452
+ },
453
+ "description": "",
454
+ "xml": {
455
+ "name": "tExtendedSubResults",
456
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
457
+ "prefix": "tns",
458
+ "attribute": false,
459
+ "wrapped": false
460
+ }
461
+ },
462
+ "tSubResult": {
463
+ "title": "tSubResult",
464
+ "required": [
465
+ "SubResultCode",
466
+ "SubResultDetail",
467
+ "SubResultSource"
468
+ ],
469
+ "type": "object",
470
+ "properties": {
471
+ "SubResultCode": {
472
+ "type": "integer",
473
+ "format": "int32",
474
+ "xml": {
475
+ "name": "SubResultCode",
476
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
477
+ "prefix": "tns",
478
+ "attribute": false,
479
+ "wrapped": false
480
+ }
481
+ },
482
+ "SubResultDetail": {
483
+ "type": "string",
484
+ "xml": {
485
+ "name": "SubResultDetail",
486
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
487
+ "prefix": "tns",
488
+ "attribute": false,
489
+ "wrapped": false
490
+ }
491
+ },
492
+ "SubResultSource": {
493
+ "type": "string",
494
+ "xml": {
495
+ "name": "SubResultSource",
496
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
497
+ "prefix": "tns",
498
+ "attribute": false,
499
+ "wrapped": false
500
+ }
501
+ },
502
+ "SubResultSystem": {
503
+ "type": "string",
504
+ "xml": {
505
+ "name": "SubResultSystem",
506
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
507
+ "prefix": "tns",
508
+ "attribute": false,
509
+ "wrapped": false
510
+ }
511
+ }
512
+ },
513
+ "description": "",
514
+ "xml": {
515
+ "name": "tSubResult",
516
+ "namespace": "http://www.metaswitch.com/sdp/soap/sh",
517
+ "prefix": "tns",
518
+ "attribute": false,
519
+ "wrapped": false
520
+ }
521
+ },
522
+ "ShPull1": {
523
+ "title": "ShPull1",
524
+ "required": [
525
+ "ShPull"
526
+ ],
527
+ "type": "object",
528
+ "properties": {
529
+ "ShPull": {
530
+ "$ref": "#/components/schemas/ShPull"
531
+ }
532
+ }
533
+ },
534
+ "ShPullResponse1": {
535
+ "title": "ShPullResponse1",
536
+ "required": [
537
+ "ShPullResponse"
538
+ ],
539
+ "type": "object",
540
+ "properties": {
541
+ "ShPullResponse": {
542
+ "allOf": [
543
+ {
544
+ "$ref": "#/components/schemas/ShPullResponse"
545
+ },
546
+ {
547
+ "xml": {
548
+ "name": "ShPullResponse",
549
+ "attribute": false,
550
+ "wrapped": false
551
+ }
552
+ }
553
+ ]
554
+ }
555
+ },
556
+ "xml": {
557
+ "name": "ShPullResponse",
558
+ "attribute": false,
559
+ "wrapped": false
560
+ }
561
+ },
562
+ "ShPull2": {
563
+ "title": "ShPull2",
564
+ "required": [
565
+ "UserIdentity",
566
+ "DataReference",
567
+ "ServiceIndication",
568
+ "OriginHost"
569
+ ],
570
+ "type": "object",
571
+ "properties": {
572
+ "UserIdentity": {
573
+ "type": "string",
574
+ "xml": {
575
+ "name": "UserIdentity",
576
+ "namespace": "http://www.metaswitch.com/nsrs/soap/sh",
577
+ "prefix": "tns",
578
+ "attribute": false,
579
+ "wrapped": false
580
+ }
581
+ },
582
+ "DataReference": {
583
+ "maximum": 0.0,
584
+ "minimum": 0.0,
585
+ "type": "integer",
586
+ "format": "int32",
587
+ "xml": {
588
+ "name": "DataReference",
589
+ "namespace": "http://www.metaswitch.com/nsrs/soap/sh",
590
+ "prefix": "tns",
591
+ "attribute": false,
592
+ "wrapped": false
593
+ }
594
+ },
595
+ "ServiceIndication": {
596
+ "type": "string",
597
+ "xml": {
598
+ "name": "ServiceIndication",
599
+ "namespace": "http://www.metaswitch.com/nsrs/soap/sh",
600
+ "prefix": "tns",
601
+ "attribute": false,
602
+ "wrapped": false
603
+ }
604
+ },
605
+ "OriginHost": {
606
+ "type": "string",
607
+ "xml": {
608
+ "name": "OriginHost",
609
+ "namespace": "http://www.metaswitch.com/nsrs/soap/sh",
610
+ "prefix": "tns",
611
+ "attribute": false,
612
+ "wrapped": false
613
+ }
614
+ }
615
+ },
616
+ "description": "",
617
+ "xml": {
618
+ "name": "ShPull",
619
+ "namespace": "http://www.metaswitch.com/nsrs/soap/sh",
620
+ "prefix": "tns",
621
+ "attribute": false,
622
+ "wrapped": false
623
+ }
624
+ },
625
+ "ShPullResponse2": {
626
+ "title": "ShPullResponse2",
627
+ "required": [
628
+ "ResultCode",
629
+ "ExtendedResult"
630
+ ],
631
+ "type": "object",
632
+ "properties": {
633
+ "ResultCode": {
634
+ "maximum": 9999.0,
635
+ "minimum": 1000.0,
636
+ "type": "integer",
637
+ "format": "int32",
638
+ "xml": {
639
+ "name": "ResultCode",
640
+ "namespace": "http://www.metaswitch.com/nsrs/soap/sh",
641
+ "prefix": "tns",
642
+ "attribute": false,
643
+ "wrapped": false
644
+ }
645
+ },
646
+ "ExtendedResult": {
647
+ "allOf": [
648
+ {
649
+ "$ref": "#/components/schemas/tExtendedResult1"
650
+ },
651
+ {
652
+ "xml": {
653
+ "name": "ExtendedResult",
654
+ "namespace": "http://www.metaswitch.com/nsrs/soap/sh",
655
+ "prefix": "tns",
656
+ "attribute": false,
657
+ "wrapped": false
658
+ }
659
+ }
660
+ ]
661
+ },
662
+ "UserData": {
663
+ "allOf": [
664
+ {
665
+ "$ref": "#/components/schemas/tUserData1"
666
+ },
667
+ {
668
+ "xml": {
669
+ "name": "UserData",
670
+ "namespace": "http://www.metaswitch.com/nsrs/soap/sh",
671
+ "prefix": "tns",
672
+ "attribute": false,
673
+ "wrapped": false
674
+ }
675
+ }
676
+ ]
677
+ }
678
+ },
679
+ "description": "",
680
+ "xml": {
681
+ "name": "ShPullResponse",
682
+ "namespace": "http://www.metaswitch.com/nsrs/soap/sh",
683
+ "prefix": "tns",
684
+ "attribute": false,
685
+ "wrapped": false
686
+ }
687
+ },
688
+ "tUserData1": {
689
+ "title": "tUserData1",
690
+ "type": "object",
691
+ "description": "",
692
+ "xml": {
693
+ "name": "tUserData",
694
+ "namespace": "http://www.metaswitch.com/nsrs/soap/sh",
695
+ "prefix": "tns",
696
+ "attribute": false,
697
+ "wrapped": false
698
+ }
699
+ },
700
+ "tExtendedResult1": {
701
+ "title": "tExtendedResult1",
702
+ "required": [
703
+ "ExtendedResultCode",
704
+ "ExtendedResultDetail",
705
+ "ExtendedSubResults"
706
+ ],
707
+ "type": "object",
708
+ "properties": {
709
+ "ExtendedResultCode": {
710
+ "type": "integer",
711
+ "format": "int32",
712
+ "xml": {
713
+ "name": "ExtendedResultCode",
714
+ "namespace": "http://www.metaswitch.com/nsrs/soap/sh",
715
+ "prefix": "tns",
716
+ "attribute": false,
717
+ "wrapped": false
718
+ }
719
+ },
720
+ "ExtendedResultDetail": {
721
+ "type": "string",
722
+ "xml": {
723
+ "name": "ExtendedResultDetail",
724
+ "namespace": "http://www.metaswitch.com/nsrs/soap/sh",
725
+ "prefix": "tns",
726
+ "attribute": false,
727
+ "wrapped": false
728
+ }
729
+ },
730
+ "ExtendedSubResults": {
731
+ "allOf": [
732
+ {
733
+ "$ref": "#/components/schemas/tExtendedSubResults1"
734
+ },
735
+ {
736
+ "xml": {
737
+ "name": "ExtendedSubResults",
738
+ "namespace": "http://www.metaswitch.com/nsrs/soap/sh",
739
+ "prefix": "tns",
740
+ "attribute": false,
741
+ "wrapped": false
742
+ }
743
+ }
744
+ ]
745
+ }
746
+ },
747
+ "description": "",
748
+ "xml": {
749
+ "name": "tExtendedResult",
750
+ "namespace": "http://www.metaswitch.com/nsrs/soap/sh",
751
+ "prefix": "tns",
752
+ "attribute": false,
753
+ "wrapped": false
754
+ }
755
+ },
756
+ "tExtendedSubResults1": {
757
+ "title": "tExtendedSubResults1",
758
+ "type": "object",
759
+ "properties": {
760
+ "SubResult": {
761
+ "type": "array",
762
+ "items": {
763
+ "$ref": "#/components/schemas/tSubResult1"
764
+ },
765
+ "description": "",
766
+ "xml": {
767
+ "namespace": "http://www.metaswitch.com/nsrs/soap/sh",
768
+ "prefix": "tns",
769
+ "attribute": false,
770
+ "wrapped": false
771
+ }
772
+ }
773
+ },
774
+ "description": "",
775
+ "xml": {
776
+ "name": "tExtendedSubResults",
777
+ "namespace": "http://www.metaswitch.com/nsrs/soap/sh",
778
+ "prefix": "tns",
779
+ "attribute": false,
780
+ "wrapped": false
781
+ }
782
+ },
783
+ "tSubResult1": {
784
+ "title": "tSubResult1",
785
+ "required": [
786
+ "SubResultCode",
787
+ "SubResultDetail",
788
+ "SubResultSource"
789
+ ],
790
+ "type": "object",
791
+ "properties": {
792
+ "SubResultCode": {
793
+ "type": "integer",
794
+ "format": "int32",
795
+ "xml": {
796
+ "name": "SubResultCode",
797
+ "namespace": "http://www.metaswitch.com/nsrs/soap/sh",
798
+ "prefix": "tns",
799
+ "attribute": false,
800
+ "wrapped": false
801
+ }
802
+ },
803
+ "SubResultDetail": {
804
+ "type": "string",
805
+ "xml": {
806
+ "name": "SubResultDetail",
807
+ "namespace": "http://www.metaswitch.com/nsrs/soap/sh",
808
+ "prefix": "tns",
809
+ "attribute": false,
810
+ "wrapped": false
811
+ }
812
+ },
813
+ "SubResultSource": {
814
+ "type": "string",
815
+ "xml": {
816
+ "name": "SubResultSource",
817
+ "namespace": "http://www.metaswitch.com/nsrs/soap/sh",
818
+ "prefix": "tns",
819
+ "attribute": false,
820
+ "wrapped": false
821
+ }
822
+ }
823
+ },
824
+ "description": "",
825
+ "xml": {
826
+ "name": "tSubResult",
827
+ "namespace": "http://www.metaswitch.com/nsrs/soap/sh",
828
+ "prefix": "tns",
829
+ "attribute": false,
830
+ "wrapped": false
831
+ }
832
+ },
833
+ "ShPull3": {
834
+ "title": "ShPull3",
835
+ "required": [
836
+ "ShPull"
837
+ ],
838
+ "type": "object",
839
+ "properties": {
840
+ "ShPull": {
841
+ "$ref": "#/components/schemas/ShPull2"
842
+ }
843
+ }
844
+ },
845
+ "ShPullResponse3": {
846
+ "title": "ShPullResponse3",
847
+ "required": [
848
+ "ShPullResponse"
849
+ ],
850
+ "type": "object",
851
+ "properties": {
852
+ "ShPullResponse": {
853
+ "allOf": [
854
+ {
855
+ "$ref": "#/components/schemas/ShPullResponse2"
856
+ },
857
+ {
858
+ "xml": {
859
+ "name": "ShPullResponse",
860
+ "attribute": false,
861
+ "wrapped": false
862
+ }
863
+ }
864
+ ]
865
+ }
866
+ },
867
+ "xml": {
868
+ "name": "ShPullResponse",
869
+ "attribute": false,
870
+ "wrapped": false
871
+ }
872
+ },
873
+ "ShPull4": {
874
+ "title": "ShPull4",
875
+ "required": [
876
+ "UserIdentity",
877
+ "DataReference",
878
+ "ServiceIndication",
879
+ "OriginHost"
880
+ ],
881
+ "type": "object",
882
+ "properties": {
883
+ "UserIdentity": {
884
+ "pattern": "[0-9]*",
885
+ "type": "string",
886
+ "xml": {
887
+ "name": "UserIdentity",
888
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
889
+ "prefix": "tns",
890
+ "attribute": false,
891
+ "wrapped": false
892
+ }
893
+ },
894
+ "DataReference": {
895
+ "maximum": 0.0,
896
+ "minimum": 0.0,
897
+ "type": "integer",
898
+ "format": "int32",
899
+ "xml": {
900
+ "name": "DataReference",
901
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
902
+ "prefix": "tns",
903
+ "attribute": false,
904
+ "wrapped": false
905
+ }
906
+ },
907
+ "ServiceIndication": {
908
+ "type": "string",
909
+ "xml": {
910
+ "name": "ServiceIndication",
911
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
912
+ "prefix": "tns",
913
+ "attribute": false,
914
+ "wrapped": false
915
+ }
916
+ },
917
+ "OriginHost": {
918
+ "type": "string",
919
+ "xml": {
920
+ "name": "OriginHost",
921
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
922
+ "prefix": "tns",
923
+ "attribute": false,
924
+ "wrapped": false
925
+ }
926
+ }
927
+ },
928
+ "description": "",
929
+ "xml": {
930
+ "name": "ShPull",
931
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
932
+ "prefix": "tns",
933
+ "attribute": false,
934
+ "wrapped": false
935
+ }
936
+ },
937
+ "ShPullResponse4": {
938
+ "title": "ShPullResponse4",
939
+ "required": [
940
+ "ResultCode",
941
+ "ExtendedResult"
942
+ ],
943
+ "type": "object",
944
+ "properties": {
945
+ "ResultCode": {
946
+ "maximum": 9999.0,
947
+ "minimum": 1000.0,
948
+ "type": "integer",
949
+ "format": "int32",
950
+ "xml": {
951
+ "name": "ResultCode",
952
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
953
+ "prefix": "tns",
954
+ "attribute": false,
955
+ "wrapped": false
956
+ }
957
+ },
958
+ "ExtendedResult": {
959
+ "allOf": [
960
+ {
961
+ "$ref": "#/components/schemas/tExtendedResult2"
962
+ },
963
+ {
964
+ "xml": {
965
+ "name": "ExtendedResult",
966
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
967
+ "prefix": "tns",
968
+ "attribute": false,
969
+ "wrapped": false
970
+ }
971
+ }
972
+ ]
973
+ },
974
+ "UserData": {
975
+ "allOf": [
976
+ {
977
+ "$ref": "#/components/schemas/tUserData2"
978
+ },
979
+ {
980
+ "xml": {
981
+ "name": "UserData",
982
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
983
+ "prefix": "tns",
984
+ "attribute": false,
985
+ "wrapped": false
986
+ }
987
+ }
988
+ ]
989
+ }
990
+ },
991
+ "description": "",
992
+ "xml": {
993
+ "name": "ShPullResponse",
994
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
995
+ "prefix": "tns",
996
+ "attribute": false,
997
+ "wrapped": false
998
+ }
999
+ },
1000
+ "tUserData2": {
1001
+ "title": "tUserData2",
1002
+ "type": "object",
1003
+ "description": "",
1004
+ "xml": {
1005
+ "name": "tUserData",
1006
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
1007
+ "prefix": "tns",
1008
+ "attribute": false,
1009
+ "wrapped": false
1010
+ }
1011
+ },
1012
+ "tExtendedResult2": {
1013
+ "title": "tExtendedResult2",
1014
+ "required": [
1015
+ "ExtendedResultCode",
1016
+ "ExtendedResultDetail",
1017
+ "ExtendedSubResults"
1018
+ ],
1019
+ "type": "object",
1020
+ "properties": {
1021
+ "ExtendedResultCode": {
1022
+ "type": "integer",
1023
+ "format": "int32",
1024
+ "xml": {
1025
+ "name": "ExtendedResultCode",
1026
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
1027
+ "prefix": "tns",
1028
+ "attribute": false,
1029
+ "wrapped": false
1030
+ }
1031
+ },
1032
+ "ExtendedResultDetail": {
1033
+ "type": "string",
1034
+ "xml": {
1035
+ "name": "ExtendedResultDetail",
1036
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
1037
+ "prefix": "tns",
1038
+ "attribute": false,
1039
+ "wrapped": false
1040
+ }
1041
+ },
1042
+ "ExtendedSubResults": {
1043
+ "allOf": [
1044
+ {
1045
+ "$ref": "#/components/schemas/tExtendedSubResults2"
1046
+ },
1047
+ {
1048
+ "xml": {
1049
+ "name": "ExtendedSubResults",
1050
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
1051
+ "prefix": "tns",
1052
+ "attribute": false,
1053
+ "wrapped": false
1054
+ }
1055
+ }
1056
+ ]
1057
+ },
1058
+ "ExtendedResultSystem": {
1059
+ "type": "array",
1060
+ "items": {
1061
+ "$ref": "#/components/schemas/tResultSystem2"
1062
+ },
1063
+ "description": "",
1064
+ "xml": {
1065
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
1066
+ "prefix": "tns",
1067
+ "attribute": false,
1068
+ "wrapped": false
1069
+ }
1070
+ }
1071
+ },
1072
+ "description": "",
1073
+ "xml": {
1074
+ "name": "tExtendedResult",
1075
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
1076
+ "prefix": "tns",
1077
+ "attribute": false,
1078
+ "wrapped": false
1079
+ }
1080
+ },
1081
+ "tExtendedSubResults2": {
1082
+ "title": "tExtendedSubResults2",
1083
+ "type": "object",
1084
+ "properties": {
1085
+ "SubResult": {
1086
+ "type": "array",
1087
+ "items": {
1088
+ "$ref": "#/components/schemas/tSubResult2"
1089
+ },
1090
+ "description": "",
1091
+ "xml": {
1092
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
1093
+ "prefix": "tns",
1094
+ "attribute": false,
1095
+ "wrapped": false
1096
+ }
1097
+ }
1098
+ },
1099
+ "description": "",
1100
+ "xml": {
1101
+ "name": "tExtendedSubResults",
1102
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
1103
+ "prefix": "tns",
1104
+ "attribute": false,
1105
+ "wrapped": false
1106
+ }
1107
+ },
1108
+ "tSubResult2": {
1109
+ "title": "tSubResult2",
1110
+ "required": [
1111
+ "SubResultCode",
1112
+ "SubResultDetail",
1113
+ "SubResultSource"
1114
+ ],
1115
+ "type": "object",
1116
+ "properties": {
1117
+ "SubResultCode": {
1118
+ "type": "integer",
1119
+ "format": "int32",
1120
+ "xml": {
1121
+ "name": "SubResultCode",
1122
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
1123
+ "prefix": "tns",
1124
+ "attribute": false,
1125
+ "wrapped": false
1126
+ }
1127
+ },
1128
+ "SubResultDetail": {
1129
+ "type": "string",
1130
+ "xml": {
1131
+ "name": "SubResultDetail",
1132
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
1133
+ "prefix": "tns",
1134
+ "attribute": false,
1135
+ "wrapped": false
1136
+ }
1137
+ },
1138
+ "SubResultSource": {
1139
+ "type": "string",
1140
+ "xml": {
1141
+ "name": "SubResultSource",
1142
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
1143
+ "prefix": "tns",
1144
+ "attribute": false,
1145
+ "wrapped": false
1146
+ }
1147
+ },
1148
+ "SubResultSystem": {
1149
+ "type": "array",
1150
+ "items": {
1151
+ "$ref": "#/components/schemas/tResultSystem2"
1152
+ },
1153
+ "description": "",
1154
+ "xml": {
1155
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
1156
+ "prefix": "tns",
1157
+ "attribute": false,
1158
+ "wrapped": false
1159
+ }
1160
+ }
1161
+ },
1162
+ "description": "",
1163
+ "xml": {
1164
+ "name": "tSubResult",
1165
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
1166
+ "prefix": "tns",
1167
+ "attribute": false,
1168
+ "wrapped": false
1169
+ }
1170
+ },
1171
+ "tResultSystem2": {
1172
+ "title": "tResultSystem2",
1173
+ "type": "object",
1174
+ "properties": {
1175
+ "type": {
1176
+ "type": "string",
1177
+ "xml": {
1178
+ "name": "type",
1179
+ "prefix": "tns",
1180
+ "attribute": true,
1181
+ "wrapped": false
1182
+ }
1183
+ }
1184
+ },
1185
+ "description": "",
1186
+ "xml": {
1187
+ "name": "tResultSystem",
1188
+ "namespace": "http://www.metaswitch.com/ems/soap/sh",
1189
+ "prefix": "tns",
1190
+ "attribute": false,
1191
+ "wrapped": false
1192
+ }
1193
+ },
1194
+ "ShPull5": {
1195
+ "title": "ShPull5",
1196
+ "required": [
1197
+ "ShPull"
1198
+ ],
1199
+ "type": "object",
1200
+ "properties": {
1201
+ "ShPull": {
1202
+ "$ref": "#/components/schemas/ShPull4"
1203
+ }
1204
+ }
1205
+ },
1206
+ "ShPullResponse5": {
1207
+ "title": "ShPullResponse5",
1208
+ "required": [
1209
+ "ShPullResponse"
1210
+ ],
1211
+ "type": "object",
1212
+ "properties": {
1213
+ "ShPullResponse": {
1214
+ "allOf": [
1215
+ {
1216
+ "$ref": "#/components/schemas/ShPullResponse4"
1217
+ },
1218
+ {
1219
+ "xml": {
1220
+ "name": "ShPullResponse",
1221
+ "attribute": false,
1222
+ "wrapped": false
1223
+ }
1224
+ }
1225
+ ]
1226
+ }
1227
+ },
1228
+ "xml": {
1229
+ "name": "ShPullResponse",
1230
+ "attribute": false,
1231
+ "wrapped": false
1232
+ }
1233
+ },
1234
+ "ShPull6": {
1235
+ "title": "ShPull6",
1236
+ "required": [
1237
+ "UserIdentity",
1238
+ "DataReference",
1239
+ "ServiceIndication",
1240
+ "OriginHost"
1241
+ ],
1242
+ "type": "object",
1243
+ "properties": {
1244
+ "UserIdentity": {
1245
+ "pattern": "[0-9]*",
1246
+ "type": "string",
1247
+ "xml": {
1248
+ "name": "UserIdentity",
1249
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1250
+ "prefix": "tns",
1251
+ "attribute": false,
1252
+ "wrapped": false
1253
+ }
1254
+ },
1255
+ "DataReference": {
1256
+ "maximum": 0.0,
1257
+ "minimum": 0.0,
1258
+ "type": "integer",
1259
+ "format": "int32",
1260
+ "xml": {
1261
+ "name": "DataReference",
1262
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1263
+ "prefix": "tns",
1264
+ "attribute": false,
1265
+ "wrapped": false
1266
+ }
1267
+ },
1268
+ "ServiceIndication": {
1269
+ "type": "string",
1270
+ "xml": {
1271
+ "name": "ServiceIndication",
1272
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1273
+ "prefix": "tns",
1274
+ "attribute": false,
1275
+ "wrapped": false
1276
+ }
1277
+ },
1278
+ "OriginHost": {
1279
+ "type": "string",
1280
+ "xml": {
1281
+ "name": "OriginHost",
1282
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1283
+ "prefix": "tns",
1284
+ "attribute": false,
1285
+ "wrapped": false
1286
+ }
1287
+ }
1288
+ },
1289
+ "description": "",
1290
+ "xml": {
1291
+ "name": "ShPull",
1292
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1293
+ "prefix": "tns",
1294
+ "attribute": false,
1295
+ "wrapped": false
1296
+ }
1297
+ },
1298
+ "ShPullResponse6": {
1299
+ "title": "ShPullResponse6",
1300
+ "required": [
1301
+ "ResultCode",
1302
+ "ExtendedResult"
1303
+ ],
1304
+ "type": "object",
1305
+ "properties": {
1306
+ "ResultCode": {
1307
+ "maximum": 9999.0,
1308
+ "minimum": 1000.0,
1309
+ "type": "integer",
1310
+ "format": "int32",
1311
+ "xml": {
1312
+ "name": "ResultCode",
1313
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1314
+ "prefix": "tns",
1315
+ "attribute": false,
1316
+ "wrapped": false
1317
+ }
1318
+ },
1319
+ "ExtendedResult": {
1320
+ "allOf": [
1321
+ {
1322
+ "$ref": "#/components/schemas/tExtendedResult3"
1323
+ },
1324
+ {
1325
+ "xml": {
1326
+ "name": "ExtendedResult",
1327
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1328
+ "prefix": "tns",
1329
+ "attribute": false,
1330
+ "wrapped": false
1331
+ }
1332
+ }
1333
+ ]
1334
+ },
1335
+ "UserData": {
1336
+ "allOf": [
1337
+ {
1338
+ "$ref": "#/components/schemas/tUserData3"
1339
+ },
1340
+ {
1341
+ "xml": {
1342
+ "name": "UserData",
1343
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1344
+ "prefix": "tns",
1345
+ "attribute": false,
1346
+ "wrapped": false
1347
+ }
1348
+ }
1349
+ ]
1350
+ }
1351
+ },
1352
+ "description": "",
1353
+ "xml": {
1354
+ "name": "ShPullResponse",
1355
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1356
+ "prefix": "tns",
1357
+ "attribute": false,
1358
+ "wrapped": false
1359
+ }
1360
+ },
1361
+ "tUserData3": {
1362
+ "title": "tUserData3",
1363
+ "type": "object",
1364
+ "description": "",
1365
+ "xml": {
1366
+ "name": "tUserData",
1367
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1368
+ "prefix": "tns",
1369
+ "attribute": false,
1370
+ "wrapped": false
1371
+ }
1372
+ },
1373
+ "tExtendedResult3": {
1374
+ "title": "tExtendedResult3",
1375
+ "required": [
1376
+ "ExtendedResultCode",
1377
+ "ExtendedResultDetail",
1378
+ "ExtendedSubResults"
1379
+ ],
1380
+ "type": "object",
1381
+ "properties": {
1382
+ "ExtendedResultCode": {
1383
+ "type": "integer",
1384
+ "format": "int32",
1385
+ "xml": {
1386
+ "name": "ExtendedResultCode",
1387
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1388
+ "prefix": "tns",
1389
+ "attribute": false,
1390
+ "wrapped": false
1391
+ }
1392
+ },
1393
+ "ExtendedResultDetail": {
1394
+ "type": "string",
1395
+ "xml": {
1396
+ "name": "ExtendedResultDetail",
1397
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1398
+ "prefix": "tns",
1399
+ "attribute": false,
1400
+ "wrapped": false
1401
+ }
1402
+ },
1403
+ "ExtendedSubResults": {
1404
+ "allOf": [
1405
+ {
1406
+ "$ref": "#/components/schemas/tExtendedSubResults3"
1407
+ },
1408
+ {
1409
+ "xml": {
1410
+ "name": "ExtendedSubResults",
1411
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1412
+ "prefix": "tns",
1413
+ "attribute": false,
1414
+ "wrapped": false
1415
+ }
1416
+ }
1417
+ ]
1418
+ },
1419
+ "ExtendedResultSystem": {
1420
+ "type": "array",
1421
+ "items": {
1422
+ "$ref": "#/components/schemas/tResultSystem3"
1423
+ },
1424
+ "description": "",
1425
+ "xml": {
1426
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1427
+ "prefix": "tns",
1428
+ "attribute": false,
1429
+ "wrapped": false
1430
+ }
1431
+ }
1432
+ },
1433
+ "description": "",
1434
+ "xml": {
1435
+ "name": "tExtendedResult",
1436
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1437
+ "prefix": "tns",
1438
+ "attribute": false,
1439
+ "wrapped": false
1440
+ }
1441
+ },
1442
+ "tExtendedSubResults3": {
1443
+ "title": "tExtendedSubResults3",
1444
+ "type": "object",
1445
+ "properties": {
1446
+ "SubResult": {
1447
+ "type": "array",
1448
+ "items": {
1449
+ "$ref": "#/components/schemas/tSubResult3"
1450
+ },
1451
+ "description": "",
1452
+ "xml": {
1453
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1454
+ "prefix": "tns",
1455
+ "attribute": false,
1456
+ "wrapped": false
1457
+ }
1458
+ }
1459
+ },
1460
+ "description": "",
1461
+ "xml": {
1462
+ "name": "tExtendedSubResults",
1463
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1464
+ "prefix": "tns",
1465
+ "attribute": false,
1466
+ "wrapped": false
1467
+ }
1468
+ },
1469
+ "tSubResult3": {
1470
+ "title": "tSubResult3",
1471
+ "required": [
1472
+ "SubResultCode",
1473
+ "SubResultDetail",
1474
+ "SubResultSource"
1475
+ ],
1476
+ "type": "object",
1477
+ "properties": {
1478
+ "SubResultCode": {
1479
+ "type": "integer",
1480
+ "format": "int32",
1481
+ "xml": {
1482
+ "name": "SubResultCode",
1483
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1484
+ "prefix": "tns",
1485
+ "attribute": false,
1486
+ "wrapped": false
1487
+ }
1488
+ },
1489
+ "SubResultDetail": {
1490
+ "type": "string",
1491
+ "xml": {
1492
+ "name": "SubResultDetail",
1493
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1494
+ "prefix": "tns",
1495
+ "attribute": false,
1496
+ "wrapped": false
1497
+ }
1498
+ },
1499
+ "SubResultSource": {
1500
+ "type": "string",
1501
+ "xml": {
1502
+ "name": "SubResultSource",
1503
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1504
+ "prefix": "tns",
1505
+ "attribute": false,
1506
+ "wrapped": false
1507
+ }
1508
+ },
1509
+ "SubResultSystem": {
1510
+ "type": "array",
1511
+ "items": {
1512
+ "$ref": "#/components/schemas/tResultSystem3"
1513
+ },
1514
+ "description": "",
1515
+ "xml": {
1516
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1517
+ "prefix": "tns",
1518
+ "attribute": false,
1519
+ "wrapped": false
1520
+ }
1521
+ }
1522
+ },
1523
+ "description": "",
1524
+ "xml": {
1525
+ "name": "tSubResult",
1526
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1527
+ "prefix": "tns",
1528
+ "attribute": false,
1529
+ "wrapped": false
1530
+ }
1531
+ },
1532
+ "tResultSystem3": {
1533
+ "title": "tResultSystem3",
1534
+ "type": "object",
1535
+ "properties": {
1536
+ "type": {
1537
+ "type": "string",
1538
+ "xml": {
1539
+ "name": "type",
1540
+ "prefix": "tns",
1541
+ "attribute": true,
1542
+ "wrapped": false
1543
+ }
1544
+ }
1545
+ },
1546
+ "description": "",
1547
+ "xml": {
1548
+ "name": "tResultSystem",
1549
+ "namespace": "http://www.metaswitch.com/srb/soap/sh",
1550
+ "prefix": "tns",
1551
+ "attribute": false,
1552
+ "wrapped": false
1553
+ }
1554
+ },
1555
+ "ShPull7": {
1556
+ "title": "ShPull7",
1557
+ "required": [
1558
+ "ShPull"
1559
+ ],
1560
+ "type": "object",
1561
+ "properties": {
1562
+ "ShPull": {
1563
+ "$ref": "#/components/schemas/ShPull6"
1564
+ }
1565
+ }
1566
+ },
1567
+ "ShPullResponse7": {
1568
+ "title": "ShPullResponse7",
1569
+ "required": [
1570
+ "ShPullResponse"
1571
+ ],
1572
+ "type": "object",
1573
+ "properties": {
1574
+ "ShPullResponse": {
1575
+ "allOf": [
1576
+ {
1577
+ "$ref": "#/components/schemas/ShPullResponse6"
1578
+ },
1579
+ {
1580
+ "xml": {
1581
+ "name": "ShPullResponse",
1582
+ "attribute": false,
1583
+ "wrapped": false
1584
+ }
1585
+ }
1586
+ ]
1587
+ }
1588
+ },
1589
+ "xml": {
1590
+ "name": "ShPullResponse",
1591
+ "attribute": false,
1592
+ "wrapped": false
1593
+ }
1594
+ }
1595
+ }
1596
+ },
1597
+ "tags": [
1598
+ {
1599
+ "name": "EAS",
1600
+ "description": ""
1601
+ },
1602
+ {
1603
+ "name": "NSeries",
1604
+ "description": ""
1605
+ },
1606
+ {
1607
+ "name": "Metaview",
1608
+ "description": ""
1609
+ },
1610
+ {
1611
+ "name": "NWSAP",
1612
+ "description": ""
1613
+ }
1614
+ ]
1615
+ }