@connectedxm/admin 6.14.4 → 6.14.6

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.
package/openapi.json CHANGED
@@ -770,6 +770,62 @@
770
770
  ]
771
771
  }
772
772
  },
773
+ "/accounts/internal-ref-id/{internalRefId}": {
774
+ "get": {
775
+ "operationId": "GetAccountsByInternalRefId",
776
+ "summary": "Get Accounts By Internal Ref Id",
777
+ "description": "Get Accounts By Internal Ref Id endpoint",
778
+ "parameters": [
779
+ {
780
+ "in": "path",
781
+ "name": "internalRefId",
782
+ "schema": {
783
+ "type": "string"
784
+ },
785
+ "description": "The internalRef identifier",
786
+ "required": true
787
+ }
788
+ ],
789
+ "responses": {
790
+ "200": {
791
+ "description": "Successful response",
792
+ "content": {
793
+ "application/json": {
794
+ "schema": {
795
+ "type": "object",
796
+ "properties": {
797
+ "status": {
798
+ "type": "string",
799
+ "enum": [
800
+ "ok"
801
+ ]
802
+ },
803
+ "message": {
804
+ "type": "string",
805
+ "example": "Success message."
806
+ },
807
+ "data": {
808
+ "type": "array",
809
+ "items": {
810
+ "$ref": "#/components/schemas/Account"
811
+ }
812
+ }
813
+ },
814
+ "required": [
815
+ "status",
816
+ "message",
817
+ "data"
818
+ ]
819
+ }
820
+ }
821
+ }
822
+ }
823
+ },
824
+ "tags": [
825
+ "Accounts"
826
+ ]
827
+ }
828
+ },
773
829
  "/accounts/invitations": {
774
830
  "get": {
775
831
  "operationId": "GetAccountInvitations",
@@ -837,7 +893,10 @@
837
893
  "example": "Success message."
838
894
  },
839
895
  "data": {
840
- "type": "object"
896
+ "type": "array",
897
+ "items": {
898
+ "$ref": "#/components/schemas/AccountInvitation"
899
+ }
841
900
  },
842
901
  "count": {
843
902
  "type": "integer",
@@ -1316,7 +1375,10 @@
1316
1375
  "example": "Success message."
1317
1376
  },
1318
1377
  "data": {
1319
- "type": "object"
1378
+ "type": "array",
1379
+ "items": {
1380
+ "$ref": "#/components/schemas/AccountAddress"
1381
+ }
1320
1382
  },
1321
1383
  "count": {
1322
1384
  "type": "integer",
@@ -1381,7 +1443,7 @@
1381
1443
  "example": "Success message."
1382
1444
  },
1383
1445
  "data": {
1384
- "type": "object"
1446
+ "$ref": "#/components/schemas/AccountAddress"
1385
1447
  }
1386
1448
  },
1387
1449
  "required": [
@@ -1513,7 +1575,7 @@
1513
1575
  "example": "Success message."
1514
1576
  },
1515
1577
  "data": {
1516
- "type": "object"
1578
+ "$ref": "#/components/schemas/AccountAddress"
1517
1579
  }
1518
1580
  },
1519
1581
  "required": [
@@ -1777,7 +1839,10 @@
1777
1839
  "example": "Success message."
1778
1840
  },
1779
1841
  "data": {
1780
- "type": "object"
1842
+ "type": "array",
1843
+ "items": {
1844
+ "$ref": "#/components/schemas/EmailReceipt"
1845
+ }
1781
1846
  },
1782
1847
  "count": {
1783
1848
  "type": "integer",
@@ -3464,7 +3529,7 @@
3464
3529
  "example": "Success message."
3465
3530
  },
3466
3531
  "data": {
3467
- "type": "object"
3532
+ "$ref": "#/components/schemas/NotificationPreferences"
3468
3533
  }
3469
3534
  },
3470
3535
  "required": [
@@ -3659,7 +3724,10 @@
3659
3724
  "example": "Success message."
3660
3725
  },
3661
3726
  "data": {
3662
- "type": "object"
3727
+ "type": "array",
3728
+ "items": {
3729
+ "$ref": "#/components/schemas/EventAttendee"
3730
+ }
3663
3731
  },
3664
3732
  "count": {
3665
3733
  "type": "integer",
@@ -5185,7 +5253,10 @@
5185
5253
  "example": "Success message."
5186
5254
  },
5187
5255
  "data": {
5188
- "type": "object"
5256
+ "type": "array",
5257
+ "items": {
5258
+ "$ref": "#/components/schemas/AdvertisementClick"
5259
+ }
5189
5260
  },
5190
5261
  "count": {
5191
5262
  "type": "integer",
@@ -5283,7 +5354,10 @@
5283
5354
  "example": "Success message."
5284
5355
  },
5285
5356
  "data": {
5286
- "type": "object"
5357
+ "type": "array",
5358
+ "items": {
5359
+ "$ref": "#/components/schemas/AdvertisementView"
5360
+ }
5287
5361
  },
5288
5362
  "count": {
5289
5363
  "type": "integer",
@@ -5697,7 +5771,10 @@
5697
5771
  "example": "Success message."
5698
5772
  },
5699
5773
  "data": {
5700
- "type": "object"
5774
+ "type": "array",
5775
+ "items": {
5776
+ "$ref": "#/components/schemas/BaseAccount"
5777
+ }
5701
5778
  },
5702
5779
  "count": {
5703
5780
  "type": "integer",
@@ -5804,7 +5881,10 @@
5804
5881
  "example": "Success message."
5805
5882
  },
5806
5883
  "data": {
5807
- "type": "object"
5884
+ "type": "array",
5885
+ "items": {
5886
+ "$ref": "#/components/schemas/EmailReceipt"
5887
+ }
5808
5888
  },
5809
5889
  "count": {
5810
5890
  "type": "integer",
@@ -5924,7 +6004,7 @@
5924
6004
  "example": "Success message."
5925
6005
  },
5926
6006
  "data": {
5927
- "type": "object"
6007
+ "$ref": "#/components/schemas/Announcement"
5928
6008
  }
5929
6009
  },
5930
6010
  "required": [
@@ -5975,7 +6055,7 @@
5975
6055
  "example": "Success message."
5976
6056
  },
5977
6057
  "data": {
5978
- "type": "object"
6058
+ "$ref": "#/components/schemas/Announcement"
5979
6059
  }
5980
6060
  },
5981
6061
  "required": [
@@ -7332,7 +7412,10 @@
7332
7412
  "example": "Success message."
7333
7413
  },
7334
7414
  "data": {
7335
- "type": "object"
7415
+ "type": "array",
7416
+ "items": {
7417
+ "$ref": "#/components/schemas/BookingSpaceAvailability"
7418
+ }
7336
7419
  }
7337
7420
  },
7338
7421
  "required": [
@@ -7402,7 +7485,7 @@
7402
7485
  "example": "Success message."
7403
7486
  },
7404
7487
  "data": {
7405
- "type": "object"
7488
+ "$ref": "#/components/schemas/BookingSpaceAvailability"
7406
7489
  }
7407
7490
  },
7408
7491
  "required": [
@@ -7482,7 +7565,7 @@
7482
7565
  "example": "Success message."
7483
7566
  },
7484
7567
  "data": {
7485
- "type": "object"
7568
+ "$ref": "#/components/schemas/BookingSpaceAvailability"
7486
7569
  }
7487
7570
  },
7488
7571
  "required": [
@@ -7551,7 +7634,7 @@
7551
7634
  "example": "Success message."
7552
7635
  },
7553
7636
  "data": {
7554
- "type": "object"
7637
+ "nullable": true
7555
7638
  }
7556
7639
  },
7557
7640
  "required": [
@@ -7663,7 +7746,10 @@
7663
7746
  "example": "Success message."
7664
7747
  },
7665
7748
  "data": {
7666
- "type": "object"
7749
+ "type": "array",
7750
+ "items": {
7751
+ "$ref": "#/components/schemas/BookingSpaceBlackout"
7752
+ }
7667
7753
  },
7668
7754
  "count": {
7669
7755
  "type": "integer",
@@ -7737,7 +7823,7 @@
7737
7823
  "example": "Success message."
7738
7824
  },
7739
7825
  "data": {
7740
- "type": "object"
7826
+ "$ref": "#/components/schemas/BookingSpaceBlackout"
7741
7827
  }
7742
7828
  },
7743
7829
  "required": [
@@ -7808,7 +7894,7 @@
7808
7894
  "example": "Success message."
7809
7895
  },
7810
7896
  "data": {
7811
- "type": "object"
7897
+ "$ref": "#/components/schemas/BookingSpaceAvailability"
7812
7898
  }
7813
7899
  },
7814
7900
  "required": [
@@ -7879,7 +7965,7 @@
7879
7965
  "example": "Success message."
7880
7966
  },
7881
7967
  "data": {
7882
- "type": "object"
7968
+ "$ref": "#/components/schemas/BookingSpaceBlackout"
7883
7969
  }
7884
7970
  },
7885
7971
  "required": [
@@ -7957,7 +8043,7 @@
7957
8043
  "example": "Success message."
7958
8044
  },
7959
8045
  "data": {
7960
- "type": "object"
8046
+ "$ref": "#/components/schemas/BookingSpaceBlackout"
7961
8047
  }
7962
8048
  },
7963
8049
  "required": [
@@ -8573,7 +8659,13 @@
8573
8659
  "example": "Success message."
8574
8660
  },
8575
8661
  "data": {
8576
- "type": "object"
8662
+ "type": "array",
8663
+ "items": {
8664
+ "type": "array",
8665
+ "items": {
8666
+ "type": "object"
8667
+ }
8668
+ }
8577
8669
  }
8578
8670
  },
8579
8671
  "required": [
@@ -9305,7 +9397,7 @@
9305
9397
  "example": "Success message."
9306
9398
  },
9307
9399
  "data": {
9308
- "type": "object"
9400
+ "$ref": "#/components/schemas/ChannelContent"
9309
9401
  }
9310
9402
  },
9311
9403
  "required": [
@@ -9437,7 +9529,7 @@
9437
9529
  "example": "Success message."
9438
9530
  },
9439
9531
  "data": {
9440
- "type": "object"
9532
+ "$ref": "#/components/schemas/ChannelContent"
9441
9533
  }
9442
9534
  },
9443
9535
  "required": [
@@ -9728,7 +9820,10 @@
9728
9820
  "example": "Success message."
9729
9821
  },
9730
9822
  "data": {
9731
- "type": "object"
9823
+ "type": "array",
9824
+ "items": {
9825
+ "$ref": "#/components/schemas/ChannelContentGuest"
9826
+ }
9732
9827
  },
9733
9828
  "count": {
9734
9829
  "type": "integer",
@@ -9801,7 +9896,7 @@
9801
9896
  "example": "Success message."
9802
9897
  },
9803
9898
  "data": {
9804
- "type": "object"
9899
+ "$ref": "#/components/schemas/ChannelContentGuest"
9805
9900
  }
9806
9901
  },
9807
9902
  "required": [
@@ -9881,7 +9976,7 @@
9881
9976
  "example": "Success message."
9882
9977
  },
9883
9978
  "data": {
9884
- "type": "object"
9979
+ "$ref": "#/components/schemas/ChannelContentGuest"
9885
9980
  }
9886
9981
  },
9887
9982
  "required": [
@@ -9959,7 +10054,7 @@
9959
10054
  "example": "Success message."
9960
10055
  },
9961
10056
  "data": {
9962
- "type": "object"
10057
+ "$ref": "#/components/schemas/ChannelContentGuest"
9963
10058
  }
9964
10059
  },
9965
10060
  "required": [
@@ -10028,7 +10123,7 @@
10028
10123
  "example": "Success message."
10029
10124
  },
10030
10125
  "data": {
10031
- "type": "object"
10126
+ "$ref": "#/components/schemas/ChannelContent"
10032
10127
  }
10033
10128
  },
10034
10129
  "required": [
@@ -10131,7 +10226,10 @@
10131
10226
  "example": "Success message."
10132
10227
  },
10133
10228
  "data": {
10134
- "type": "object"
10229
+ "type": "array",
10230
+ "items": {
10231
+ "$ref": "#/components/schemas/ChannelContentLike"
10232
+ }
10135
10233
  },
10136
10234
  "count": {
10137
10235
  "type": "integer",
@@ -10197,7 +10295,7 @@
10197
10295
  "example": "Success message."
10198
10296
  },
10199
10297
  "data": {
10200
- "type": "object"
10298
+ "$ref": "#/components/schemas/ChannelContent"
10201
10299
  }
10202
10300
  },
10203
10301
  "required": [
@@ -10269,7 +10367,7 @@
10269
10367
  "example": "Success message."
10270
10368
  },
10271
10369
  "data": {
10272
- "type": "object"
10370
+ "$ref": "#/components/schemas/ChannelContent"
10273
10371
  }
10274
10372
  },
10275
10373
  "required": [
@@ -10329,7 +10427,7 @@
10329
10427
  "example": "Success message."
10330
10428
  },
10331
10429
  "data": {
10332
- "type": "object"
10430
+ "$ref": "#/components/schemas/ChannelContent"
10333
10431
  }
10334
10432
  },
10335
10433
  "required": [
@@ -10432,7 +10530,10 @@
10432
10530
  "example": "Success message."
10433
10531
  },
10434
10532
  "data": {
10435
- "type": "object"
10533
+ "type": "array",
10534
+ "items": {
10535
+ "$ref": "#/components/schemas/BaseChannelSubscriber"
10536
+ }
10436
10537
  },
10437
10538
  "count": {
10438
10539
  "type": "integer",
@@ -10496,7 +10597,7 @@
10496
10597
  "example": "Success message."
10497
10598
  },
10498
10599
  "data": {
10499
- "type": "object"
10600
+ "$ref": "#/components/schemas/BaseChannelSubscriber"
10500
10601
  }
10501
10602
  },
10502
10603
  "required": [
@@ -10547,7 +10648,7 @@
10547
10648
  "example": "Success message."
10548
10649
  },
10549
10650
  "data": {
10550
- "type": "object"
10651
+ "$ref": "#/components/schemas/Channel"
10551
10652
  }
10552
10653
  },
10553
10654
  "required": [
@@ -10609,7 +10710,7 @@
10609
10710
  "example": "Success message."
10610
10711
  },
10611
10712
  "data": {
10612
- "type": "object"
10713
+ "$ref": "#/components/schemas/BaseChannelSubscriber"
10613
10714
  }
10614
10715
  },
10615
10716
  "required": [
@@ -10679,7 +10780,7 @@
10679
10780
  "example": "Success message."
10680
10781
  },
10681
10782
  "data": {
10682
- "type": "object"
10783
+ "$ref": "#/components/schemas/BaseChannelSubscriber"
10683
10784
  }
10684
10785
  },
10685
10786
  "required": [
@@ -10739,7 +10840,7 @@
10739
10840
  "example": "Success message."
10740
10841
  },
10741
10842
  "data": {
10742
- "type": "object"
10843
+ "$ref": "#/components/schemas/BaseChannelSubscriber"
10743
10844
  }
10744
10845
  },
10745
10846
  "required": [
@@ -10925,7 +11026,10 @@
10925
11026
  "example": "Success message."
10926
11027
  },
10927
11028
  "data": {
10928
- "type": "object"
11029
+ "type": "array",
11030
+ "items": {
11031
+ "$ref": "#/components/schemas/DashboardWidget"
11032
+ }
10929
11033
  }
10930
11034
  },
10931
11035
  "required": [
@@ -11304,7 +11408,7 @@
11304
11408
  "example": "Success message."
11305
11409
  },
11306
11410
  "data": {
11307
- "type": "object"
11411
+ "$ref": "#/components/schemas/DashboardWidget"
11308
11412
  }
11309
11413
  },
11310
11414
  "required": [
@@ -11376,7 +11480,7 @@
11376
11480
  "example": "Success message."
11377
11481
  },
11378
11482
  "data": {
11379
- "type": "object"
11483
+ "$ref": "#/components/schemas/DashboardWidget"
11380
11484
  }
11381
11485
  },
11382
11486
  "required": [
@@ -12170,7 +12274,10 @@
12170
12274
  "example": "Success message."
12171
12275
  },
12172
12276
  "data": {
12173
- "type": "object"
12277
+ "type": "array",
12278
+ "items": {
12279
+ "$ref": "#/components/schemas/EventActivation"
12280
+ }
12174
12281
  },
12175
12282
  "count": {
12176
12283
  "type": "integer",
@@ -12235,7 +12342,7 @@
12235
12342
  "example": "Success message."
12236
12343
  },
12237
12344
  "data": {
12238
- "type": "object"
12345
+ "$ref": "#/components/schemas/EventActivation"
12239
12346
  }
12240
12347
  },
12241
12348
  "required": [
@@ -12367,7 +12474,7 @@
12367
12474
  "example": "Success message."
12368
12475
  },
12369
12476
  "data": {
12370
- "type": "object"
12477
+ "$ref": "#/components/schemas/EventActivation"
12371
12478
  }
12372
12479
  },
12373
12480
  "required": [
@@ -12530,7 +12637,10 @@
12530
12637
  "example": "Success message."
12531
12638
  },
12532
12639
  "data": {
12533
- "type": "object"
12640
+ "type": "array",
12641
+ "items": {
12642
+ "$ref": "#/components/schemas/ActivationCompletion"
12643
+ }
12534
12644
  },
12535
12645
  "count": {
12536
12646
  "type": "integer",
@@ -12604,7 +12714,7 @@
12604
12714
  "example": "Success message."
12605
12715
  },
12606
12716
  "data": {
12607
- "type": "object"
12717
+ "$ref": "#/components/schemas/ActivationCompletion"
12608
12718
  }
12609
12719
  },
12610
12720
  "required": [
@@ -12675,7 +12785,7 @@
12675
12785
  "example": "Success message."
12676
12786
  },
12677
12787
  "data": {
12678
- "type": "object"
12788
+ "$ref": "#/components/schemas/ActivationCompletion"
12679
12789
  }
12680
12790
  },
12681
12791
  "required": [
@@ -12754,7 +12864,7 @@
12754
12864
  "example": "Success message."
12755
12865
  },
12756
12866
  "data": {
12757
- "type": "object"
12867
+ "$ref": "#/components/schemas/ActivationCompletion"
12758
12868
  }
12759
12869
  },
12760
12870
  "required": [
@@ -12823,7 +12933,7 @@
12823
12933
  "example": "Success message."
12824
12934
  },
12825
12935
  "data": {
12826
- "type": "object"
12936
+ "nullable": true
12827
12937
  }
12828
12938
  },
12829
12939
  "required": [
@@ -12926,7 +13036,10 @@
12926
13036
  "example": "Success message."
12927
13037
  },
12928
13038
  "data": {
12929
- "type": "object"
13039
+ "type": "array",
13040
+ "items": {
13041
+ "$ref": "#/components/schemas/EventSession"
13042
+ }
12930
13043
  },
12931
13044
  "count": {
12932
13045
  "type": "integer",
@@ -13001,7 +13114,7 @@
13001
13114
  "example": "Success message."
13002
13115
  },
13003
13116
  "data": {
13004
- "type": "object"
13117
+ "$ref": "#/components/schemas/EventActivation"
13005
13118
  }
13006
13119
  },
13007
13120
  "required": [
@@ -13070,7 +13183,7 @@
13070
13183
  "example": "Success message."
13071
13184
  },
13072
13185
  "data": {
13073
- "type": "object"
13186
+ "$ref": "#/components/schemas/EventActivation"
13074
13187
  }
13075
13188
  },
13076
13189
  "required": [
@@ -13645,7 +13758,10 @@
13645
13758
  "example": "Success message."
13646
13759
  },
13647
13760
  "data": {
13648
- "type": "object"
13761
+ "type": "array",
13762
+ "items": {
13763
+ "$ref": "#/components/schemas/EventPassType"
13764
+ }
13649
13765
  },
13650
13766
  "count": {
13651
13767
  "type": "integer",
@@ -13789,7 +13905,7 @@
13789
13905
  "example": "Success message."
13790
13906
  },
13791
13907
  "data": {
13792
- "type": "object"
13908
+ "$ref": "#/components/schemas/EventAddOn"
13793
13909
  }
13794
13910
  },
13795
13911
  "required": [
@@ -14229,7 +14345,13 @@
14229
14345
  "example": "Success message."
14230
14346
  },
14231
14347
  "data": {
14232
- "type": "object"
14348
+ "type": "array",
14349
+ "items": {
14350
+ "type": "array",
14351
+ "items": {
14352
+ "type": "object"
14353
+ }
14354
+ }
14233
14355
  }
14234
14356
  },
14235
14357
  "required": [
@@ -14823,7 +14945,10 @@
14823
14945
  "example": "Success message."
14824
14946
  },
14825
14947
  "data": {
14826
- "type": "object"
14948
+ "type": "array",
14949
+ "items": {
14950
+ "$ref": "#/components/schemas/AttendeePackage"
14951
+ }
14827
14952
  },
14828
14953
  "count": {
14829
14954
  "type": "integer",
@@ -14896,7 +15021,7 @@
14896
15021
  "example": "Success message."
14897
15022
  },
14898
15023
  "data": {
14899
- "type": "object"
15024
+ "$ref": "#/components/schemas/AttendeePackage"
14900
15025
  }
14901
15026
  },
14902
15027
  "required": [
@@ -14967,7 +15092,7 @@
14967
15092
  "example": "Success message."
14968
15093
  },
14969
15094
  "data": {
14970
- "type": "object"
15095
+ "$ref": "#/components/schemas/AttendeePackage"
14971
15096
  }
14972
15097
  },
14973
15098
  "required": [
@@ -15045,7 +15170,7 @@
15045
15170
  "example": "Success message."
15046
15171
  },
15047
15172
  "data": {
15048
- "type": "object"
15173
+ "$ref": "#/components/schemas/AttendeePackage"
15049
15174
  }
15050
15175
  },
15051
15176
  "required": [
@@ -15415,7 +15540,10 @@
15415
15540
  "example": "Success message."
15416
15541
  },
15417
15542
  "data": {
15418
- "type": "object"
15543
+ "type": "array",
15544
+ "items": {
15545
+ "$ref": "#/components/schemas/RegistrationFollowup"
15546
+ }
15419
15547
  },
15420
15548
  "count": {
15421
15549
  "type": "integer",
@@ -15500,7 +15628,7 @@
15500
15628
  "example": "Success message."
15501
15629
  },
15502
15630
  "data": {
15503
- "type": "object"
15631
+ "nullable": true
15504
15632
  }
15505
15633
  },
15506
15634
  "required": [
@@ -15592,7 +15720,7 @@
15592
15720
  "example": "Success message."
15593
15721
  },
15594
15722
  "data": {
15595
- "type": "object"
15723
+ "nullable": true
15596
15724
  }
15597
15725
  },
15598
15726
  "required": [
@@ -15787,7 +15915,10 @@
15787
15915
  "example": "Success message."
15788
15916
  },
15789
15917
  "data": {
15790
- "type": "object"
15918
+ "type": "array",
15919
+ "items": {
15920
+ "$ref": "#/components/schemas/RegistrationSection"
15921
+ }
15791
15922
  },
15792
15923
  "count": {
15793
15924
  "type": "integer",
@@ -16043,7 +16174,7 @@
16043
16174
  "example": "Success message."
16044
16175
  },
16045
16176
  "data": {
16046
- "type": "object"
16177
+ "nullable": true
16047
16178
  }
16048
16179
  },
16049
16180
  "required": [
@@ -16146,7 +16277,10 @@
16146
16277
  "example": "Success message."
16147
16278
  },
16148
16279
  "data": {
16149
- "type": "object"
16280
+ "type": "array",
16281
+ "items": {
16282
+ "$ref": "#/components/schemas/EventRoomTypeReservation"
16283
+ }
16150
16284
  },
16151
16285
  "count": {
16152
16286
  "type": "integer",
@@ -16253,7 +16387,10 @@
16253
16387
  "example": "Success message."
16254
16388
  },
16255
16389
  "data": {
16256
- "type": "object"
16390
+ "type": "array",
16391
+ "items": {
16392
+ "$ref": "#/components/schemas/TransferLog"
16393
+ }
16257
16394
  },
16258
16395
  "count": {
16259
16396
  "type": "integer",
@@ -16351,7 +16488,10 @@
16351
16488
  "example": "Success message."
16352
16489
  },
16353
16490
  "data": {
16354
- "type": "object"
16491
+ "type": "array",
16492
+ "items": {
16493
+ "$ref": "#/components/schemas/EventAttribute"
16494
+ }
16355
16495
  },
16356
16496
  "count": {
16357
16497
  "type": "integer",
@@ -16416,7 +16556,7 @@
16416
16556
  "example": "Success message."
16417
16557
  },
16418
16558
  "data": {
16419
- "type": "object"
16559
+ "$ref": "#/components/schemas/EventAttribute"
16420
16560
  }
16421
16561
  },
16422
16562
  "required": [
@@ -16478,7 +16618,7 @@
16478
16618
  "example": "Success message."
16479
16619
  },
16480
16620
  "data": {
16481
- "type": "object"
16621
+ "$ref": "#/components/schemas/EventAttribute"
16482
16622
  }
16483
16623
  },
16484
16624
  "required": [
@@ -16548,7 +16688,7 @@
16548
16688
  "example": "Success message."
16549
16689
  },
16550
16690
  "data": {
16551
- "type": "object"
16691
+ "$ref": "#/components/schemas/EventAttribute"
16552
16692
  }
16553
16693
  },
16554
16694
  "required": [
@@ -17187,7 +17327,10 @@
17187
17327
  "example": "Success message."
17188
17328
  },
17189
17329
  "data": {
17190
- "type": "object"
17330
+ "type": "array",
17331
+ "items": {
17332
+ "$ref": "#/components/schemas/EventSession"
17333
+ }
17191
17334
  },
17192
17335
  "count": {
17193
17336
  "type": "integer",
@@ -17425,7 +17568,10 @@
17425
17568
  "example": "Success message."
17426
17569
  },
17427
17570
  "data": {
17428
- "type": "object"
17571
+ "type": "array",
17572
+ "items": {
17573
+ "$ref": "#/components/schemas/RegistrationBypass"
17574
+ }
17429
17575
  },
17430
17576
  "count": {
17431
17577
  "type": "integer",
@@ -17490,7 +17636,7 @@
17490
17636
  "example": "Success message."
17491
17637
  },
17492
17638
  "data": {
17493
- "type": "object"
17639
+ "$ref": "#/components/schemas/RegistrationBypass"
17494
17640
  }
17495
17641
  },
17496
17642
  "required": [
@@ -17552,7 +17698,7 @@
17552
17698
  "example": "Success message."
17553
17699
  },
17554
17700
  "data": {
17555
- "type": "object"
17701
+ "$ref": "#/components/schemas/RegistrationBypass"
17556
17702
  }
17557
17703
  },
17558
17704
  "required": [
@@ -17621,7 +17767,7 @@
17621
17767
  "example": "Success message."
17622
17768
  },
17623
17769
  "data": {
17624
- "type": "object"
17770
+ "$ref": "#/components/schemas/RegistrationBypass"
17625
17771
  }
17626
17772
  },
17627
17773
  "required": [
@@ -19610,7 +19756,10 @@
19610
19756
  "example": "Success message."
19611
19757
  },
19612
19758
  "data": {
19613
- "type": "object"
19759
+ "type": "array",
19760
+ "items": {
19761
+ "$ref": "#/components/schemas/Faq"
19762
+ }
19614
19763
  }
19615
19764
  },
19616
19765
  "required": [
@@ -19922,7 +20071,10 @@
19922
20071
  "example": "Success message."
19923
20072
  },
19924
20073
  "data": {
19925
- "type": "object"
20074
+ "type": "array",
20075
+ "items": {
20076
+ "$ref": "#/components/schemas/RegistrationFollowup"
20077
+ }
19926
20078
  },
19927
20079
  "count": {
19928
20080
  "type": "integer",
@@ -19987,7 +20139,7 @@
19987
20139
  "example": "Success message."
19988
20140
  },
19989
20141
  "data": {
19990
- "type": "object"
20142
+ "$ref": "#/components/schemas/RegistrationFollowup"
19991
20143
  }
19992
20144
  },
19993
20145
  "required": [
@@ -20049,7 +20201,7 @@
20049
20201
  "example": "Success message."
20050
20202
  },
20051
20203
  "data": {
20052
- "type": "object"
20204
+ "$ref": "#/components/schemas/RegistrationFollowup"
20053
20205
  }
20054
20206
  },
20055
20207
  "required": [
@@ -20118,7 +20270,7 @@
20118
20270
  "example": "Success message."
20119
20271
  },
20120
20272
  "data": {
20121
- "type": "object"
20273
+ "$ref": "#/components/schemas/RegistrationFollowup"
20122
20274
  }
20123
20275
  },
20124
20276
  "required": [
@@ -20359,7 +20511,7 @@
20359
20511
  "example": "Success message."
20360
20512
  },
20361
20513
  "data": {
20362
- "type": "object"
20514
+ "$ref": "#/components/schemas/RegistrationFollowup"
20363
20515
  }
20364
20516
  },
20365
20517
  "required": [
@@ -20428,7 +20580,7 @@
20428
20580
  "example": "Success message."
20429
20581
  },
20430
20582
  "data": {
20431
- "type": "object"
20583
+ "$ref": "#/components/schemas/RegistrationFollowup"
20432
20584
  }
20433
20585
  },
20434
20586
  "required": [
@@ -20531,7 +20683,10 @@
20531
20683
  "example": "Success message."
20532
20684
  },
20533
20685
  "data": {
20534
- "type": "object"
20686
+ "type": "array",
20687
+ "items": {
20688
+ "$ref": "#/components/schemas/EventPassType"
20689
+ }
20535
20690
  },
20536
20691
  "count": {
20537
20692
  "type": "integer",
@@ -20606,7 +20761,7 @@
20606
20761
  "example": "Success message."
20607
20762
  },
20608
20763
  "data": {
20609
- "type": "object"
20764
+ "$ref": "#/components/schemas/RegistrationFollowup"
20610
20765
  }
20611
20766
  },
20612
20767
  "required": [
@@ -20675,7 +20830,7 @@
20675
20830
  "example": "Success message."
20676
20831
  },
20677
20832
  "data": {
20678
- "type": "object"
20833
+ "$ref": "#/components/schemas/RegistrationFollowup"
20679
20834
  }
20680
20835
  },
20681
20836
  "required": [
@@ -20778,7 +20933,10 @@
20778
20933
  "example": "Success message."
20779
20934
  },
20780
20935
  "data": {
20781
- "type": "object"
20936
+ "type": "array",
20937
+ "items": {
20938
+ "$ref": "#/components/schemas/RegistrationFollowupQuestion"
20939
+ }
20782
20940
  },
20783
20941
  "count": {
20784
20942
  "type": "integer",
@@ -20856,7 +21014,10 @@
20856
21014
  "example": "Success message."
20857
21015
  },
20858
21016
  "data": {
20859
- "type": "object"
21017
+ "type": "array",
21018
+ "items": {
21019
+ "$ref": "#/components/schemas/RegistrationFollowupQuestion"
21020
+ }
20860
21021
  }
20861
21022
  },
20862
21023
  "required": [
@@ -20927,7 +21088,7 @@
20927
21088
  "example": "Success message."
20928
21089
  },
20929
21090
  "data": {
20930
- "type": "object"
21091
+ "$ref": "#/components/schemas/RegistrationFollowup"
20931
21092
  }
20932
21093
  },
20933
21094
  "required": [
@@ -21005,7 +21166,7 @@
21005
21166
  "example": "Success message."
21006
21167
  },
21007
21168
  "data": {
21008
- "type": "object"
21169
+ "$ref": "#/components/schemas/RegistrationFollowup"
21009
21170
  }
21010
21171
  },
21011
21172
  "required": [
@@ -21074,7 +21235,7 @@
21074
21235
  "example": "Success message."
21075
21236
  },
21076
21237
  "data": {
21077
- "type": "object"
21238
+ "$ref": "#/components/schemas/RegistrationFollowup"
21078
21239
  }
21079
21240
  },
21080
21241
  "required": [
@@ -21273,7 +21434,7 @@
21273
21434
  "example": "Success message."
21274
21435
  },
21275
21436
  "data": {
21276
- "type": "object"
21437
+ "$ref": "#/components/schemas/RegistrationFollowup"
21277
21438
  }
21278
21439
  },
21279
21440
  "required": [
@@ -21351,7 +21512,7 @@
21351
21512
  "example": "Success message."
21352
21513
  },
21353
21514
  "data": {
21354
- "type": "object"
21515
+ "$ref": "#/components/schemas/RegistrationFollowup"
21355
21516
  }
21356
21517
  },
21357
21518
  "required": [
@@ -21583,7 +21744,7 @@
21583
21744
  "example": "Success message."
21584
21745
  },
21585
21746
  "data": {
21586
- "type": "object"
21747
+ "$ref": "#/components/schemas/EventMediaItem"
21587
21748
  }
21588
21749
  },
21589
21750
  "required": [
@@ -21717,7 +21878,7 @@
21717
21878
  "example": "Success message."
21718
21879
  },
21719
21880
  "data": {
21720
- "type": "object"
21881
+ "$ref": "#/components/schemas/EventMediaItem"
21721
21882
  }
21722
21883
  },
21723
21884
  "required": [
@@ -21880,7 +22041,10 @@
21880
22041
  "example": "Success message."
21881
22042
  },
21882
22043
  "data": {
21883
- "type": "object"
22044
+ "type": "array",
22045
+ "items": {
22046
+ "$ref": "#/components/schemas/EventPassType"
22047
+ }
21884
22048
  },
21885
22049
  "count": {
21886
22050
  "type": "integer",
@@ -21955,7 +22119,7 @@
21955
22119
  "example": "Success message."
21956
22120
  },
21957
22121
  "data": {
21958
- "type": "object"
22122
+ "$ref": "#/components/schemas/EventMediaItem"
21959
22123
  }
21960
22124
  },
21961
22125
  "required": [
@@ -22024,7 +22188,7 @@
22024
22188
  "example": "Success message."
22025
22189
  },
22026
22190
  "data": {
22027
- "type": "object"
22191
+ "$ref": "#/components/schemas/EventMediaItem"
22028
22192
  }
22029
22193
  },
22030
22194
  "required": [
@@ -22588,7 +22752,10 @@
22588
22752
  "example": "Success message."
22589
22753
  },
22590
22754
  "data": {
22591
- "type": "object"
22755
+ "type": "array",
22756
+ "items": {
22757
+ "$ref": "#/components/schemas/EventPackagePass"
22758
+ }
22592
22759
  },
22593
22760
  "count": {
22594
22761
  "type": "integer",
@@ -22662,7 +22829,7 @@
22662
22829
  "example": "Success message."
22663
22830
  },
22664
22831
  "data": {
22665
- "type": "object"
22832
+ "$ref": "#/components/schemas/EventPackagePass"
22666
22833
  }
22667
22834
  },
22668
22835
  "required": [
@@ -22733,7 +22900,7 @@
22733
22900
  "example": "Success message."
22734
22901
  },
22735
22902
  "data": {
22736
- "type": "object"
22903
+ "$ref": "#/components/schemas/EventPackagePass"
22737
22904
  }
22738
22905
  },
22739
22906
  "required": [
@@ -22811,7 +22978,7 @@
22811
22978
  "example": "Success message."
22812
22979
  },
22813
22980
  "data": {
22814
- "type": "object"
22981
+ "$ref": "#/components/schemas/EventPackagePass"
22815
22982
  }
22816
22983
  },
22817
22984
  "required": [
@@ -24017,7 +24184,7 @@
24017
24184
  "example": "Success message."
24018
24185
  },
24019
24186
  "data": {
24020
- "type": "object"
24187
+ "$ref": "#/components/schemas/EventPassType"
24021
24188
  }
24022
24189
  },
24023
24190
  "required": [
@@ -24086,7 +24253,7 @@
24086
24253
  "example": "Success message."
24087
24254
  },
24088
24255
  "data": {
24089
- "type": "object"
24256
+ "$ref": "#/components/schemas/EventPassType"
24090
24257
  }
24091
24258
  },
24092
24259
  "required": [
@@ -24299,7 +24466,10 @@
24299
24466
  "example": "Success message."
24300
24467
  },
24301
24468
  "data": {
24302
- "type": "object"
24469
+ "type": "array",
24470
+ "items": {
24471
+ "$ref": "#/components/schemas/Tier"
24472
+ }
24303
24473
  },
24304
24474
  "count": {
24305
24475
  "type": "integer",
@@ -24374,7 +24544,7 @@
24374
24544
  "example": "Success message."
24375
24545
  },
24376
24546
  "data": {
24377
- "type": "object"
24547
+ "$ref": "#/components/schemas/EventPassType"
24378
24548
  }
24379
24549
  },
24380
24550
  "required": [
@@ -24443,7 +24613,7 @@
24443
24613
  "example": "Success message."
24444
24614
  },
24445
24615
  "data": {
24446
- "type": "object"
24616
+ "$ref": "#/components/schemas/EventPassType"
24447
24617
  }
24448
24618
  },
24449
24619
  "required": [
@@ -24775,7 +24945,10 @@
24775
24945
  "example": "Success message."
24776
24946
  },
24777
24947
  "data": {
24778
- "type": "object"
24948
+ "type": "array",
24949
+ "items": {
24950
+ "$ref": "#/components/schemas/EventPassTypePriceSchedule"
24951
+ }
24779
24952
  },
24780
24953
  "count": {
24781
24954
  "type": "integer",
@@ -24849,7 +25022,7 @@
24849
25022
  "example": "Success message."
24850
25023
  },
24851
25024
  "data": {
24852
- "type": "object"
25025
+ "$ref": "#/components/schemas/EventPassType"
24853
25026
  }
24854
25027
  },
24855
25028
  "required": [
@@ -24920,7 +25093,7 @@
24920
25093
  "example": "Success message."
24921
25094
  },
24922
25095
  "data": {
24923
- "type": "object"
25096
+ "$ref": "#/components/schemas/EventPassTypePriceSchedule"
24924
25097
  }
24925
25098
  },
24926
25099
  "required": [
@@ -25171,7 +25344,10 @@
25171
25344
  "example": "Success message."
25172
25345
  },
25173
25346
  "data": {
25174
- "type": "object"
25347
+ "type": "array",
25348
+ "items": {
25349
+ "$ref": "#/components/schemas/EventPassTypeRefundSchedule"
25350
+ }
25175
25351
  },
25176
25352
  "count": {
25177
25353
  "type": "integer",
@@ -25245,7 +25421,7 @@
25245
25421
  "example": "Success message."
25246
25422
  },
25247
25423
  "data": {
25248
- "type": "object"
25424
+ "$ref": "#/components/schemas/EventPassType"
25249
25425
  }
25250
25426
  },
25251
25427
  "required": [
@@ -25316,7 +25492,7 @@
25316
25492
  "example": "Success message."
25317
25493
  },
25318
25494
  "data": {
25319
- "type": "object"
25495
+ "$ref": "#/components/schemas/EventPassTypeRefundSchedule"
25320
25496
  }
25321
25497
  },
25322
25498
  "required": [
@@ -25741,7 +25917,7 @@
25741
25917
  "example": "Success message."
25742
25918
  },
25743
25919
  "data": {
25744
- "type": "object"
25920
+ "$ref": "#/components/schemas/EventPassType"
25745
25921
  }
25746
25922
  },
25747
25923
  "required": [
@@ -26155,7 +26331,10 @@
26155
26331
  "example": "Success message."
26156
26332
  },
26157
26333
  "data": {
26158
- "type": "object"
26334
+ "type": "array",
26335
+ "items": {
26336
+ "$ref": "#/components/schemas/EventSessionAccess"
26337
+ }
26159
26338
  },
26160
26339
  "count": {
26161
26340
  "type": "integer",
@@ -26521,7 +26700,10 @@
26521
26700
  "example": "Success message."
26522
26701
  },
26523
26702
  "data": {
26524
- "type": "object"
26703
+ "type": "array",
26704
+ "items": {
26705
+ "$ref": "#/components/schemas/EventPass"
26706
+ }
26525
26707
  },
26526
26708
  "count": {
26527
26709
  "type": "integer",
@@ -26628,7 +26810,10 @@
26628
26810
  "example": "Success message."
26629
26811
  },
26630
26812
  "data": {
26631
- "type": "object"
26813
+ "type": "array",
26814
+ "items": {
26815
+ "$ref": "#/components/schemas/PassAttribute"
26816
+ }
26632
26817
  },
26633
26818
  "count": {
26634
26819
  "type": "integer",
@@ -26702,7 +26887,10 @@
26702
26887
  "example": "Success message."
26703
26888
  },
26704
26889
  "data": {
26705
- "type": "object"
26890
+ "type": "array",
26891
+ "items": {
26892
+ "$ref": "#/components/schemas/PassAttribute"
26893
+ }
26706
26894
  }
26707
26895
  },
26708
26896
  "required": [
@@ -26773,7 +26961,7 @@
26773
26961
  "example": "Success message."
26774
26962
  },
26775
26963
  "data": {
26776
- "type": "object"
26964
+ "$ref": "#/components/schemas/PassAttribute"
26777
26965
  }
26778
26966
  },
26779
26967
  "required": [
@@ -27264,7 +27452,10 @@
27264
27452
  "example": "Success message."
27265
27453
  },
27266
27454
  "data": {
27267
- "type": "object"
27455
+ "type": "array",
27456
+ "items": {
27457
+ "$ref": "#/components/schemas/RegistrationQuestionResponse"
27458
+ }
27268
27459
  },
27269
27460
  "count": {
27270
27461
  "type": "integer",
@@ -27339,7 +27530,7 @@
27339
27530
  "example": "Success message."
27340
27531
  },
27341
27532
  "data": {
27342
- "type": "object"
27533
+ "$ref": "#/components/schemas/RegistrationQuestionResponse"
27343
27534
  }
27344
27535
  },
27345
27536
  "required": [
@@ -27418,7 +27609,7 @@
27418
27609
  "example": "Success message."
27419
27610
  },
27420
27611
  "data": {
27421
- "type": "object"
27612
+ "$ref": "#/components/schemas/RegistrationQuestionResponse"
27422
27613
  }
27423
27614
  },
27424
27615
  "required": [
@@ -27530,7 +27721,10 @@
27530
27721
  "example": "Success message."
27531
27722
  },
27532
27723
  "data": {
27533
- "type": "object"
27724
+ "type": "array",
27725
+ "items": {
27726
+ "$ref": "#/components/schemas/RegistrationQuestionResponseChange"
27727
+ }
27534
27728
  },
27535
27729
  "count": {
27536
27730
  "type": "integer",
@@ -27637,7 +27831,10 @@
27637
27831
  "example": "Success message."
27638
27832
  },
27639
27833
  "data": {
27640
- "type": "object"
27834
+ "type": "array",
27835
+ "items": {
27836
+ "$ref": "#/components/schemas/TransferLog"
27837
+ }
27641
27838
  },
27642
27839
  "count": {
27643
27840
  "type": "integer",
@@ -27836,7 +28033,10 @@
27836
28033
  "example": "Success message."
27837
28034
  },
27838
28035
  "data": {
27839
- "type": "object"
28036
+ "type": "array",
28037
+ "items": {
28038
+ "$ref": "#/components/schemas/RegistrationQuestion"
28039
+ }
27840
28040
  },
27841
28041
  "count": {
27842
28042
  "type": "integer",
@@ -27901,7 +28101,7 @@
27901
28101
  "example": "Success message."
27902
28102
  },
27903
28103
  "data": {
27904
- "type": "object"
28104
+ "$ref": "#/components/schemas/RegistrationQuestion"
27905
28105
  }
27906
28106
  },
27907
28107
  "required": [
@@ -27954,7 +28154,10 @@
27954
28154
  "example": "Success message."
27955
28155
  },
27956
28156
  "data": {
27957
- "type": "object"
28157
+ "type": "array",
28158
+ "items": {
28159
+ "$ref": "#/components/schemas/BaseRegistrationQuestion"
28160
+ }
27958
28161
  }
27959
28162
  },
27960
28163
  "required": [
@@ -28048,7 +28251,10 @@
28048
28251
  "example": "Success message."
28049
28252
  },
28050
28253
  "data": {
28051
- "type": "object"
28254
+ "type": "array",
28255
+ "items": {
28256
+ "$ref": "#/components/schemas/SummaryData"
28257
+ }
28052
28258
  },
28053
28259
  "count": {
28054
28260
  "type": "integer",
@@ -28114,7 +28320,7 @@
28114
28320
  "example": "Success message."
28115
28321
  },
28116
28322
  "data": {
28117
- "type": "object"
28323
+ "$ref": "#/components/schemas/RegistrationQuestion"
28118
28324
  }
28119
28325
  },
28120
28326
  "required": [
@@ -28183,7 +28389,7 @@
28183
28389
  "example": "Success message."
28184
28390
  },
28185
28391
  "data": {
28186
- "type": "object"
28392
+ "$ref": "#/components/schemas/RegistrationQuestion"
28187
28393
  }
28188
28394
  },
28189
28395
  "required": [
@@ -28364,7 +28570,10 @@
28364
28570
  "example": "Success message."
28365
28571
  },
28366
28572
  "data": {
28367
- "type": "object"
28573
+ "type": "array",
28574
+ "items": {
28575
+ "$ref": "#/components/schemas/RegistrationQuestionChoice"
28576
+ }
28368
28577
  },
28369
28578
  "count": {
28370
28579
  "type": "integer",
@@ -28438,7 +28647,7 @@
28438
28647
  "example": "Success message."
28439
28648
  },
28440
28649
  "data": {
28441
- "type": "object"
28650
+ "$ref": "#/components/schemas/RegistrationQuestionChoice"
28442
28651
  }
28443
28652
  },
28444
28653
  "required": [
@@ -28512,7 +28721,10 @@
28512
28721
  "example": "Success message."
28513
28722
  },
28514
28723
  "data": {
28515
- "type": "object"
28724
+ "type": "array",
28725
+ "items": {
28726
+ "$ref": "#/components/schemas/RegistrationQuestionChoice"
28727
+ }
28516
28728
  }
28517
28729
  },
28518
28730
  "required": [
@@ -28583,7 +28795,7 @@
28583
28795
  "example": "Success message."
28584
28796
  },
28585
28797
  "data": {
28586
- "type": "object"
28798
+ "$ref": "#/components/schemas/RegistrationQuestionChoice"
28587
28799
  }
28588
28800
  },
28589
28801
  "required": [
@@ -28842,7 +29054,10 @@
28842
29054
  "example": "Success message."
28843
29055
  },
28844
29056
  "data": {
28845
- "type": "object"
29057
+ "type": "array",
29058
+ "items": {
29059
+ "$ref": "#/components/schemas/RegistrationQuestionChoiceSubQuestion"
29060
+ }
28846
29061
  },
28847
29062
  "count": {
28848
29063
  "type": "integer",
@@ -28929,7 +29144,10 @@
28929
29144
  "example": "Success message."
28930
29145
  },
28931
29146
  "data": {
28932
- "type": "object"
29147
+ "type": "array",
29148
+ "items": {
29149
+ "$ref": "#/components/schemas/RegistrationQuestionChoiceSubQuestion"
29150
+ }
28933
29151
  }
28934
29152
  },
28935
29153
  "required": [
@@ -29009,7 +29227,7 @@
29009
29227
  "example": "Success message."
29010
29228
  },
29011
29229
  "data": {
29012
- "type": "object"
29230
+ "$ref": "#/components/schemas/RegistrationQuestionChoice"
29013
29231
  }
29014
29232
  },
29015
29233
  "required": [
@@ -29096,7 +29314,7 @@
29096
29314
  "example": "Success message."
29097
29315
  },
29098
29316
  "data": {
29099
- "type": "object"
29317
+ "$ref": "#/components/schemas/RegistrationQuestionChoice"
29100
29318
  }
29101
29319
  },
29102
29320
  "required": [
@@ -29174,7 +29392,7 @@
29174
29392
  "example": "Success message."
29175
29393
  },
29176
29394
  "data": {
29177
- "type": "object"
29395
+ "nullable": true
29178
29396
  }
29179
29397
  },
29180
29398
  "required": [
@@ -29277,7 +29495,10 @@
29277
29495
  "example": "Success message."
29278
29496
  },
29279
29497
  "data": {
29280
- "type": "object"
29498
+ "type": "array",
29499
+ "items": {
29500
+ "$ref": "#/components/schemas/RegistrationQuestionResponse"
29501
+ }
29281
29502
  },
29282
29503
  "count": {
29283
29504
  "type": "integer",
@@ -29353,7 +29574,7 @@
29353
29574
  "example": "Success message."
29354
29575
  },
29355
29576
  "data": {
29356
- "type": "object"
29577
+ "$ref": "#/components/schemas/RegistrationQuestion"
29357
29578
  }
29358
29579
  },
29359
29580
  "required": [
@@ -29413,7 +29634,7 @@
29413
29634
  "example": "Success message."
29414
29635
  },
29415
29636
  "data": {
29416
- "type": "object"
29637
+ "$ref": "#/components/schemas/RegistrationQuestion"
29417
29638
  }
29418
29639
  },
29419
29640
  "required": [
@@ -29569,7 +29790,10 @@
29569
29790
  "example": "Success message."
29570
29791
  },
29571
29792
  "data": {
29572
- "type": "object"
29793
+ "type": "array",
29794
+ "items": {
29795
+ "$ref": "#/components/schemas/EventRoomTypeReservation"
29796
+ }
29573
29797
  },
29574
29798
  "count": {
29575
29799
  "type": "integer",
@@ -29643,7 +29867,7 @@
29643
29867
  "example": "Success message."
29644
29868
  },
29645
29869
  "data": {
29646
- "type": "object"
29870
+ "$ref": "#/components/schemas/EventRoomTypeReservation"
29647
29871
  }
29648
29872
  },
29649
29873
  "required": [
@@ -29705,7 +29929,7 @@
29705
29929
  "example": "Success message."
29706
29930
  },
29707
29931
  "data": {
29708
- "type": "object"
29932
+ "$ref": "#/components/schemas/EventRoomTypeReservation"
29709
29933
  }
29710
29934
  },
29711
29935
  "required": [
@@ -29784,7 +30008,7 @@
29784
30008
  "example": "Success message."
29785
30009
  },
29786
30010
  "data": {
29787
- "type": "object"
30011
+ "$ref": "#/components/schemas/EventRoomTypeReservation"
29788
30012
  }
29789
30013
  },
29790
30014
  "required": [
@@ -29956,7 +30180,10 @@
29956
30180
  "example": "Success message."
29957
30181
  },
29958
30182
  "data": {
29959
- "type": "object"
30183
+ "type": "array",
30184
+ "items": {
30185
+ "$ref": "#/components/schemas/EventPass"
30186
+ }
29960
30187
  },
29961
30188
  "count": {
29962
30189
  "type": "integer",
@@ -30040,7 +30267,7 @@
30040
30267
  "example": "Success message."
30041
30268
  },
30042
30269
  "data": {
30043
- "type": "object"
30270
+ "$ref": "#/components/schemas/EventRoomTypeReservation"
30044
30271
  }
30045
30272
  },
30046
30273
  "required": [
@@ -30118,7 +30345,7 @@
30118
30345
  "example": "Success message."
30119
30346
  },
30120
30347
  "data": {
30121
- "type": "object"
30348
+ "$ref": "#/components/schemas/EventRoomTypeReservation"
30122
30349
  }
30123
30350
  },
30124
30351
  "required": [
@@ -30552,7 +30779,7 @@
30552
30779
  "example": "Success message."
30553
30780
  },
30554
30781
  "data": {
30555
- "type": "object"
30782
+ "$ref": "#/components/schemas/EventRoomType"
30556
30783
  }
30557
30784
  },
30558
30785
  "required": [
@@ -30633,7 +30860,7 @@
30633
30860
  "example": "Success message."
30634
30861
  },
30635
30862
  "data": {
30636
- "type": "object"
30863
+ "$ref": "#/components/schemas/EventRoomType"
30637
30864
  }
30638
30865
  },
30639
30866
  "required": [
@@ -30846,7 +31073,10 @@
30846
31073
  "example": "Success message."
30847
31074
  },
30848
31075
  "data": {
30849
- "type": "object"
31076
+ "type": "array",
31077
+ "items": {
31078
+ "$ref": "#/components/schemas/EventRoomTypeReservation"
31079
+ }
30850
31080
  },
30851
31081
  "count": {
30852
31082
  "type": "integer",
@@ -31100,7 +31330,7 @@
31100
31330
  "example": "Success message."
31101
31331
  },
31102
31332
  "data": {
31103
- "type": "object"
31333
+ "$ref": "#/components/schemas/EventRoomType"
31104
31334
  }
31105
31335
  },
31106
31336
  "required": [
@@ -31377,100 +31607,100 @@
31377
31607
  "example": "Success message."
31378
31608
  },
31379
31609
  "data": {
31380
- "type": "object"
31381
- }
31382
- },
31383
- "required": [
31384
- "status",
31385
- "message",
31386
- "data"
31387
- ]
31388
- }
31389
- }
31390
- }
31391
- }
31392
- },
31393
- "tags": [
31394
- "Events::Roomtypes"
31395
- ]
31396
- }
31397
- },
31398
- "/events/{eventId}/rooms": {
31399
- "get": {
31400
- "operationId": "GetRooms",
31401
- "summary": "Get Rooms",
31402
- "description": "Get Rooms endpoint",
31403
- "parameters": [
31404
- {
31405
- "in": "path",
31406
- "name": "eventId",
31407
- "schema": {
31408
- "type": "string"
31409
- },
31410
- "description": "The event identifier",
31411
- "required": true
31412
- },
31413
- {
31414
- "in": "query",
31415
- "name": "page",
31416
- "schema": {
31417
- "type": "integer",
31418
- "minimum": 1,
31419
- "default": 1
31420
- },
31421
- "description": "Page number",
31422
- "required": false
31423
- },
31424
- {
31425
- "in": "query",
31426
- "name": "pageSize",
31427
- "schema": {
31428
- "type": "integer",
31429
- "minimum": 1,
31430
- "maximum": 100,
31431
- "default": 25
31432
- },
31433
- "description": "Number of items per page",
31434
- "required": false
31435
- },
31436
- {
31437
- "in": "query",
31438
- "name": "orderBy",
31439
- "schema": {
31440
- "type": "string"
31441
- },
31442
- "description": "Field to order by",
31443
- "required": false
31444
- },
31445
- {
31446
- "in": "query",
31447
- "name": "search",
31448
- "schema": {
31449
- "type": "string"
31450
- },
31451
- "description": "Search query",
31452
- "required": false
31453
- }
31454
- ],
31455
- "responses": {
31456
- "200": {
31457
- "description": "Successful response",
31458
- "content": {
31459
- "application/json": {
31460
- "schema": {
31461
- "type": "object",
31462
- "properties": {
31463
- "status": {
31464
- "type": "string",
31465
- "enum": [
31466
- "ok"
31467
- ]
31468
- },
31469
- "message": {
31470
- "type": "string",
31471
- "example": "Success message."
31472
- },
31473
- "data": {
31610
+ "$ref": "#/components/schemas/EventRoomType"
31611
+ }
31612
+ },
31613
+ "required": [
31614
+ "status",
31615
+ "message",
31616
+ "data"
31617
+ ]
31618
+ }
31619
+ }
31620
+ }
31621
+ }
31622
+ },
31623
+ "tags": [
31624
+ "Events::Roomtypes"
31625
+ ]
31626
+ }
31627
+ },
31628
+ "/events/{eventId}/rooms": {
31629
+ "get": {
31630
+ "operationId": "GetRooms",
31631
+ "summary": "Get Rooms",
31632
+ "description": "Get Rooms endpoint",
31633
+ "parameters": [
31634
+ {
31635
+ "in": "path",
31636
+ "name": "eventId",
31637
+ "schema": {
31638
+ "type": "string"
31639
+ },
31640
+ "description": "The event identifier",
31641
+ "required": true
31642
+ },
31643
+ {
31644
+ "in": "query",
31645
+ "name": "page",
31646
+ "schema": {
31647
+ "type": "integer",
31648
+ "minimum": 1,
31649
+ "default": 1
31650
+ },
31651
+ "description": "Page number",
31652
+ "required": false
31653
+ },
31654
+ {
31655
+ "in": "query",
31656
+ "name": "pageSize",
31657
+ "schema": {
31658
+ "type": "integer",
31659
+ "minimum": 1,
31660
+ "maximum": 100,
31661
+ "default": 25
31662
+ },
31663
+ "description": "Number of items per page",
31664
+ "required": false
31665
+ },
31666
+ {
31667
+ "in": "query",
31668
+ "name": "orderBy",
31669
+ "schema": {
31670
+ "type": "string"
31671
+ },
31672
+ "description": "Field to order by",
31673
+ "required": false
31674
+ },
31675
+ {
31676
+ "in": "query",
31677
+ "name": "search",
31678
+ "schema": {
31679
+ "type": "string"
31680
+ },
31681
+ "description": "Search query",
31682
+ "required": false
31683
+ }
31684
+ ],
31685
+ "responses": {
31686
+ "200": {
31687
+ "description": "Successful response",
31688
+ "content": {
31689
+ "application/json": {
31690
+ "schema": {
31691
+ "type": "object",
31692
+ "properties": {
31693
+ "status": {
31694
+ "type": "string",
31695
+ "enum": [
31696
+ "ok"
31697
+ ]
31698
+ },
31699
+ "message": {
31700
+ "type": "string",
31701
+ "example": "Success message."
31702
+ },
31703
+ "data": {
31474
31704
  "type": "array",
31475
31705
  "items": {
31476
31706
  "$ref": "#/components/schemas/Room"
@@ -32478,7 +32708,10 @@
32478
32708
  "example": "Success message."
32479
32709
  },
32480
32710
  "data": {
32481
- "type": "object"
32711
+ "type": "array",
32712
+ "items": {
32713
+ "$ref": "#/components/schemas/EventPass"
32714
+ }
32482
32715
  },
32483
32716
  "count": {
32484
32717
  "type": "integer",
@@ -32862,7 +33095,10 @@
32862
33095
  "example": "Success message."
32863
33096
  },
32864
33097
  "data": {
32865
- "type": "object"
33098
+ "type": "array",
33099
+ "items": {
33100
+ "$ref": "#/components/schemas/RoundEventQuestion"
33101
+ }
32866
33102
  },
32867
33103
  "count": {
32868
33104
  "type": "integer",
@@ -32928,7 +33164,10 @@
32928
33164
  "example": "Success message."
32929
33165
  },
32930
33166
  "data": {
32931
- "type": "object"
33167
+ "type": "object",
33168
+ "additionalProperties": {
33169
+ "$ref": "#/components/schemas/MatchQuestionType"
33170
+ }
32932
33171
  }
32933
33172
  },
32934
33173
  "required": [
@@ -33009,7 +33248,7 @@
33009
33248
  "example": "Success message."
33010
33249
  },
33011
33250
  "data": {
33012
- "type": "object"
33251
+ "$ref": "#/components/schemas/RoundEventQuestion"
33013
33252
  }
33014
33253
  },
33015
33254
  "required": [
@@ -33174,7 +33413,10 @@
33174
33413
  "example": "Success message."
33175
33414
  },
33176
33415
  "data": {
33177
- "type": "object"
33416
+ "type": "array",
33417
+ "items": {
33418
+ "$ref": "#/components/schemas/RegistrationSection"
33419
+ }
33178
33420
  },
33179
33421
  "count": {
33180
33422
  "type": "integer",
@@ -33239,7 +33481,7 @@
33239
33481
  "example": "Success message."
33240
33482
  },
33241
33483
  "data": {
33242
- "type": "object"
33484
+ "$ref": "#/components/schemas/RegistrationSection"
33243
33485
  }
33244
33486
  },
33245
33487
  "required": [
@@ -33370,7 +33612,7 @@
33370
33612
  "example": "Success message."
33371
33613
  },
33372
33614
  "data": {
33373
- "type": "object"
33615
+ "$ref": "#/components/schemas/RegistrationSection"
33374
33616
  }
33375
33617
  },
33376
33618
  "required": [
@@ -33611,7 +33853,7 @@
33611
33853
  "example": "Success message."
33612
33854
  },
33613
33855
  "data": {
33614
- "type": "object"
33856
+ "$ref": "#/components/schemas/RegistrationSection"
33615
33857
  }
33616
33858
  },
33617
33859
  "required": [
@@ -33680,7 +33922,7 @@
33680
33922
  "example": "Success message."
33681
33923
  },
33682
33924
  "data": {
33683
- "type": "object"
33925
+ "$ref": "#/components/schemas/RegistrationSection"
33684
33926
  }
33685
33927
  },
33686
33928
  "required": [
@@ -33783,7 +34025,10 @@
33783
34025
  "example": "Success message."
33784
34026
  },
33785
34027
  "data": {
33786
- "type": "object"
34028
+ "type": "array",
34029
+ "items": {
34030
+ "$ref": "#/components/schemas/EventPassType"
34031
+ }
33787
34032
  },
33788
34033
  "count": {
33789
34034
  "type": "integer",
@@ -33858,7 +34103,7 @@
33858
34103
  "example": "Success message."
33859
34104
  },
33860
34105
  "data": {
33861
- "type": "object"
34106
+ "$ref": "#/components/schemas/RegistrationSection"
33862
34107
  }
33863
34108
  },
33864
34109
  "required": [
@@ -33927,7 +34172,7 @@
33927
34172
  "example": "Success message."
33928
34173
  },
33929
34174
  "data": {
33930
- "type": "object"
34175
+ "$ref": "#/components/schemas/RegistrationSection"
33931
34176
  }
33932
34177
  },
33933
34178
  "required": [
@@ -34030,7 +34275,10 @@
34030
34275
  "example": "Success message."
34031
34276
  },
34032
34277
  "data": {
34033
- "type": "object"
34278
+ "type": "array",
34279
+ "items": {
34280
+ "$ref": "#/components/schemas/RegistrationSectionQuestion"
34281
+ }
34034
34282
  },
34035
34283
  "count": {
34036
34284
  "type": "integer",
@@ -34108,7 +34356,10 @@
34108
34356
  "example": "Success message."
34109
34357
  },
34110
34358
  "data": {
34111
- "type": "object"
34359
+ "type": "array",
34360
+ "items": {
34361
+ "$ref": "#/components/schemas/RegistrationSectionQuestion"
34362
+ }
34112
34363
  }
34113
34364
  },
34114
34365
  "required": [
@@ -34179,7 +34430,7 @@
34179
34430
  "example": "Success message."
34180
34431
  },
34181
34432
  "data": {
34182
- "type": "object"
34433
+ "$ref": "#/components/schemas/RegistrationSection"
34183
34434
  }
34184
34435
  },
34185
34436
  "required": [
@@ -34257,7 +34508,7 @@
34257
34508
  "example": "Success message."
34258
34509
  },
34259
34510
  "data": {
34260
- "type": "object"
34511
+ "$ref": "#/components/schemas/RegistrationSection"
34261
34512
  }
34262
34513
  },
34263
34514
  "required": [
@@ -34326,7 +34577,7 @@
34326
34577
  "example": "Success message."
34327
34578
  },
34328
34579
  "data": {
34329
- "type": "object"
34580
+ "$ref": "#/components/schemas/RegistrationSection"
34330
34581
  }
34331
34582
  },
34332
34583
  "required": [
@@ -34525,7 +34776,7 @@
34525
34776
  "example": "Success message."
34526
34777
  },
34527
34778
  "data": {
34528
- "type": "object"
34779
+ "$ref": "#/components/schemas/RegistrationSection"
34529
34780
  }
34530
34781
  },
34531
34782
  "required": [
@@ -34603,7 +34854,7 @@
34603
34854
  "example": "Success message."
34604
34855
  },
34605
34856
  "data": {
34606
- "type": "object"
34857
+ "$ref": "#/components/schemas/RegistrationSection"
34607
34858
  }
34608
34859
  },
34609
34860
  "required": [
@@ -34697,7 +34948,10 @@
34697
34948
  "example": "Success message."
34698
34949
  },
34699
34950
  "data": {
34700
- "type": "object"
34951
+ "type": "array",
34952
+ "items": {
34953
+ "$ref": "#/components/schemas/EventSessionLocation"
34954
+ }
34701
34955
  },
34702
34956
  "count": {
34703
34957
  "type": "integer",
@@ -34762,7 +35016,7 @@
34762
35016
  "example": "Success message."
34763
35017
  },
34764
35018
  "data": {
34765
- "type": "object"
35019
+ "$ref": "#/components/schemas/EventSessionLocation"
34766
35020
  }
34767
35021
  },
34768
35022
  "required": [
@@ -34824,7 +35078,7 @@
34824
35078
  "example": "Success message."
34825
35079
  },
34826
35080
  "data": {
34827
- "type": "object"
35081
+ "$ref": "#/components/schemas/EventSessionLocation"
34828
35082
  }
34829
35083
  },
34830
35084
  "required": [
@@ -34893,7 +35147,7 @@
34893
35147
  "example": "Success message."
34894
35148
  },
34895
35149
  "data": {
34896
- "type": "object"
35150
+ "$ref": "#/components/schemas/EventSessionLocation"
34897
35151
  }
34898
35152
  },
34899
35153
  "required": [
@@ -35056,7 +35310,10 @@
35056
35310
  "example": "Success message."
35057
35311
  },
35058
35312
  "data": {
35059
- "type": "object"
35313
+ "type": "array",
35314
+ "items": {
35315
+ "$ref": "#/components/schemas/EventSession"
35316
+ }
35060
35317
  },
35061
35318
  "count": {
35062
35319
  "type": "integer",
@@ -35131,7 +35388,7 @@
35131
35388
  "example": "Success message."
35132
35389
  },
35133
35390
  "data": {
35134
- "type": "object"
35391
+ "$ref": "#/components/schemas/EventSessionLocation"
35135
35392
  }
35136
35393
  },
35137
35394
  "required": [
@@ -35200,7 +35457,7 @@
35200
35457
  "example": "Success message."
35201
35458
  },
35202
35459
  "data": {
35203
- "type": "object"
35460
+ "$ref": "#/components/schemas/EventSessionLocation"
35204
35461
  }
35205
35462
  },
35206
35463
  "required": [
@@ -35665,7 +35922,10 @@
35665
35922
  "example": "Success message."
35666
35923
  },
35667
35924
  "data": {
35668
- "type": "object"
35925
+ "type": "array",
35926
+ "items": {
35927
+ "$ref": "#/components/schemas/EventSessionAccess"
35928
+ }
35669
35929
  },
35670
35930
  "count": {
35671
35931
  "type": "integer",
@@ -35850,7 +36110,7 @@
35850
36110
  "example": "Success message."
35851
36111
  },
35852
36112
  "data": {
35853
- "type": "object"
36113
+ "$ref": "#/components/schemas/EventSession"
35854
36114
  }
35855
36115
  },
35856
36116
  "required": [
@@ -35919,7 +36179,7 @@
35919
36179
  "example": "Success message."
35920
36180
  },
35921
36181
  "data": {
35922
- "type": "object"
36182
+ "$ref": "#/components/schemas/EventSession"
35923
36183
  }
35924
36184
  },
35925
36185
  "required": [
@@ -36169,7 +36429,7 @@
36169
36429
  "example": "Success message."
36170
36430
  },
36171
36431
  "data": {
36172
- "type": "object"
36432
+ "$ref": "#/components/schemas/EventSession"
36173
36433
  }
36174
36434
  },
36175
36435
  "required": [
@@ -36344,7 +36604,10 @@
36344
36604
  "example": "Success message."
36345
36605
  },
36346
36606
  "data": {
36347
- "type": "object"
36607
+ "type": "array",
36608
+ "items": {
36609
+ "$ref": "#/components/schemas/EventPassType"
36610
+ }
36348
36611
  },
36349
36612
  "count": {
36350
36613
  "type": "integer",
@@ -36419,7 +36682,7 @@
36419
36682
  "example": "Success message."
36420
36683
  },
36421
36684
  "data": {
36422
- "type": "object"
36685
+ "$ref": "#/components/schemas/EventSession"
36423
36686
  }
36424
36687
  },
36425
36688
  "required": [
@@ -36488,7 +36751,7 @@
36488
36751
  "example": "Success message."
36489
36752
  },
36490
36753
  "data": {
36491
- "type": "object"
36754
+ "$ref": "#/components/schemas/EventSession"
36492
36755
  }
36493
36756
  },
36494
36757
  "required": [
@@ -36559,7 +36822,7 @@
36559
36822
  "example": "Success message."
36560
36823
  },
36561
36824
  "data": {
36562
- "type": "object"
36825
+ "$ref": "#/components/schemas/EventSessionAccess"
36563
36826
  }
36564
36827
  },
36565
36828
  "required": [
@@ -36628,7 +36891,7 @@
36628
36891
  "example": "Success message."
36629
36892
  },
36630
36893
  "data": {
36631
- "type": "object"
36894
+ "$ref": "#/components/schemas/EventSessionAccess"
36632
36895
  }
36633
36896
  },
36634
36897
  "required": [
@@ -36707,7 +36970,7 @@
36707
36970
  "example": "Success message."
36708
36971
  },
36709
36972
  "data": {
36710
- "type": "object"
36973
+ "$ref": "#/components/schemas/EventSessionAccess"
36711
36974
  }
36712
36975
  },
36713
36976
  "required": [
@@ -36860,7 +37123,7 @@
36860
37123
  "example": "Success message."
36861
37124
  },
36862
37125
  "data": {
36863
- "type": "object"
37126
+ "nullable": true
36864
37127
  }
36865
37128
  },
36866
37129
  "required": [
@@ -36981,7 +37244,10 @@
36981
37244
  "example": "Success message."
36982
37245
  },
36983
37246
  "data": {
36984
- "type": "object"
37247
+ "type": "array",
37248
+ "items": {
37249
+ "$ref": "#/components/schemas/EventSessionQuestionResponseChange"
37250
+ }
36985
37251
  },
36986
37252
  "count": {
36987
37253
  "type": "integer",
@@ -37097,7 +37363,10 @@
37097
37363
  "example": "Success message."
37098
37364
  },
37099
37365
  "data": {
37100
- "type": "object"
37366
+ "type": "array",
37367
+ "items": {
37368
+ "$ref": "#/components/schemas/EventSessionSection"
37369
+ }
37101
37370
  },
37102
37371
  "count": {
37103
37372
  "type": "integer",
@@ -37314,7 +37583,10 @@
37314
37583
  "example": "Success message."
37315
37584
  },
37316
37585
  "data": {
37317
- "type": "object"
37586
+ "type": "array",
37587
+ "items": {
37588
+ "$ref": "#/components/schemas/EventSessionQuestion"
37589
+ }
37318
37590
  },
37319
37591
  "count": {
37320
37592
  "type": "integer",
@@ -37388,7 +37660,7 @@
37388
37660
  "example": "Success message."
37389
37661
  },
37390
37662
  "data": {
37391
- "type": "object"
37663
+ "$ref": "#/components/schemas/EventSessionQuestion"
37392
37664
  }
37393
37665
  },
37394
37666
  "required": [
@@ -37459,7 +37731,7 @@
37459
37731
  "example": "Success message."
37460
37732
  },
37461
37733
  "data": {
37462
- "type": "object"
37734
+ "$ref": "#/components/schemas/EventSessionQuestion"
37463
37735
  }
37464
37736
  },
37465
37737
  "required": [
@@ -37537,7 +37809,7 @@
37537
37809
  "example": "Success message."
37538
37810
  },
37539
37811
  "data": {
37540
- "type": "object"
37812
+ "$ref": "#/components/schemas/EventSessionQuestion"
37541
37813
  }
37542
37814
  },
37543
37815
  "required": [
@@ -37727,7 +37999,10 @@
37727
37999
  "example": "Success message."
37728
38000
  },
37729
38001
  "data": {
37730
- "type": "object"
38002
+ "type": "array",
38003
+ "items": {
38004
+ "$ref": "#/components/schemas/EventSessionQuestionChoice"
38005
+ }
37731
38006
  },
37732
38007
  "count": {
37733
38008
  "type": "integer",
@@ -37810,7 +38085,7 @@
37810
38085
  "example": "Success message."
37811
38086
  },
37812
38087
  "data": {
37813
- "type": "object"
38088
+ "$ref": "#/components/schemas/EventSessionQuestionChoice"
37814
38089
  }
37815
38090
  },
37816
38091
  "required": [
@@ -37893,7 +38168,10 @@
37893
38168
  "example": "Success message."
37894
38169
  },
37895
38170
  "data": {
37896
- "type": "object"
38171
+ "type": "array",
38172
+ "items": {
38173
+ "$ref": "#/components/schemas/EventSessionQuestionChoice"
38174
+ }
37897
38175
  }
37898
38176
  },
37899
38177
  "required": [
@@ -37973,7 +38251,7 @@
37973
38251
  "example": "Success message."
37974
38252
  },
37975
38253
  "data": {
37976
- "type": "object"
38254
+ "$ref": "#/components/schemas/EventSessionQuestionChoice"
37977
38255
  }
37978
38256
  },
37979
38257
  "required": [
@@ -38138,7 +38416,7 @@
38138
38416
  "example": "Success message."
38139
38417
  },
38140
38418
  "data": {
38141
- "type": "object"
38419
+ "nullable": true
38142
38420
  }
38143
38421
  },
38144
38422
  "required": [
@@ -38259,7 +38537,10 @@
38259
38537
  "example": "Success message."
38260
38538
  },
38261
38539
  "data": {
38262
- "type": "object"
38540
+ "type": "array",
38541
+ "items": {
38542
+ "$ref": "#/components/schemas/EventSessionQuestionChoiceSubQuestion"
38543
+ }
38263
38544
  },
38264
38545
  "count": {
38265
38546
  "type": "integer",
@@ -38355,7 +38636,10 @@
38355
38636
  "example": "Success message."
38356
38637
  },
38357
38638
  "data": {
38358
- "type": "object"
38639
+ "type": "array",
38640
+ "items": {
38641
+ "$ref": "#/components/schemas/EventSessionQuestionChoiceSubQuestion"
38642
+ }
38359
38643
  }
38360
38644
  },
38361
38645
  "required": [
@@ -38444,7 +38728,7 @@
38444
38728
  "example": "Success message."
38445
38729
  },
38446
38730
  "data": {
38447
- "type": "object"
38731
+ "$ref": "#/components/schemas/EventSessionQuestionChoice"
38448
38732
  }
38449
38733
  },
38450
38734
  "required": [
@@ -38540,7 +38824,7 @@
38540
38824
  "example": "Success message."
38541
38825
  },
38542
38826
  "data": {
38543
- "type": "object"
38827
+ "$ref": "#/components/schemas/EventSessionQuestionChoice"
38544
38828
  }
38545
38829
  },
38546
38830
  "required": [
@@ -38627,7 +38911,7 @@
38627
38911
  "example": "Success message."
38628
38912
  },
38629
38913
  "data": {
38630
- "type": "object"
38914
+ "nullable": true
38631
38915
  }
38632
38916
  },
38633
38917
  "required": [
@@ -38739,7 +39023,10 @@
38739
39023
  "example": "Success message."
38740
39024
  },
38741
39025
  "data": {
38742
- "type": "object"
39026
+ "type": "array",
39027
+ "items": {
39028
+ "$ref": "#/components/schemas/EventSessionQuestionResponse"
39029
+ }
38743
39030
  },
38744
39031
  "count": {
38745
39032
  "type": "integer",
@@ -38824,7 +39111,7 @@
38824
39111
  "example": "Success message."
38825
39112
  },
38826
39113
  "data": {
38827
- "type": "object"
39114
+ "$ref": "#/components/schemas/EventSessionQuestion"
38828
39115
  }
38829
39116
  },
38830
39117
  "required": [
@@ -38893,7 +39180,7 @@
38893
39180
  "example": "Success message."
38894
39181
  },
38895
39182
  "data": {
38896
- "type": "object"
39183
+ "$ref": "#/components/schemas/EventSessionQuestion"
38897
39184
  }
38898
39185
  },
38899
39186
  "required": [
@@ -39644,7 +39931,10 @@
39644
39931
  "example": "Success message."
39645
39932
  },
39646
39933
  "data": {
39647
- "type": "object"
39934
+ "type": "array",
39935
+ "items": {
39936
+ "$ref": "#/components/schemas/EventPass"
39937
+ }
39648
39938
  },
39649
39939
  "count": {
39650
39940
  "type": "integer",
@@ -39945,7 +40235,10 @@
39945
40235
  "example": "Success message."
39946
40236
  },
39947
40237
  "data": {
39948
- "type": "object"
40238
+ "type": "array",
40239
+ "items": {
40240
+ "$ref": "#/components/schemas/EventPass"
40241
+ }
39949
40242
  },
39950
40243
  "count": {
39951
40244
  "type": "integer",
@@ -40061,7 +40354,10 @@
40061
40354
  "example": "Success message."
40062
40355
  },
40063
40356
  "data": {
40064
- "type": "object"
40357
+ "type": "array",
40358
+ "items": {
40359
+ "$ref": "#/components/schemas/RoundSessionQuestion"
40360
+ }
40065
40361
  },
40066
40362
  "count": {
40067
40363
  "type": "integer",
@@ -40136,7 +40432,10 @@
40136
40432
  "example": "Success message."
40137
40433
  },
40138
40434
  "data": {
40139
- "type": "object"
40435
+ "type": "object",
40436
+ "additionalProperties": {
40437
+ "$ref": "#/components/schemas/MatchQuestionType"
40438
+ }
40140
40439
  }
40141
40440
  },
40142
40441
  "required": [
@@ -40226,7 +40525,7 @@
40226
40525
  "example": "Success message."
40227
40526
  },
40228
40527
  "data": {
40229
- "type": "object"
40528
+ "$ref": "#/components/schemas/RoundSessionQuestion"
40230
40529
  }
40231
40530
  },
40232
40531
  "required": [
@@ -40306,7 +40605,7 @@
40306
40605
  "example": "Success message."
40307
40606
  },
40308
40607
  "data": {
40309
- "type": "object"
40608
+ "nullable": true
40310
40609
  }
40311
40610
  },
40312
40611
  "required": [
@@ -40409,7 +40708,10 @@
40409
40708
  "example": "Success message."
40410
40709
  },
40411
40710
  "data": {
40412
- "type": "object"
40711
+ "type": "array",
40712
+ "items": {
40713
+ "$ref": "#/components/schemas/EventSessionSection"
40714
+ }
40413
40715
  },
40414
40716
  "count": {
40415
40717
  "type": "integer",
@@ -40483,7 +40785,7 @@
40483
40785
  "example": "Success message."
40484
40786
  },
40485
40787
  "data": {
40486
- "type": "object"
40788
+ "$ref": "#/components/schemas/EventSessionSection"
40487
40789
  }
40488
40790
  },
40489
40791
  "required": [
@@ -40554,7 +40856,7 @@
40554
40856
  "example": "Success message."
40555
40857
  },
40556
40858
  "data": {
40557
- "type": "object"
40859
+ "$ref": "#/components/schemas/EventSessionSection"
40558
40860
  }
40559
40861
  },
40560
40862
  "required": [
@@ -40632,7 +40934,7 @@
40632
40934
  "example": "Success message."
40633
40935
  },
40634
40936
  "data": {
40635
- "type": "object"
40937
+ "$ref": "#/components/schemas/EventSessionSection"
40636
40938
  }
40637
40939
  },
40638
40940
  "required": [
@@ -40813,7 +41115,10 @@
40813
41115
  "example": "Success message."
40814
41116
  },
40815
41117
  "data": {
40816
- "type": "object"
41118
+ "type": "array",
41119
+ "items": {
41120
+ "$ref": "#/components/schemas/EventSessionSectionQuestion"
41121
+ }
40817
41122
  },
40818
41123
  "count": {
40819
41124
  "type": "integer",
@@ -40900,7 +41205,10 @@
40900
41205
  "example": "Success message."
40901
41206
  },
40902
41207
  "data": {
40903
- "type": "object"
41208
+ "type": "array",
41209
+ "items": {
41210
+ "$ref": "#/components/schemas/EventSessionSectionQuestion"
41211
+ }
40904
41212
  }
40905
41213
  },
40906
41214
  "required": [
@@ -40980,7 +41288,7 @@
40980
41288
  "example": "Success message."
40981
41289
  },
40982
41290
  "data": {
40983
- "type": "object"
41291
+ "$ref": "#/components/schemas/EventSessionSection"
40984
41292
  }
40985
41293
  },
40986
41294
  "required": [
@@ -41067,7 +41375,7 @@
41067
41375
  "example": "Success message."
41068
41376
  },
41069
41377
  "data": {
41070
- "type": "object"
41378
+ "$ref": "#/components/schemas/EventSessionSection"
41071
41379
  }
41072
41380
  },
41073
41381
  "required": [
@@ -41145,7 +41453,7 @@
41145
41453
  "example": "Success message."
41146
41454
  },
41147
41455
  "data": {
41148
- "type": "object"
41456
+ "$ref": "#/components/schemas/EventSessionSection"
41149
41457
  }
41150
41458
  },
41151
41459
  "required": [
@@ -41248,7 +41556,10 @@
41248
41556
  "example": "Success message."
41249
41557
  },
41250
41558
  "data": {
41251
- "type": "object"
41559
+ "type": "array",
41560
+ "items": {
41561
+ "$ref": "#/components/schemas/EventSpeaker"
41562
+ }
41252
41563
  },
41253
41564
  "count": {
41254
41565
  "type": "integer",
@@ -41323,7 +41634,7 @@
41323
41634
  "example": "Success message."
41324
41635
  },
41325
41636
  "data": {
41326
- "type": "object"
41637
+ "$ref": "#/components/schemas/EventSession"
41327
41638
  }
41328
41639
  },
41329
41640
  "required": [
@@ -41392,7 +41703,7 @@
41392
41703
  "example": "Success message."
41393
41704
  },
41394
41705
  "data": {
41395
- "type": "object"
41706
+ "$ref": "#/components/schemas/EventSession"
41396
41707
  }
41397
41708
  },
41398
41709
  "required": [
@@ -41573,7 +41884,7 @@
41573
41884
  "example": "Success message."
41574
41885
  },
41575
41886
  "data": {
41576
- "type": "object"
41887
+ "$ref": "#/components/schemas/EventSession"
41577
41888
  }
41578
41889
  },
41579
41890
  "required": [
@@ -41642,7 +41953,7 @@
41642
41953
  "example": "Success message."
41643
41954
  },
41644
41955
  "data": {
41645
- "type": "object"
41956
+ "$ref": "#/components/schemas/EventSession"
41646
41957
  }
41647
41958
  },
41648
41959
  "required": [
@@ -41892,7 +42203,7 @@
41892
42203
  "example": "Success message."
41893
42204
  },
41894
42205
  "data": {
41895
- "type": "object"
42206
+ "$ref": "#/components/schemas/EventSession"
41896
42207
  }
41897
42208
  },
41898
42209
  "required": [
@@ -42142,7 +42453,7 @@
42142
42453
  "example": "Success message."
42143
42454
  },
42144
42455
  "data": {
42145
- "type": "object"
42456
+ "$ref": "#/components/schemas/EventSession"
42146
42457
  }
42147
42458
  },
42148
42459
  "required": [
@@ -42598,7 +42909,10 @@
42598
42909
  "example": "Success message."
42599
42910
  },
42600
42911
  "data": {
42601
- "type": "object"
42912
+ "type": "array",
42913
+ "items": {
42914
+ "$ref": "#/components/schemas/EventSession"
42915
+ }
42602
42916
  },
42603
42917
  "count": {
42604
42918
  "type": "integer",
@@ -42673,7 +42987,7 @@
42673
42987
  "example": "Success message."
42674
42988
  },
42675
42989
  "data": {
42676
- "type": "object"
42990
+ "$ref": "#/components/schemas/EventSpeaker"
42677
42991
  }
42678
42992
  },
42679
42993
  "required": [
@@ -42742,7 +43056,7 @@
42742
43056
  "example": "Success message."
42743
43057
  },
42744
43058
  "data": {
42745
- "type": "object"
43059
+ "$ref": "#/components/schemas/EventSpeaker"
42746
43060
  }
42747
43061
  },
42748
43062
  "required": [
@@ -43160,7 +43474,10 @@
43160
43474
  "example": "Success message."
43161
43475
  },
43162
43476
  "data": {
43163
- "type": "object"
43477
+ "type": "array",
43478
+ "items": {
43479
+ "$ref": "#/components/schemas/EventSponsorshipLevel"
43480
+ }
43164
43481
  },
43165
43482
  "count": {
43166
43483
  "type": "integer",
@@ -43225,7 +43542,7 @@
43225
43542
  "example": "Success message."
43226
43543
  },
43227
43544
  "data": {
43228
- "type": "object"
43545
+ "$ref": "#/components/schemas/EventSponsorshipLevel"
43229
43546
  }
43230
43547
  },
43231
43548
  "required": [
@@ -43290,7 +43607,10 @@
43290
43607
  "example": "Success message."
43291
43608
  },
43292
43609
  "data": {
43293
- "type": "object"
43610
+ "type": "array",
43611
+ "items": {
43612
+ "$ref": "#/components/schemas/EventSponsorshipLevel"
43613
+ }
43294
43614
  }
43295
43615
  },
43296
43616
  "required": [
@@ -43352,7 +43672,7 @@
43352
43672
  "example": "Success message."
43353
43673
  },
43354
43674
  "data": {
43355
- "type": "object"
43675
+ "$ref": "#/components/schemas/EventSponsorshipLevel"
43356
43676
  }
43357
43677
  },
43358
43678
  "required": [
@@ -43421,7 +43741,7 @@
43421
43741
  "example": "Success message."
43422
43742
  },
43423
43743
  "data": {
43424
- "type": "object"
43744
+ "$ref": "#/components/schemas/EventSponsorshipLevel"
43425
43745
  }
43426
43746
  },
43427
43747
  "required": [
@@ -43584,7 +43904,10 @@
43584
43904
  "example": "Success message."
43585
43905
  },
43586
43906
  "data": {
43587
- "type": "object"
43907
+ "type": "array",
43908
+ "items": {
43909
+ "$ref": "#/components/schemas/EventSponsorship"
43910
+ }
43588
43911
  },
43589
43912
  "count": {
43590
43913
  "type": "integer",
@@ -43658,7 +43981,7 @@
43658
43981
  "example": "Success message."
43659
43982
  },
43660
43983
  "data": {
43661
- "type": "object"
43984
+ "$ref": "#/components/schemas/EventSponsorship"
43662
43985
  }
43663
43986
  },
43664
43987
  "required": [
@@ -43732,7 +44055,10 @@
43732
44055
  "example": "Success message."
43733
44056
  },
43734
44057
  "data": {
43735
- "type": "object"
44058
+ "type": "array",
44059
+ "items": {
44060
+ "$ref": "#/components/schemas/EventSponsorship"
44061
+ }
43736
44062
  }
43737
44063
  },
43738
44064
  "required": [
@@ -43803,7 +44129,7 @@
43803
44129
  "example": "Success message."
43804
44130
  },
43805
44131
  "data": {
43806
- "type": "object"
44132
+ "$ref": "#/components/schemas/EventSponsorship"
43807
44133
  }
43808
44134
  },
43809
44135
  "required": [
@@ -43881,7 +44207,7 @@
43881
44207
  "example": "Success message."
43882
44208
  },
43883
44209
  "data": {
43884
- "type": "object"
44210
+ "$ref": "#/components/schemas/EventSponsorship"
43885
44211
  }
43886
44212
  },
43887
44213
  "required": [
@@ -44013,7 +44339,7 @@
44013
44339
  "example": "Success message."
44014
44340
  },
44015
44341
  "data": {
44016
- "type": "object"
44342
+ "$ref": "#/components/schemas/EventOnSite"
44017
44343
  }
44018
44344
  },
44019
44345
  "required": [
@@ -44627,7 +44953,10 @@
44627
44953
  "example": "Success message."
44628
44954
  },
44629
44955
  "data": {
44630
- "type": "object"
44956
+ "type": "array",
44957
+ "items": {
44958
+ "$ref": "#/components/schemas/EventSession"
44959
+ }
44631
44960
  },
44632
44961
  "count": {
44633
44962
  "type": "integer",
@@ -46368,7 +46697,10 @@
46368
46697
  "example": "Success message."
46369
46698
  },
46370
46699
  "data": {
46371
- "type": "object"
46700
+ "type": "array",
46701
+ "items": {
46702
+ "$ref": "#/components/schemas/GroupInvitation"
46703
+ }
46372
46704
  },
46373
46705
  "count": {
46374
46706
  "type": "integer",
@@ -46444,7 +46776,10 @@
46444
46776
  "example": "Success message."
46445
46777
  },
46446
46778
  "data": {
46447
- "type": "object"
46779
+ "type": "array",
46780
+ "items": {
46781
+ "$ref": "#/components/schemas/GroupInvitation"
46782
+ }
46448
46783
  }
46449
46784
  },
46450
46785
  "required": [
@@ -46628,7 +46963,7 @@
46628
46963
  "example": "Success message."
46629
46964
  },
46630
46965
  "data": {
46631
- "type": "object"
46966
+ "$ref": "#/components/schemas/GroupInvitation"
46632
46967
  }
46633
46968
  },
46634
46969
  "required": [
@@ -46690,7 +47025,7 @@
46690
47025
  "example": "Success message."
46691
47026
  },
46692
47027
  "data": {
46693
- "type": "object"
47028
+ "$ref": "#/components/schemas/GroupInvitation"
46694
47029
  }
46695
47030
  },
46696
47031
  "required": [
@@ -47058,7 +47393,10 @@
47058
47393
  "example": "Success message."
47059
47394
  },
47060
47395
  "data": {
47061
- "type": "object"
47396
+ "type": "array",
47397
+ "items": {
47398
+ "$ref": "#/components/schemas/GroupMembership"
47399
+ }
47062
47400
  },
47063
47401
  "count": {
47064
47402
  "type": "integer",
@@ -47184,7 +47522,7 @@
47184
47522
  "example": "Success message."
47185
47523
  },
47186
47524
  "data": {
47187
- "type": "object"
47525
+ "$ref": "#/components/schemas/GroupMembership"
47188
47526
  }
47189
47527
  },
47190
47528
  "required": [
@@ -49392,7 +49730,10 @@
49392
49730
  "example": "Success message."
49393
49731
  },
49394
49732
  "data": {
49395
- "type": "object"
49733
+ "type": "array",
49734
+ "items": {
49735
+ "$ref": "#/components/schemas/ChannelContent"
49736
+ }
49396
49737
  },
49397
49738
  "count": {
49398
49739
  "type": "integer",
@@ -50025,7 +50366,10 @@
50025
50366
  "example": "Success message."
50026
50367
  },
50027
50368
  "data": {
50028
- "type": "object"
50369
+ "type": "array",
50370
+ "items": {
50371
+ "$ref": "#/components/schemas/InvoiceLineItem"
50372
+ }
50029
50373
  },
50030
50374
  "count": {
50031
50375
  "type": "integer",
@@ -50090,7 +50434,7 @@
50090
50434
  "example": "Success message."
50091
50435
  },
50092
50436
  "data": {
50093
- "type": "object"
50437
+ "$ref": "#/components/schemas/InvoiceLineItem"
50094
50438
  }
50095
50439
  },
50096
50440
  "required": [
@@ -50221,7 +50565,7 @@
50221
50565
  "example": "Success message."
50222
50566
  },
50223
50567
  "data": {
50224
- "type": "object"
50568
+ "$ref": "#/components/schemas/InvoiceLineItem"
50225
50569
  }
50226
50570
  },
50227
50571
  "required": [
@@ -52277,7 +52621,10 @@
52277
52621
  "example": "Success message."
52278
52622
  },
52279
52623
  "data": {
52280
- "type": "object"
52624
+ "type": "array",
52625
+ "items": {
52626
+ "$ref": "#/components/schemas/BaseEmailReceipt"
52627
+ }
52281
52628
  },
52282
52629
  "count": {
52283
52630
  "type": "integer",
@@ -52780,7 +53127,7 @@
52780
53127
  "example": "Success message."
52781
53128
  },
52782
53129
  "data": {
52783
- "type": "object"
53130
+ "$ref": "#/components/schemas/Livestream"
52784
53131
  }
52785
53132
  },
52786
53133
  "required": [
@@ -52874,7 +53221,10 @@
52874
53221
  "example": "Success message."
52875
53222
  },
52876
53223
  "data": {
52877
- "type": "object"
53224
+ "type": "array",
53225
+ "items": {
53226
+ "$ref": "#/components/schemas/LivestreamSession"
53227
+ }
52878
53228
  },
52879
53229
  "count": {
52880
53230
  "type": "integer",
@@ -53279,7 +53629,10 @@
53279
53629
  "example": "Success message."
53280
53630
  },
53281
53631
  "data": {
53282
- "type": "object"
53632
+ "type": "array",
53633
+ "items": {
53634
+ "$ref": "#/components/schemas/MeetingRecording"
53635
+ }
53283
53636
  },
53284
53637
  "count": {
53285
53638
  "type": "integer",
@@ -53336,7 +53689,7 @@
53336
53689
  "example": "Success message."
53337
53690
  },
53338
53691
  "data": {
53339
- "type": "object"
53692
+ "$ref": "#/components/schemas/MeetingRecording"
53340
53693
  }
53341
53694
  },
53342
53695
  "required": [
@@ -53430,7 +53783,10 @@
53430
53783
  "example": "Success message."
53431
53784
  },
53432
53785
  "data": {
53433
- "type": "object"
53786
+ "type": "array",
53787
+ "items": {
53788
+ "$ref": "#/components/schemas/MeetingSession"
53789
+ }
53434
53790
  },
53435
53791
  "count": {
53436
53792
  "type": "integer",
@@ -53540,7 +53896,7 @@
53540
53896
  "example": "Success message."
53541
53897
  },
53542
53898
  "data": {
53543
- "type": "object"
53899
+ "$ref": "#/components/schemas/MeetingSessionChatDownload"
53544
53900
  }
53545
53901
  },
53546
53902
  "required": [
@@ -53634,7 +53990,10 @@
53634
53990
  "example": "Success message."
53635
53991
  },
53636
53992
  "data": {
53637
- "type": "object"
53993
+ "type": "array",
53994
+ "items": {
53995
+ "$ref": "#/components/schemas/BaseMeetingSessionParticipant"
53996
+ }
53638
53997
  },
53639
53998
  "count": {
53640
53999
  "type": "integer",
@@ -53700,7 +54059,7 @@
53700
54059
  "example": "Success message."
53701
54060
  },
53702
54061
  "data": {
53703
- "type": "object"
54062
+ "$ref": "#/components/schemas/MeetingSessionParticipant"
53704
54063
  }
53705
54064
  },
53706
54065
  "required": [
@@ -53753,7 +54112,7 @@
53753
54112
  "example": "Success message."
53754
54113
  },
53755
54114
  "data": {
53756
- "type": "object"
54115
+ "$ref": "#/components/schemas/MeetingSessionSummaryDownload"
53757
54116
  }
53758
54117
  },
53759
54118
  "required": [
@@ -53857,7 +54216,7 @@
53857
54216
  "example": "Success message."
53858
54217
  },
53859
54218
  "data": {
53860
- "type": "object"
54219
+ "$ref": "#/components/schemas/MeetingSessionTranscriptDownload"
53861
54220
  }
53862
54221
  },
53863
54222
  "required": [
@@ -54576,7 +54935,10 @@
54576
54935
  "example": "Success message."
54577
54936
  },
54578
54937
  "data": {
54579
- "type": "object"
54938
+ "type": "array",
54939
+ "items": {
54940
+ "$ref": "#/components/schemas/MeetingParticipant"
54941
+ }
54580
54942
  },
54581
54943
  "count": {
54582
54944
  "type": "integer",
@@ -54703,7 +55065,7 @@
54703
55065
  "example": "Success message."
54704
55066
  },
54705
55067
  "data": {
54706
- "type": "object"
55068
+ "$ref": "#/components/schemas/MeetingParticipant"
54707
55069
  }
54708
55070
  },
54709
55071
  "required": [
@@ -54773,7 +55135,7 @@
54773
55135
  "example": "Success message."
54774
55136
  },
54775
55137
  "data": {
54776
- "type": "object"
55138
+ "$ref": "#/components/schemas/MeetingParticipant"
54777
55139
  }
54778
55140
  },
54779
55141
  "required": [
@@ -54989,7 +55351,10 @@
54989
55351
  "example": "Success message."
54990
55352
  },
54991
55353
  "data": {
54992
- "type": "object"
55354
+ "type": "array",
55355
+ "items": {
55356
+ "$ref": "#/components/schemas/AdminNotification"
55357
+ }
54993
55358
  },
54994
55359
  "count": {
54995
55360
  "type": "integer",
@@ -55144,7 +55509,7 @@
55144
55509
  "example": "Success message."
55145
55510
  },
55146
55511
  "data": {
55147
- "type": "object"
55512
+ "$ref": "#/components/schemas/NotificationStats"
55148
55513
  }
55149
55514
  },
55150
55515
  "required": [
@@ -55321,7 +55686,10 @@
55321
55686
  "example": "Success message."
55322
55687
  },
55323
55688
  "data": {
55324
- "type": "object"
55689
+ "type": "array",
55690
+ "items": {
55691
+ "$ref": "#/components/schemas/AccountAttribute"
55692
+ }
55325
55693
  },
55326
55694
  "count": {
55327
55695
  "type": "integer",
@@ -55375,7 +55743,7 @@
55375
55743
  "example": "Success message."
55376
55744
  },
55377
55745
  "data": {
55378
- "type": "object"
55746
+ "$ref": "#/components/schemas/AccountAttribute"
55379
55747
  }
55380
55748
  },
55381
55749
  "required": [
@@ -55417,7 +55785,10 @@
55417
55785
  "example": "Success message."
55418
55786
  },
55419
55787
  "data": {
55420
- "type": "object"
55788
+ "type": "array",
55789
+ "items": {
55790
+ "$ref": "#/components/schemas/AccountAttribute"
55791
+ }
55421
55792
  }
55422
55793
  },
55423
55794
  "required": [
@@ -55459,7 +55830,10 @@
55459
55830
  "example": "Success message."
55460
55831
  },
55461
55832
  "data": {
55462
- "type": "object"
55833
+ "type": "array",
55834
+ "items": {
55835
+ "$ref": "#/components/schemas/AccountAttribute"
55836
+ }
55463
55837
  }
55464
55838
  },
55465
55839
  "required": [
@@ -55512,7 +55886,7 @@
55512
55886
  "example": "Success message."
55513
55887
  },
55514
55888
  "data": {
55515
- "type": "object"
55889
+ "$ref": "#/components/schemas/AccountAttribute"
55516
55890
  }
55517
55891
  },
55518
55892
  "required": [
@@ -55573,7 +55947,7 @@
55573
55947
  "example": "Success message."
55574
55948
  },
55575
55949
  "data": {
55576
- "type": "object"
55950
+ "$ref": "#/components/schemas/AccountAttribute"
55577
55951
  }
55578
55952
  },
55579
55953
  "required": [
@@ -55666,7 +56040,12 @@
55666
56040
  "example": "Success message."
55667
56041
  },
55668
56042
  "data": {
55669
- "type": "object"
56043
+ "allOf": [
56044
+ {
56045
+ "$ref": "#/components/schemas/DomainDetails"
56046
+ }
56047
+ ],
56048
+ "nullable": true
55670
56049
  }
55671
56050
  },
55672
56051
  "required": [
@@ -55717,7 +56096,7 @@
55717
56096
  "example": "Success message."
55718
56097
  },
55719
56098
  "data": {
55720
- "type": "object"
56099
+ "$ref": "#/components/schemas/DomainDetails"
55721
56100
  }
55722
56101
  },
55723
56102
  "required": [
@@ -55977,7 +56356,7 @@
55977
56356
  "example": "Success message."
55978
56357
  },
55979
56358
  "data": {
55980
- "type": "object"
56359
+ "nullable": true
55981
56360
  }
55982
56361
  },
55983
56362
  "required": [
@@ -56237,7 +56616,7 @@
56237
56616
  "example": "Success message."
56238
56617
  },
56239
56618
  "data": {
56240
- "type": "object"
56619
+ "$ref": "#/components/schemas/OrganizationModuleSettings"
56241
56620
  }
56242
56621
  },
56243
56622
  "required": [
@@ -56287,7 +56666,7 @@
56287
56666
  "example": "Success message."
56288
56667
  },
56289
56668
  "data": {
56290
- "type": "object"
56669
+ "$ref": "#/components/schemas/OrganizationModuleSettings"
56291
56670
  }
56292
56671
  },
56293
56672
  "required": [
@@ -56372,7 +56751,10 @@
56372
56751
  "example": "Success message."
56373
56752
  },
56374
56753
  "data": {
56375
- "type": "object"
56754
+ "type": "array",
56755
+ "items": {
56756
+ "$ref": "#/components/schemas/OrganizationModule"
56757
+ }
56376
56758
  },
56377
56759
  "count": {
56378
56760
  "type": "integer",
@@ -56736,7 +57118,7 @@
56736
57118
  "example": "Success message."
56737
57119
  },
56738
57120
  "data": {
56739
- "type": "object"
57121
+ "$ref": "#/components/schemas/OrganizationModule"
56740
57122
  }
56741
57123
  },
56742
57124
  "required": [
@@ -56797,7 +57179,7 @@
56797
57179
  "example": "Success message."
56798
57180
  },
56799
57181
  "data": {
56800
- "type": "object"
57182
+ "$ref": "#/components/schemas/OrganizationModule"
56801
57183
  }
56802
57184
  },
56803
57185
  "required": [
@@ -56891,7 +57273,10 @@
56891
57273
  "example": "Success message."
56892
57274
  },
56893
57275
  "data": {
56894
- "type": "object"
57276
+ "type": "array",
57277
+ "items": {
57278
+ "$ref": "#/components/schemas/Tier"
57279
+ }
56895
57280
  },
56896
57281
  "count": {
56897
57282
  "type": "integer",
@@ -56957,7 +57342,7 @@
56957
57342
  "example": "Success message."
56958
57343
  },
56959
57344
  "data": {
56960
- "type": "object"
57345
+ "$ref": "#/components/schemas/OrganizationModule"
56961
57346
  }
56962
57347
  },
56963
57348
  "required": [
@@ -57017,7 +57402,7 @@
57017
57402
  "example": "Success message."
57018
57403
  },
57019
57404
  "data": {
57020
- "type": "object"
57405
+ "$ref": "#/components/schemas/OrganizationModule"
57021
57406
  }
57022
57407
  },
57023
57408
  "required": [
@@ -57111,7 +57496,10 @@
57111
57496
  "example": "Success message."
57112
57497
  },
57113
57498
  "data": {
57114
- "type": "object"
57499
+ "type": "array",
57500
+ "items": {
57501
+ "$ref": "#/components/schemas/Tier"
57502
+ }
57115
57503
  },
57116
57504
  "count": {
57117
57505
  "type": "integer",
@@ -57177,7 +57565,7 @@
57177
57565
  "example": "Success message."
57178
57566
  },
57179
57567
  "data": {
57180
- "type": "object"
57568
+ "$ref": "#/components/schemas/OrganizationModule"
57181
57569
  }
57182
57570
  },
57183
57571
  "required": [
@@ -57237,7 +57625,7 @@
57237
57625
  "example": "Success message."
57238
57626
  },
57239
57627
  "data": {
57240
- "type": "object"
57628
+ "$ref": "#/components/schemas/OrganizationModule"
57241
57629
  }
57242
57630
  },
57243
57631
  "required": [
@@ -57322,7 +57710,10 @@
57322
57710
  "example": "Success message."
57323
57711
  },
57324
57712
  "data": {
57325
- "type": "object"
57713
+ "type": "array",
57714
+ "items": {
57715
+ "$ref": "#/components/schemas/PaymentIntegration"
57716
+ }
57326
57717
  },
57327
57718
  "count": {
57328
57719
  "type": "integer",
@@ -57376,7 +57767,7 @@
57376
57767
  "example": "Success message."
57377
57768
  },
57378
57769
  "data": {
57379
- "type": "object"
57770
+ "$ref": "#/components/schemas/PaymentIntegration"
57380
57771
  }
57381
57772
  },
57382
57773
  "required": [
@@ -57429,7 +57820,7 @@
57429
57820
  "example": "Success message."
57430
57821
  },
57431
57822
  "data": {
57432
- "type": "object"
57823
+ "$ref": "#/components/schemas/PaymentIntegration"
57433
57824
  }
57434
57825
  },
57435
57826
  "required": [
@@ -57490,7 +57881,7 @@
57490
57881
  "example": "Success message."
57491
57882
  },
57492
57883
  "data": {
57493
- "type": "object"
57884
+ "$ref": "#/components/schemas/PaymentIntegration"
57494
57885
  }
57495
57886
  },
57496
57887
  "required": [
@@ -57594,7 +57985,7 @@
57594
57985
  "example": "Success message."
57595
57986
  },
57596
57987
  "data": {
57597
- "type": "object"
57988
+ "$ref": "#/components/schemas/PaymentIntegration"
57598
57989
  }
57599
57990
  },
57600
57991
  "required": [
@@ -57753,7 +58144,10 @@
57753
58144
  "example": "Success message."
57754
58145
  },
57755
58146
  "data": {
57756
- "type": "object"
58147
+ "type": "array",
58148
+ "items": {
58149
+ "$ref": "#/components/schemas/SideEffect"
58150
+ }
57757
58151
  },
57758
58152
  "count": {
57759
58153
  "type": "integer",
@@ -57835,7 +58229,7 @@
57835
58229
  "example": "Success message."
57836
58230
  },
57837
58231
  "data": {
57838
- "type": "object"
58232
+ "$ref": "#/components/schemas/SideEffect"
57839
58233
  }
57840
58234
  },
57841
58235
  "required": [
@@ -57888,7 +58282,7 @@
57888
58282
  "example": "Success message."
57889
58283
  },
57890
58284
  "data": {
57891
- "type": "object"
58285
+ "$ref": "#/components/schemas/SideEffect"
57892
58286
  }
57893
58287
  },
57894
58288
  "required": [
@@ -57939,7 +58333,7 @@
57939
58333
  "example": "Success message."
57940
58334
  },
57941
58335
  "data": {
57942
- "type": "object"
58336
+ "$ref": "#/components/schemas/SideEffect"
57943
58337
  }
57944
58338
  },
57945
58339
  "required": [
@@ -58042,7 +58436,10 @@
58042
58436
  "example": "Success message."
58043
58437
  },
58044
58438
  "data": {
58045
- "type": "object"
58439
+ "type": "array",
58440
+ "items": {
58441
+ "$ref": "#/components/schemas/SystemEventLog"
58442
+ }
58046
58443
  },
58047
58444
  "count": {
58048
58445
  "type": "integer",
@@ -58099,7 +58496,7 @@
58099
58496
  "example": "Success message."
58100
58497
  },
58101
58498
  "data": {
58102
- "type": "object"
58499
+ "$ref": "#/components/schemas/SystemEventLog"
58103
58500
  }
58104
58501
  },
58105
58502
  "required": [
@@ -58305,7 +58702,7 @@
58305
58702
  "example": "Success message."
58306
58703
  },
58307
58704
  "data": {
58308
- "type": "object"
58705
+ "$ref": "#/components/schemas/TaxIntegration"
58309
58706
  }
58310
58707
  },
58311
58708
  "required": [
@@ -58366,7 +58763,7 @@
58366
58763
  "example": "Success message."
58367
58764
  },
58368
58765
  "data": {
58369
- "type": "object"
58766
+ "$ref": "#/components/schemas/TaxIntegration"
58370
58767
  }
58371
58768
  },
58372
58769
  "required": [
@@ -58798,7 +59195,7 @@
58798
59195
  "example": "Success message."
58799
59196
  },
58800
59197
  "data": {
58801
- "type": "object"
59198
+ "$ref": "#/components/schemas/TaxIntegration"
58802
59199
  }
58803
59200
  },
58804
59201
  "required": [
@@ -58883,7 +59280,10 @@
58883
59280
  "example": "Success message."
58884
59281
  },
58885
59282
  "data": {
58886
- "type": "object"
59283
+ "type": "array",
59284
+ "items": {
59285
+ "$ref": "#/components/schemas/TeamMember"
59286
+ }
58887
59287
  },
58888
59288
  "count": {
58889
59289
  "type": "integer",
@@ -58937,7 +59337,7 @@
58937
59337
  "example": "Success message."
58938
59338
  },
58939
59339
  "data": {
58940
- "type": "object"
59340
+ "$ref": "#/components/schemas/TeamMember"
58941
59341
  }
58942
59342
  },
58943
59343
  "required": [
@@ -59050,7 +59450,7 @@
59050
59450
  "example": "Success message."
59051
59451
  },
59052
59452
  "data": {
59053
- "type": "object"
59453
+ "$ref": "#/components/schemas/TeamMember"
59054
59454
  }
59055
59455
  },
59056
59456
  "required": [
@@ -59186,7 +59586,10 @@
59186
59586
  "example": "Success message."
59187
59587
  },
59188
59588
  "data": {
59189
- "type": "object"
59589
+ "type": "array",
59590
+ "items": {
59591
+ "$ref": "#/components/schemas/OrganizationMembership"
59592
+ }
59190
59593
  },
59191
59594
  "count": {
59192
59595
  "type": "integer",
@@ -59241,7 +59644,7 @@
59241
59644
  "example": "Success message."
59242
59645
  },
59243
59646
  "data": {
59244
- "type": "object"
59647
+ "$ref": "#/components/schemas/OrganizationMembership"
59245
59648
  }
59246
59649
  },
59247
59650
  "required": [
@@ -59294,7 +59697,7 @@
59294
59697
  "example": "Success message."
59295
59698
  },
59296
59699
  "data": {
59297
- "type": "object"
59700
+ "$ref": "#/components/schemas/OrganizationMembership"
59298
59701
  }
59299
59702
  },
59300
59703
  "required": [
@@ -59355,7 +59758,7 @@
59355
59758
  "example": "Success message."
59356
59759
  },
59357
59760
  "data": {
59358
- "type": "object"
59761
+ "$ref": "#/components/schemas/OrganizationMembership"
59359
59762
  }
59360
59763
  },
59361
59764
  "required": [
@@ -60089,7 +60492,7 @@
60089
60492
  "example": "Success message."
60090
60493
  },
60091
60494
  "data": {
60092
- "type": "object"
60495
+ "$ref": "#/components/schemas/AdminNotificationPreferences"
60093
60496
  }
60094
60497
  },
60095
60498
  "required": [
@@ -60139,7 +60542,7 @@
60139
60542
  "example": "Success message."
60140
60543
  },
60141
60544
  "data": {
60142
- "type": "object"
60545
+ "$ref": "#/components/schemas/AdminNotificationPreferences"
60143
60546
  }
60144
60547
  },
60145
60548
  "required": [
@@ -61326,7 +61729,10 @@
61326
61729
  "example": "Success message."
61327
61730
  },
61328
61731
  "data": {
61329
- "type": "object"
61732
+ "type": "array",
61733
+ "items": {
61734
+ "$ref": "#/components/schemas/SearchListConnectedQuestion"
61735
+ }
61330
61736
  }
61331
61737
  },
61332
61738
  "required": [
@@ -61420,7 +61826,10 @@
61420
61826
  "example": "Success message."
61421
61827
  },
61422
61828
  "data": {
61423
- "type": "object"
61829
+ "type": "array",
61830
+ "items": {
61831
+ "$ref": "#/components/schemas/SearchListValue"
61832
+ }
61424
61833
  },
61425
61834
  "count": {
61426
61835
  "type": "integer",
@@ -61485,7 +61894,7 @@
61485
61894
  "example": "Success message."
61486
61895
  },
61487
61896
  "data": {
61488
- "type": "object"
61897
+ "$ref": "#/components/schemas/SearchListValue"
61489
61898
  }
61490
61899
  },
61491
61900
  "required": [
@@ -61550,7 +61959,10 @@
61550
61959
  "example": "Success message."
61551
61960
  },
61552
61961
  "data": {
61553
- "type": "object"
61962
+ "type": "array",
61963
+ "items": {
61964
+ "$ref": "#/components/schemas/SearchListValue"
61965
+ }
61554
61966
  }
61555
61967
  },
61556
61968
  "required": [
@@ -61682,7 +62094,7 @@
61682
62094
  "example": "Success message."
61683
62095
  },
61684
62096
  "data": {
61685
- "type": "object"
62097
+ "$ref": "#/components/schemas/SearchListValue"
61686
62098
  }
61687
62099
  },
61688
62100
  "required": [
@@ -62214,7 +62626,7 @@
62214
62626
  "example": "Success message."
62215
62627
  },
62216
62628
  "data": {
62217
- "type": "object"
62629
+ "$ref": "#/components/schemas/OrganizationMembership"
62218
62630
  }
62219
62631
  },
62220
62632
  "required": [
@@ -63083,7 +63495,10 @@
63083
63495
  "example": "Success message."
63084
63496
  },
63085
63497
  "data": {
63086
- "type": "object"
63498
+ "type": "array",
63499
+ "items": {
63500
+ "$ref": "#/components/schemas/SeriesQuestion"
63501
+ }
63087
63502
  },
63088
63503
  "count": {
63089
63504
  "type": "integer",
@@ -63148,7 +63563,7 @@
63148
63563
  "example": "Success message."
63149
63564
  },
63150
63565
  "data": {
63151
- "type": "object"
63566
+ "$ref": "#/components/schemas/SeriesQuestion"
63152
63567
  }
63153
63568
  },
63154
63569
  "required": [
@@ -63210,7 +63625,7 @@
63210
63625
  "example": "Success message."
63211
63626
  },
63212
63627
  "data": {
63213
- "type": "object"
63628
+ "$ref": "#/components/schemas/SeriesQuestion"
63214
63629
  }
63215
63630
  },
63216
63631
  "required": [
@@ -63279,7 +63694,7 @@
63279
63694
  "example": "Success message."
63280
63695
  },
63281
63696
  "data": {
63282
- "type": "object"
63697
+ "$ref": "#/components/schemas/SeriesQuestion"
63283
63698
  }
63284
63699
  },
63285
63700
  "required": [
@@ -63442,7 +63857,10 @@
63442
63857
  "example": "Success message."
63443
63858
  },
63444
63859
  "data": {
63445
- "type": "object"
63860
+ "type": "array",
63861
+ "items": {
63862
+ "$ref": "#/components/schemas/SeriesQuestionChoice"
63863
+ }
63446
63864
  },
63447
63865
  "count": {
63448
63866
  "type": "integer",
@@ -63516,7 +63934,7 @@
63516
63934
  "example": "Success message."
63517
63935
  },
63518
63936
  "data": {
63519
- "type": "object"
63937
+ "$ref": "#/components/schemas/SeriesQuestionChoice"
63520
63938
  }
63521
63939
  },
63522
63940
  "required": [
@@ -63590,7 +64008,10 @@
63590
64008
  "example": "Success message."
63591
64009
  },
63592
64010
  "data": {
63593
- "type": "object"
64011
+ "type": "array",
64012
+ "items": {
64013
+ "$ref": "#/components/schemas/SeriesQuestionChoice"
64014
+ }
63594
64015
  }
63595
64016
  },
63596
64017
  "required": [
@@ -63661,7 +64082,7 @@
63661
64082
  "example": "Success message."
63662
64083
  },
63663
64084
  "data": {
63664
- "type": "object"
64085
+ "$ref": "#/components/schemas/SeriesQuestionChoice"
63665
64086
  }
63666
64087
  },
63667
64088
  "required": [
@@ -63739,7 +64160,7 @@
63739
64160
  "example": "Success message."
63740
64161
  },
63741
64162
  "data": {
63742
- "type": "object"
64163
+ "$ref": "#/components/schemas/SeriesQuestionChoice"
63743
64164
  }
63744
64165
  },
63745
64166
  "required": [
@@ -63911,7 +64332,10 @@
63911
64332
  "example": "Success message."
63912
64333
  },
63913
64334
  "data": {
63914
- "type": "object"
64335
+ "type": "array",
64336
+ "items": {
64337
+ "$ref": "#/components/schemas/SeriesRegistration"
64338
+ }
63915
64339
  },
63916
64340
  "count": {
63917
64341
  "type": "integer",
@@ -63976,7 +64400,7 @@
63976
64400
  "example": "Success message."
63977
64401
  },
63978
64402
  "data": {
63979
- "type": "object"
64403
+ "$ref": "#/components/schemas/SeriesRegistration"
63980
64404
  }
63981
64405
  },
63982
64406
  "required": [
@@ -64038,7 +64462,7 @@
64038
64462
  "example": "Success message."
64039
64463
  },
64040
64464
  "data": {
64041
- "type": "object"
64465
+ "$ref": "#/components/schemas/SeriesRegistration"
64042
64466
  }
64043
64467
  },
64044
64468
  "required": [
@@ -64108,7 +64532,7 @@
64108
64532
  "example": "Success message."
64109
64533
  },
64110
64534
  "data": {
64111
- "type": "object"
64535
+ "$ref": "#/components/schemas/SeriesRegistration"
64112
64536
  }
64113
64537
  },
64114
64538
  "required": [
@@ -64271,7 +64695,10 @@
64271
64695
  "example": "Success message."
64272
64696
  },
64273
64697
  "data": {
64274
- "type": "object"
64698
+ "type": "array",
64699
+ "items": {
64700
+ "$ref": "#/components/schemas/EventPass"
64701
+ }
64275
64702
  },
64276
64703
  "count": {
64277
64704
  "type": "integer",
@@ -64378,7 +64805,10 @@
64378
64805
  "example": "Success message."
64379
64806
  },
64380
64807
  "data": {
64381
- "type": "object"
64808
+ "type": "array",
64809
+ "items": {
64810
+ "$ref": "#/components/schemas/Payment"
64811
+ }
64382
64812
  },
64383
64813
  "count": {
64384
64814
  "type": "integer",
@@ -64444,7 +64874,10 @@
64444
64874
  "example": "Success message."
64445
64875
  },
64446
64876
  "data": {
64447
- "type": "object"
64877
+ "type": "array",
64878
+ "items": {
64879
+ "$ref": "#/components/schemas/SeriesRegistrationQuestionResponse"
64880
+ }
64448
64881
  }
64449
64882
  },
64450
64883
  "required": [
@@ -64514,7 +64947,7 @@
64514
64947
  "example": "Success message."
64515
64948
  },
64516
64949
  "data": {
64517
- "type": "object"
64950
+ "nullable": true
64518
64951
  }
64519
64952
  },
64520
64953
  "required": [
@@ -64919,7 +65352,7 @@
64919
65352
  "example": "Success message."
64920
65353
  },
64921
65354
  "data": {
64922
- "type": "object"
65355
+ "$ref": "#/components/schemas/StreamInput"
64923
65356
  }
64924
65357
  },
64925
65358
  "required": [
@@ -65013,7 +65446,10 @@
65013
65446
  "example": "Success message."
65014
65447
  },
65015
65448
  "data": {
65016
- "type": "object"
65449
+ "type": "array",
65450
+ "items": {
65451
+ "$ref": "#/components/schemas/StreamInputOutput"
65452
+ }
65017
65453
  },
65018
65454
  "count": {
65019
65455
  "type": "integer",
@@ -65078,7 +65514,7 @@
65078
65514
  "example": "Success message."
65079
65515
  },
65080
65516
  "data": {
65081
- "type": "object"
65517
+ "$ref": "#/components/schemas/StreamInputOutput"
65082
65518
  }
65083
65519
  },
65084
65520
  "required": [
@@ -65149,7 +65585,7 @@
65149
65585
  "example": "Success message."
65150
65586
  },
65151
65587
  "data": {
65152
- "type": "object"
65588
+ "$ref": "#/components/schemas/StreamInputOutput"
65153
65589
  }
65154
65590
  },
65155
65591
  "required": [
@@ -65271,7 +65707,7 @@
65271
65707
  "example": "Success message."
65272
65708
  },
65273
65709
  "data": {
65274
- "type": "object"
65710
+ "$ref": "#/components/schemas/StreamInputOutput"
65275
65711
  }
65276
65712
  },
65277
65713
  "required": [
@@ -65505,7 +65941,10 @@
65505
65941
  "example": "Success message."
65506
65942
  },
65507
65943
  "data": {
65508
- "type": "object"
65944
+ "type": "array",
65945
+ "items": {
65946
+ "$ref": "#/components/schemas/StreamSessionChatMessage"
65947
+ }
65509
65948
  }
65510
65949
  },
65511
65950
  "required": [
@@ -65741,7 +66180,10 @@
65741
66180
  "example": "Success message."
65742
66181
  },
65743
66182
  "data": {
65744
- "type": "object"
66183
+ "type": "array",
66184
+ "items": {
66185
+ "$ref": "#/components/schemas/StreamSessionSubscription"
66186
+ }
65745
66187
  },
65746
66188
  "count": {
65747
66189
  "type": "integer",
@@ -66237,7 +66679,10 @@
66237
66679
  "example": "Success message."
66238
66680
  },
66239
66681
  "data": {
66240
- "type": "object"
66682
+ "type": "array",
66683
+ "items": {
66684
+ "$ref": "#/components/schemas/SupportTicketActivityLog"
66685
+ }
66241
66686
  }
66242
66687
  },
66243
66688
  "required": [
@@ -66331,7 +66776,10 @@
66331
66776
  "example": "Success message."
66332
66777
  },
66333
66778
  "data": {
66334
- "type": "object"
66779
+ "type": "array",
66780
+ "items": {
66781
+ "$ref": "#/components/schemas/SupportTicketMessage"
66782
+ }
66335
66783
  },
66336
66784
  "count": {
66337
66785
  "type": "integer",
@@ -66396,7 +66844,7 @@
66396
66844
  "example": "Success message."
66397
66845
  },
66398
66846
  "data": {
66399
- "type": "object"
66847
+ "$ref": "#/components/schemas/SupportTicketMessage"
66400
66848
  }
66401
66849
  },
66402
66850
  "required": [
@@ -66490,7 +66938,10 @@
66490
66938
  "example": "Success message."
66491
66939
  },
66492
66940
  "data": {
66493
- "type": "object"
66941
+ "type": "array",
66942
+ "items": {
66943
+ "$ref": "#/components/schemas/SupportTicketNote"
66944
+ }
66494
66945
  },
66495
66946
  "count": {
66496
66947
  "type": "integer",
@@ -66555,7 +67006,7 @@
66555
67006
  "example": "Success message."
66556
67007
  },
66557
67008
  "data": {
66558
- "type": "object"
67009
+ "$ref": "#/components/schemas/SupportTicket"
66559
67010
  }
66560
67011
  },
66561
67012
  "required": [
@@ -66720,7 +67171,10 @@
66720
67171
  "example": "Success message."
66721
67172
  },
66722
67173
  "data": {
66723
- "type": "object"
67174
+ "type": "array",
67175
+ "items": {
67176
+ "$ref": "#/components/schemas/SupportTicketViewer"
67177
+ }
66724
67178
  },
66725
67179
  "count": {
66726
67180
  "type": "integer",
@@ -67211,7 +67665,7 @@
67211
67665
  "example": "Success message."
67212
67666
  },
67213
67667
  "data": {
67214
- "type": "object"
67668
+ "$ref": "#/components/schemas/SurveyQuestion"
67215
67669
  }
67216
67670
  },
67217
67671
  "required": [
@@ -67342,7 +67796,7 @@
67342
67796
  "example": "Success message."
67343
67797
  },
67344
67798
  "data": {
67345
- "type": "object"
67799
+ "$ref": "#/components/schemas/SurveyQuestion"
67346
67800
  }
67347
67801
  },
67348
67802
  "required": [
@@ -67514,7 +67968,10 @@
67514
67968
  "example": "Success message."
67515
67969
  },
67516
67970
  "data": {
67517
- "type": "object"
67971
+ "type": "array",
67972
+ "items": {
67973
+ "$ref": "#/components/schemas/SurveyQuestionChoice"
67974
+ }
67518
67975
  },
67519
67976
  "count": {
67520
67977
  "type": "integer",
@@ -67588,7 +68045,7 @@
67588
68045
  "example": "Success message."
67589
68046
  },
67590
68047
  "data": {
67591
- "type": "object"
68048
+ "$ref": "#/components/schemas/SurveyQuestionChoice"
67592
68049
  }
67593
68050
  },
67594
68051
  "required": [
@@ -67662,7 +68119,10 @@
67662
68119
  "example": "Success message."
67663
68120
  },
67664
68121
  "data": {
67665
- "type": "object"
68122
+ "type": "array",
68123
+ "items": {
68124
+ "$ref": "#/components/schemas/SurveyQuestionChoice"
68125
+ }
67666
68126
  }
67667
68127
  },
67668
68128
  "required": [
@@ -67733,7 +68193,7 @@
67733
68193
  "example": "Success message."
67734
68194
  },
67735
68195
  "data": {
67736
- "type": "object"
68196
+ "$ref": "#/components/schemas/SurveyQuestionChoice"
67737
68197
  }
67738
68198
  },
67739
68199
  "required": [
@@ -67992,7 +68452,10 @@
67992
68452
  "example": "Success message."
67993
68453
  },
67994
68454
  "data": {
67995
- "type": "object"
68455
+ "type": "array",
68456
+ "items": {
68457
+ "$ref": "#/components/schemas/SurveyQuestionChoiceSubQuestion"
68458
+ }
67996
68459
  },
67997
68460
  "count": {
67998
68461
  "type": "integer",
@@ -68079,7 +68542,10 @@
68079
68542
  "example": "Success message."
68080
68543
  },
68081
68544
  "data": {
68082
- "type": "object"
68545
+ "type": "array",
68546
+ "items": {
68547
+ "$ref": "#/components/schemas/SurveyQuestionChoiceSubQuestion"
68548
+ }
68083
68549
  }
68084
68550
  },
68085
68551
  "required": [
@@ -68159,7 +68625,7 @@
68159
68625
  "example": "Success message."
68160
68626
  },
68161
68627
  "data": {
68162
- "type": "object"
68628
+ "$ref": "#/components/schemas/SurveyQuestionChoice"
68163
68629
  }
68164
68630
  },
68165
68631
  "required": [
@@ -68246,7 +68712,7 @@
68246
68712
  "example": "Success message."
68247
68713
  },
68248
68714
  "data": {
68249
- "type": "object"
68715
+ "$ref": "#/components/schemas/SurveyQuestionChoice"
68250
68716
  }
68251
68717
  },
68252
68718
  "required": [
@@ -68324,7 +68790,7 @@
68324
68790
  "example": "Success message."
68325
68791
  },
68326
68792
  "data": {
68327
- "type": "object"
68793
+ "nullable": true
68328
68794
  }
68329
68795
  },
68330
68796
  "required": [
@@ -68427,7 +68893,10 @@
68427
68893
  "example": "Success message."
68428
68894
  },
68429
68895
  "data": {
68430
- "type": "object"
68896
+ "type": "array",
68897
+ "items": {
68898
+ "$ref": "#/components/schemas/SurveyQuestionResponse"
68899
+ }
68431
68900
  },
68432
68901
  "count": {
68433
68902
  "type": "integer",
@@ -68503,7 +68972,7 @@
68503
68972
  "example": "Success message."
68504
68973
  },
68505
68974
  "data": {
68506
- "type": "object"
68975
+ "$ref": "#/components/schemas/SurveyQuestion"
68507
68976
  }
68508
68977
  },
68509
68978
  "required": [
@@ -68563,7 +69032,7 @@
68563
69032
  "example": "Success message."
68564
69033
  },
68565
69034
  "data": {
68566
- "type": "object"
69035
+ "$ref": "#/components/schemas/SurveyQuestion"
68567
69036
  }
68568
69037
  },
68569
69038
  "required": [
@@ -69019,7 +69488,10 @@
69019
69488
  "example": "Success message."
69020
69489
  },
69021
69490
  "data": {
69022
- "type": "object"
69491
+ "type": "array",
69492
+ "items": {
69493
+ "$ref": "#/components/schemas/SurveySectionQuestion"
69494
+ }
69023
69495
  },
69024
69496
  "count": {
69025
69497
  "type": "integer",
@@ -69097,7 +69569,10 @@
69097
69569
  "example": "Success message."
69098
69570
  },
69099
69571
  "data": {
69100
- "type": "object"
69572
+ "type": "array",
69573
+ "items": {
69574
+ "$ref": "#/components/schemas/SurveySectionQuestion"
69575
+ }
69101
69576
  }
69102
69577
  },
69103
69578
  "required": [
@@ -69168,7 +69643,7 @@
69168
69643
  "example": "Success message."
69169
69644
  },
69170
69645
  "data": {
69171
- "type": "object"
69646
+ "$ref": "#/components/schemas/SurveySection"
69172
69647
  }
69173
69648
  },
69174
69649
  "required": [
@@ -69246,7 +69721,7 @@
69246
69721
  "example": "Success message."
69247
69722
  },
69248
69723
  "data": {
69249
- "type": "object"
69724
+ "$ref": "#/components/schemas/SurveySection"
69250
69725
  }
69251
69726
  },
69252
69727
  "required": [
@@ -69315,7 +69790,7 @@
69315
69790
  "example": "Success message."
69316
69791
  },
69317
69792
  "data": {
69318
- "type": "object"
69793
+ "$ref": "#/components/schemas/SurveySection"
69319
69794
  }
69320
69795
  },
69321
69796
  "required": [
@@ -69632,7 +70107,10 @@
69632
70107
  "example": "Success message."
69633
70108
  },
69634
70109
  "data": {
69635
- "type": "object"
70110
+ "type": "array",
70111
+ "items": {
70112
+ "$ref": "#/components/schemas/SurveySubmission"
70113
+ }
69636
70114
  },
69637
70115
  "count": {
69638
70116
  "type": "integer",
@@ -69698,7 +70176,7 @@
69698
70176
  "example": "Success message."
69699
70177
  },
69700
70178
  "data": {
69701
- "type": "object"
70179
+ "$ref": "#/components/schemas/SurveySubmission"
69702
70180
  }
69703
70181
  },
69704
70182
  "required": [
@@ -69768,7 +70246,7 @@
69768
70246
  "example": "Success message."
69769
70247
  },
69770
70248
  "data": {
69771
- "type": "object"
70249
+ "$ref": "#/components/schemas/SurveySubmission"
69772
70250
  }
69773
70251
  },
69774
70252
  "required": [
@@ -69903,7 +70381,7 @@
69903
70381
  "example": "Success message."
69904
70382
  },
69905
70383
  "data": {
69906
- "type": "object"
70384
+ "nullable": true
69907
70385
  }
69908
70386
  },
69909
70387
  "required": [
@@ -70015,7 +70493,10 @@
70015
70493
  "example": "Success message."
70016
70494
  },
70017
70495
  "data": {
70018
- "type": "object"
70496
+ "type": "array",
70497
+ "items": {
70498
+ "$ref": "#/components/schemas/SurveyQuestionResponseChange"
70499
+ }
70019
70500
  },
70020
70501
  "count": {
70021
70502
  "type": "integer",
@@ -70122,7 +70603,10 @@
70122
70603
  "example": "Success message."
70123
70604
  },
70124
70605
  "data": {
70125
- "type": "object"
70606
+ "type": "array",
70607
+ "items": {
70608
+ "$ref": "#/components/schemas/SurveySection"
70609
+ }
70126
70610
  },
70127
70611
  "count": {
70128
70612
  "type": "integer",
@@ -70696,7 +71180,10 @@
70696
71180
  "example": "Success message."
70697
71181
  },
70698
71182
  "data": {
70699
- "type": "object"
71183
+ "type": "array",
71184
+ "items": {
71185
+ "$ref": "#/components/schemas/ThreadCircleAccount"
71186
+ }
70700
71187
  },
70701
71188
  "count": {
70702
71189
  "type": "integer",
@@ -70761,7 +71248,7 @@
70761
71248
  "example": "Success message."
70762
71249
  },
70763
71250
  "data": {
70764
- "type": "object"
71251
+ "$ref": "#/components/schemas/ThreadCircleAccount"
70765
71252
  }
70766
71253
  },
70767
71254
  "required": [
@@ -70823,7 +71310,7 @@
70823
71310
  "example": "Success message."
70824
71311
  },
70825
71312
  "data": {
70826
- "type": "object"
71313
+ "$ref": "#/components/schemas/ThreadCircleAccount"
70827
71314
  }
70828
71315
  },
70829
71316
  "required": [
@@ -70893,7 +71380,7 @@
70893
71380
  "example": "Success message."
70894
71381
  },
70895
71382
  "data": {
70896
- "type": "object"
71383
+ "$ref": "#/components/schemas/ThreadCircleAccount"
70897
71384
  }
70898
71385
  },
70899
71386
  "required": [
@@ -71672,7 +72159,10 @@
71672
72159
  "example": "Success message."
71673
72160
  },
71674
72161
  "data": {
71675
- "type": "object"
72162
+ "type": "array",
72163
+ "items": {
72164
+ "$ref": "#/components/schemas/ThreadMessage"
72165
+ }
71676
72166
  }
71677
72167
  },
71678
72168
  "required": [
@@ -72000,7 +72490,7 @@
72000
72490
  "example": "Success message."
72001
72491
  },
72002
72492
  "data": {
72003
- "type": "object"
72493
+ "$ref": "#/components/schemas/ThreadMessage"
72004
72494
  }
72005
72495
  },
72006
72496
  "required": [
@@ -72205,7 +72695,7 @@
72205
72695
  "example": "Success message."
72206
72696
  },
72207
72697
  "data": {
72208
- "type": "object"
72698
+ "$ref": "#/components/schemas/ThreadMessage"
72209
72699
  }
72210
72700
  },
72211
72701
  "required": [
@@ -72336,7 +72826,10 @@
72336
72826
  "example": "Success message."
72337
72827
  },
72338
72828
  "data": {
72339
- "type": "object"
72829
+ "type": "array",
72830
+ "items": {
72831
+ "$ref": "#/components/schemas/ThreadMessageReaction"
72832
+ }
72340
72833
  }
72341
72834
  },
72342
72835
  "required": [
@@ -72414,7 +72907,7 @@
72414
72907
  "example": "Success message."
72415
72908
  },
72416
72909
  "data": {
72417
- "type": "object"
72910
+ "$ref": "#/components/schemas/ThreadMessageReaction"
72418
72911
  }
72419
72912
  },
72420
72913
  "required": [
@@ -72621,7 +73114,7 @@
72621
73114
  "example": "Success message."
72622
73115
  },
72623
73116
  "data": {
72624
- "type": "object"
73117
+ "$ref": "#/components/schemas/ThreadMessage"
72625
73118
  }
72626
73119
  },
72627
73120
  "required": [
@@ -89705,6 +90198,14 @@
89705
90198
  "type": "string",
89706
90199
  "nullable": true
89707
90200
  },
90201
+ "cancellationBody": {
90202
+ "type": "string",
90203
+ "nullable": true
90204
+ },
90205
+ "cancellationReplyTo": {
90206
+ "type": "string",
90207
+ "nullable": true
90208
+ },
89708
90209
  "createdAt": {
89709
90210
  "type": "string"
89710
90211
  },
@@ -89715,6 +90216,8 @@
89715
90216
  "required": [
89716
90217
  "confirmationBody",
89717
90218
  "confirmationReplyTo",
90219
+ "cancellationBody",
90220
+ "cancellationReplyTo",
89718
90221
  "createdAt",
89719
90222
  "updatedAt"
89720
90223
  ]
@@ -89771,6 +90274,14 @@
89771
90274
  "type": "string",
89772
90275
  "nullable": true
89773
90276
  },
90277
+ "confirmationBody": {
90278
+ "type": "string",
90279
+ "nullable": true
90280
+ },
90281
+ "cancellationBody": {
90282
+ "type": "string",
90283
+ "nullable": true
90284
+ },
89774
90285
  "createdAt": {
89775
90286
  "type": "string"
89776
90287
  },
@@ -89783,6 +90294,8 @@
89783
90294
  "locale",
89784
90295
  "name",
89785
90296
  "description",
90297
+ "confirmationBody",
90298
+ "cancellationBody",
89786
90299
  "createdAt",
89787
90300
  "updatedAt"
89788
90301
  ]
@@ -101343,6 +101856,14 @@
101343
101856
  "type": "string",
101344
101857
  "nullable": true
101345
101858
  },
101859
+ "cancellationBody": {
101860
+ "type": "string",
101861
+ "nullable": true
101862
+ },
101863
+ "cancellationReplyTo": {
101864
+ "type": "string",
101865
+ "nullable": true
101866
+ },
101346
101867
  "taxCode": {
101347
101868
  "type": "string",
101348
101869
  "nullable": true
@@ -101424,6 +101945,14 @@
101424
101945
  "type": "string",
101425
101946
  "nullable": true
101426
101947
  },
101948
+ "cancellationBody": {
101949
+ "type": "string",
101950
+ "nullable": true
101951
+ },
101952
+ "cancellationReplyTo": {
101953
+ "type": "string",
101954
+ "nullable": true
101955
+ },
101427
101956
  "taxCode": {
101428
101957
  "type": "string",
101429
101958
  "nullable": true
@@ -101446,6 +101975,14 @@
101446
101975
  "description": {
101447
101976
  "type": "string",
101448
101977
  "nullable": true
101978
+ },
101979
+ "confirmationBody": {
101980
+ "type": "string",
101981
+ "nullable": true
101982
+ },
101983
+ "cancellationBody": {
101984
+ "type": "string",
101985
+ "nullable": true
101449
101986
  }
101450
101987
  }
101451
101988
  },