@xyd-js/openapi 0.1.0-xyd.1 → 0.1.0-xyd.2

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.
@@ -0,0 +1,895 @@
1
+ [
2
+ {
3
+ "title": "JSerror",
4
+ "canonical": "Jserror",
5
+ "description": "---\ntitle: JSError\ngroup: [EVENT TYPES, session.event]\n---\n",
6
+ "category": "rest",
7
+ "type": "rest_post",
8
+ "context": {
9
+ "method": "post",
10
+ "path": "%2Fsession.event.JSError"
11
+ },
12
+ "examples": {
13
+ "groups": [
14
+ {
15
+ "description": "Example request",
16
+ "examples": [
17
+ {
18
+ "codeblock": {
19
+ "tabs": [
20
+ {
21
+ "title": "curl",
22
+ "language": "curl",
23
+ "code": "curl --request POST \\\n --url https://example.com/session.event.JSError \\\n --header 'content-type: application/json' \\\n --data '\n{\n \"message_id\": \"string\",\n \"webhook_id\": \"string\",\n \"webhook_type\": \"string\",\n \"api_version\": \"string\",\n \"account_id\": \"string\",\n \"website_id\": \"string\",\n \"created_at\": 0,\n \"payload\": {\n \"visitor\": {\n \"id\": \"string\",\n \"name\": \"string\",\n \"email\": \"string\",\n \"params\": [\n {\n \"name\": \"string\",\n \"value\": \"string\"\n }\n ],\n \"geolocation\": {\n \"country_code\": \"string\",\n \"city\": \"string\",\n \"region\": \"string\"\n }\n },\n \"event_name\": \"string\",\n \"time\": 0,\n \"name\": \"string\",\n \"count\": 0,\n \"value\": \"string\"\n }\n}\n'"
24
+ }
25
+ ]
26
+ }
27
+ }
28
+ ]
29
+ },
30
+ {
31
+ "description": "Response",
32
+ "examples": []
33
+ }
34
+ ]
35
+ },
36
+ "definitions": [
37
+ {
38
+ "title": "Request body",
39
+ "properties": [
40
+ {
41
+ "name": "message_id",
42
+ "type": "string",
43
+ "description": "",
44
+ "properties": []
45
+ },
46
+ {
47
+ "name": "webhook_id",
48
+ "type": "string",
49
+ "description": "",
50
+ "properties": []
51
+ },
52
+ {
53
+ "name": "webhook_type",
54
+ "type": "string",
55
+ "description": "",
56
+ "properties": []
57
+ },
58
+ {
59
+ "name": "api_version",
60
+ "type": "string",
61
+ "description": "",
62
+ "properties": []
63
+ },
64
+ {
65
+ "name": "account_id",
66
+ "type": "string",
67
+ "description": "",
68
+ "properties": []
69
+ },
70
+ {
71
+ "name": "website_id",
72
+ "type": "string",
73
+ "description": "",
74
+ "properties": []
75
+ },
76
+ {
77
+ "name": "created_at",
78
+ "type": "integer",
79
+ "description": "",
80
+ "properties": []
81
+ },
82
+ {
83
+ "name": "payload",
84
+ "type": "",
85
+ "description": "",
86
+ "properties": [
87
+ {
88
+ "name": "visitor",
89
+ "type": "object",
90
+ "description": "",
91
+ "properties": [
92
+ {
93
+ "name": "id",
94
+ "type": "string",
95
+ "description": "The unique ID of the visitor",
96
+ "properties": []
97
+ },
98
+ {
99
+ "name": "name",
100
+ "type": "string",
101
+ "description": "The name of the visitor",
102
+ "properties": []
103
+ },
104
+ {
105
+ "name": "email",
106
+ "type": "string",
107
+ "description": "The email of the visitor",
108
+ "properties": []
109
+ },
110
+ {
111
+ "name": "params",
112
+ "type": "array",
113
+ "description": "",
114
+ "properties": []
115
+ },
116
+ {
117
+ "name": "geolocation",
118
+ "type": "object",
119
+ "description": "",
120
+ "properties": [
121
+ {
122
+ "name": "country_code",
123
+ "type": "string",
124
+ "description": "",
125
+ "properties": []
126
+ },
127
+ {
128
+ "name": "city",
129
+ "type": "string",
130
+ "description": "",
131
+ "properties": []
132
+ },
133
+ {
134
+ "name": "region",
135
+ "type": "string",
136
+ "description": "",
137
+ "properties": []
138
+ }
139
+ ]
140
+ }
141
+ ]
142
+ },
143
+ {
144
+ "name": "event_name",
145
+ "type": "string",
146
+ "description": "",
147
+ "properties": []
148
+ },
149
+ {
150
+ "name": "time",
151
+ "type": "integer",
152
+ "description": "",
153
+ "properties": []
154
+ },
155
+ {
156
+ "name": "name",
157
+ "type": "string",
158
+ "description": "",
159
+ "properties": []
160
+ },
161
+ {
162
+ "name": "count",
163
+ "type": "integer",
164
+ "description": "",
165
+ "properties": []
166
+ },
167
+ {
168
+ "name": "value",
169
+ "type": "string",
170
+ "description": "",
171
+ "properties": []
172
+ }
173
+ ]
174
+ }
175
+ ]
176
+ },
177
+ {
178
+ "title": "Response",
179
+ "properties": []
180
+ }
181
+ ]
182
+ },
183
+ {
184
+ "title": "NetError",
185
+ "canonical": "Neterror",
186
+ "description": "---\ntitle: NetError\ngroup: [EVENT TYPES, session.event]\n---\n",
187
+ "category": "rest",
188
+ "type": "rest_post",
189
+ "context": {
190
+ "method": "post",
191
+ "path": "%2Fsession.event.NetError"
192
+ },
193
+ "examples": {
194
+ "groups": [
195
+ {
196
+ "description": "Example request",
197
+ "examples": [
198
+ {
199
+ "codeblock": {
200
+ "tabs": [
201
+ {
202
+ "title": "curl",
203
+ "language": "curl",
204
+ "code": "curl --request POST \\\n --url https://example.com/session.event.NetError \\\n --header 'content-type: application/json' \\\n --data '\n{\n \"message_id\": \"string\",\n \"webhook_id\": \"string\",\n \"webhook_type\": \"string\",\n \"api_version\": \"string\",\n \"account_id\": \"string\",\n \"website_id\": \"string\",\n \"created_at\": 0,\n \"payload\": {\n \"visitor\": {\n \"id\": \"string\",\n \"name\": \"string\",\n \"email\": \"string\",\n \"params\": [\n {\n \"name\": \"string\",\n \"value\": \"string\"\n }\n ],\n \"geolocation\": {\n \"country_code\": \"string\",\n \"city\": \"string\",\n \"region\": \"string\"\n }\n },\n \"event_name\": \"string\",\n \"time\": 0,\n \"name\": \"string\",\n \"method\": \"string\",\n \"url\": \"string\",\n \"status\": 0\n }\n}\n'"
205
+ }
206
+ ]
207
+ }
208
+ }
209
+ ]
210
+ },
211
+ {
212
+ "description": "Response",
213
+ "examples": []
214
+ }
215
+ ]
216
+ },
217
+ "definitions": [
218
+ {
219
+ "title": "Request body",
220
+ "properties": [
221
+ {
222
+ "name": "message_id",
223
+ "type": "string",
224
+ "description": "",
225
+ "properties": []
226
+ },
227
+ {
228
+ "name": "webhook_id",
229
+ "type": "string",
230
+ "description": "",
231
+ "properties": []
232
+ },
233
+ {
234
+ "name": "webhook_type",
235
+ "type": "string",
236
+ "description": "",
237
+ "properties": []
238
+ },
239
+ {
240
+ "name": "api_version",
241
+ "type": "string",
242
+ "description": "",
243
+ "properties": []
244
+ },
245
+ {
246
+ "name": "account_id",
247
+ "type": "string",
248
+ "description": "",
249
+ "properties": []
250
+ },
251
+ {
252
+ "name": "website_id",
253
+ "type": "string",
254
+ "description": "",
255
+ "properties": []
256
+ },
257
+ {
258
+ "name": "created_at",
259
+ "type": "integer",
260
+ "description": "",
261
+ "properties": []
262
+ },
263
+ {
264
+ "name": "payload",
265
+ "type": "",
266
+ "description": "",
267
+ "properties": [
268
+ {
269
+ "name": "visitor",
270
+ "type": "object",
271
+ "description": "",
272
+ "properties": [
273
+ {
274
+ "name": "id",
275
+ "type": "string",
276
+ "description": "The unique ID of the visitor",
277
+ "properties": []
278
+ },
279
+ {
280
+ "name": "name",
281
+ "type": "string",
282
+ "description": "The name of the visitor",
283
+ "properties": []
284
+ },
285
+ {
286
+ "name": "email",
287
+ "type": "string",
288
+ "description": "The email of the visitor",
289
+ "properties": []
290
+ },
291
+ {
292
+ "name": "params",
293
+ "type": "array",
294
+ "description": "",
295
+ "properties": []
296
+ },
297
+ {
298
+ "name": "geolocation",
299
+ "type": "object",
300
+ "description": "",
301
+ "properties": [
302
+ {
303
+ "name": "country_code",
304
+ "type": "string",
305
+ "description": "",
306
+ "properties": []
307
+ },
308
+ {
309
+ "name": "city",
310
+ "type": "string",
311
+ "description": "",
312
+ "properties": []
313
+ },
314
+ {
315
+ "name": "region",
316
+ "type": "string",
317
+ "description": "",
318
+ "properties": []
319
+ }
320
+ ]
321
+ }
322
+ ]
323
+ },
324
+ {
325
+ "name": "event_name",
326
+ "type": "string",
327
+ "description": "",
328
+ "properties": []
329
+ },
330
+ {
331
+ "name": "time",
332
+ "type": "integer",
333
+ "description": "",
334
+ "properties": []
335
+ },
336
+ {
337
+ "name": "name",
338
+ "type": "string",
339
+ "description": "",
340
+ "properties": []
341
+ },
342
+ {
343
+ "name": "method",
344
+ "type": "string",
345
+ "description": "",
346
+ "properties": []
347
+ },
348
+ {
349
+ "name": "url",
350
+ "type": "string",
351
+ "description": "",
352
+ "properties": []
353
+ },
354
+ {
355
+ "name": "status",
356
+ "type": "integer",
357
+ "description": "",
358
+ "properties": []
359
+ }
360
+ ]
361
+ }
362
+ ]
363
+ },
364
+ {
365
+ "title": "Response",
366
+ "properties": []
367
+ }
368
+ ]
369
+ },
370
+ {
371
+ "title": "ErrorClick",
372
+ "canonical": "Errorclick",
373
+ "description": "---\ntitle: ErrorClick\ngroup: [EVENT TYPES, session.event]\n---\n",
374
+ "category": "rest",
375
+ "type": "rest_post",
376
+ "context": {
377
+ "method": "post",
378
+ "path": "%2Fsession.event.ErrorClick"
379
+ },
380
+ "examples": {
381
+ "groups": [
382
+ {
383
+ "description": "Example request",
384
+ "examples": [
385
+ {
386
+ "codeblock": {
387
+ "tabs": [
388
+ {
389
+ "title": "curl",
390
+ "language": "curl",
391
+ "code": "curl --request POST \\\n --url https://example.com/session.event.ErrorClick \\\n --header 'content-type: application/json' \\\n --data '\n{\n \"message_id\": \"string\",\n \"webhook_id\": \"string\",\n \"webhook_type\": \"string\",\n \"api_version\": \"string\",\n \"account_id\": \"string\",\n \"website_id\": \"string\",\n \"created_at\": 0,\n \"payload\": {\n \"visitor\": {\n \"id\": \"string\",\n \"name\": \"string\",\n \"email\": \"string\",\n \"params\": [\n {\n \"name\": \"string\",\n \"value\": \"string\"\n }\n ],\n \"geolocation\": {\n \"country_code\": \"string\",\n \"city\": \"string\",\n \"region\": \"string\"\n }\n },\n \"event_name\": \"string\",\n \"time\": 0,\n \"name\": \"string\",\n \"message\": \"string\"\n }\n}\n'"
392
+ }
393
+ ]
394
+ }
395
+ }
396
+ ]
397
+ },
398
+ {
399
+ "description": "Response",
400
+ "examples": []
401
+ }
402
+ ]
403
+ },
404
+ "definitions": [
405
+ {
406
+ "title": "Request body",
407
+ "properties": [
408
+ {
409
+ "name": "message_id",
410
+ "type": "string",
411
+ "description": "",
412
+ "properties": []
413
+ },
414
+ {
415
+ "name": "webhook_id",
416
+ "type": "string",
417
+ "description": "",
418
+ "properties": []
419
+ },
420
+ {
421
+ "name": "webhook_type",
422
+ "type": "string",
423
+ "description": "",
424
+ "properties": []
425
+ },
426
+ {
427
+ "name": "api_version",
428
+ "type": "string",
429
+ "description": "",
430
+ "properties": []
431
+ },
432
+ {
433
+ "name": "account_id",
434
+ "type": "string",
435
+ "description": "",
436
+ "properties": []
437
+ },
438
+ {
439
+ "name": "website_id",
440
+ "type": "string",
441
+ "description": "",
442
+ "properties": []
443
+ },
444
+ {
445
+ "name": "created_at",
446
+ "type": "integer",
447
+ "description": "",
448
+ "properties": []
449
+ },
450
+ {
451
+ "name": "payload",
452
+ "type": "",
453
+ "description": "",
454
+ "properties": [
455
+ {
456
+ "name": "visitor",
457
+ "type": "object",
458
+ "description": "",
459
+ "properties": [
460
+ {
461
+ "name": "id",
462
+ "type": "string",
463
+ "description": "The unique ID of the visitor",
464
+ "properties": []
465
+ },
466
+ {
467
+ "name": "name",
468
+ "type": "string",
469
+ "description": "The name of the visitor",
470
+ "properties": []
471
+ },
472
+ {
473
+ "name": "email",
474
+ "type": "string",
475
+ "description": "The email of the visitor",
476
+ "properties": []
477
+ },
478
+ {
479
+ "name": "params",
480
+ "type": "array",
481
+ "description": "",
482
+ "properties": []
483
+ },
484
+ {
485
+ "name": "geolocation",
486
+ "type": "object",
487
+ "description": "",
488
+ "properties": [
489
+ {
490
+ "name": "country_code",
491
+ "type": "string",
492
+ "description": "",
493
+ "properties": []
494
+ },
495
+ {
496
+ "name": "city",
497
+ "type": "string",
498
+ "description": "",
499
+ "properties": []
500
+ },
501
+ {
502
+ "name": "region",
503
+ "type": "string",
504
+ "description": "",
505
+ "properties": []
506
+ }
507
+ ]
508
+ }
509
+ ]
510
+ },
511
+ {
512
+ "name": "event_name",
513
+ "type": "string",
514
+ "description": "",
515
+ "properties": []
516
+ },
517
+ {
518
+ "name": "time",
519
+ "type": "integer",
520
+ "description": "",
521
+ "properties": []
522
+ },
523
+ {
524
+ "name": "name",
525
+ "type": "string",
526
+ "description": "",
527
+ "properties": []
528
+ },
529
+ {
530
+ "name": "message",
531
+ "type": "string",
532
+ "description": "",
533
+ "properties": []
534
+ }
535
+ ]
536
+ }
537
+ ]
538
+ },
539
+ {
540
+ "title": "Response",
541
+ "properties": []
542
+ }
543
+ ]
544
+ },
545
+ {
546
+ "title": "Handle session event",
547
+ "canonical": "HandleSessionEvent",
548
+ "description": "---\ntitle: RageClick\ngroup: [EVENT TYPES, session.event]\n---\n",
549
+ "category": "rest",
550
+ "type": "rest_post",
551
+ "context": {
552
+ "method": "post",
553
+ "path": "%2Fsession.event.RageClick"
554
+ },
555
+ "examples": {
556
+ "groups": [
557
+ {
558
+ "description": "Example request",
559
+ "examples": [
560
+ {
561
+ "codeblock": {
562
+ "tabs": [
563
+ {
564
+ "title": "curl",
565
+ "language": "curl",
566
+ "code": "curl --request POST \\\n --url https://example.com/session.event.RageClick \\\n --header 'content-type: application/json' \\\n --data '\n{\n \"message_id\": \"string\",\n \"webhook_id\": \"string\",\n \"webhook_type\": \"string\",\n \"api_version\": \"string\",\n \"account_id\": \"string\",\n \"website_id\": \"string\",\n \"created_at\": 0,\n \"payload\": {\n \"visitor\": {\n \"id\": \"string\",\n \"name\": \"string\",\n \"email\": \"string\",\n \"params\": [\n {\n \"name\": \"string\",\n \"value\": \"string\"\n }\n ],\n \"geolocation\": {\n \"country_code\": \"string\",\n \"city\": \"string\",\n \"region\": \"string\"\n }\n },\n \"event_name\": \"string\",\n \"time\": 0,\n \"name\": \"string\",\n \"clicks\": 0\n }\n}\n'"
567
+ }
568
+ ]
569
+ }
570
+ }
571
+ ]
572
+ },
573
+ {
574
+ "description": "Response",
575
+ "examples": []
576
+ }
577
+ ]
578
+ },
579
+ "definitions": [
580
+ {
581
+ "title": "Request body",
582
+ "properties": [
583
+ {
584
+ "name": "message_id",
585
+ "type": "string",
586
+ "description": "",
587
+ "properties": []
588
+ },
589
+ {
590
+ "name": "webhook_id",
591
+ "type": "string",
592
+ "description": "",
593
+ "properties": []
594
+ },
595
+ {
596
+ "name": "webhook_type",
597
+ "type": "string",
598
+ "description": "",
599
+ "properties": []
600
+ },
601
+ {
602
+ "name": "api_version",
603
+ "type": "string",
604
+ "description": "",
605
+ "properties": []
606
+ },
607
+ {
608
+ "name": "account_id",
609
+ "type": "string",
610
+ "description": "",
611
+ "properties": []
612
+ },
613
+ {
614
+ "name": "website_id",
615
+ "type": "string",
616
+ "description": "",
617
+ "properties": []
618
+ },
619
+ {
620
+ "name": "created_at",
621
+ "type": "integer",
622
+ "description": "",
623
+ "properties": []
624
+ },
625
+ {
626
+ "name": "payload",
627
+ "type": "",
628
+ "description": "",
629
+ "properties": [
630
+ {
631
+ "name": "visitor",
632
+ "type": "object",
633
+ "description": "",
634
+ "properties": [
635
+ {
636
+ "name": "id",
637
+ "type": "string",
638
+ "description": "The unique ID of the visitor",
639
+ "properties": []
640
+ },
641
+ {
642
+ "name": "name",
643
+ "type": "string",
644
+ "description": "The name of the visitor",
645
+ "properties": []
646
+ },
647
+ {
648
+ "name": "email",
649
+ "type": "string",
650
+ "description": "The email of the visitor",
651
+ "properties": []
652
+ },
653
+ {
654
+ "name": "params",
655
+ "type": "array",
656
+ "description": "",
657
+ "properties": []
658
+ },
659
+ {
660
+ "name": "geolocation",
661
+ "type": "object",
662
+ "description": "",
663
+ "properties": [
664
+ {
665
+ "name": "country_code",
666
+ "type": "string",
667
+ "description": "",
668
+ "properties": []
669
+ },
670
+ {
671
+ "name": "city",
672
+ "type": "string",
673
+ "description": "",
674
+ "properties": []
675
+ },
676
+ {
677
+ "name": "region",
678
+ "type": "string",
679
+ "description": "",
680
+ "properties": []
681
+ }
682
+ ]
683
+ }
684
+ ]
685
+ },
686
+ {
687
+ "name": "event_name",
688
+ "type": "string",
689
+ "description": "",
690
+ "properties": []
691
+ },
692
+ {
693
+ "name": "time",
694
+ "type": "integer",
695
+ "description": "",
696
+ "properties": []
697
+ },
698
+ {
699
+ "name": "name",
700
+ "type": "string",
701
+ "description": "",
702
+ "properties": []
703
+ },
704
+ {
705
+ "name": "clicks",
706
+ "type": "integer",
707
+ "description": "",
708
+ "properties": []
709
+ }
710
+ ]
711
+ }
712
+ ]
713
+ },
714
+ {
715
+ "title": "Response",
716
+ "properties": []
717
+ }
718
+ ]
719
+ },
720
+ {
721
+ "title": "Handle session event",
722
+ "canonical": "HandleSessionEvent",
723
+ "description": "---\ntitle: Custom\ngroup: [EVENT TYPES, session.event]\n---\n",
724
+ "category": "rest",
725
+ "type": "rest_post",
726
+ "context": {
727
+ "method": "post",
728
+ "path": "%2Fsession.event.Custom"
729
+ },
730
+ "examples": {
731
+ "groups": [
732
+ {
733
+ "description": "Example request",
734
+ "examples": [
735
+ {
736
+ "codeblock": {
737
+ "tabs": [
738
+ {
739
+ "title": "curl",
740
+ "language": "curl",
741
+ "code": "curl --request POST \\\n --url https://example.com/session.event.Custom \\\n --header 'content-type: application/json' \\\n --data '\n{\n \"message_id\": \"string\",\n \"webhook_id\": \"string\",\n \"webhook_type\": \"string\",\n \"api_version\": \"string\",\n \"account_id\": \"string\",\n \"website_id\": \"string\",\n \"created_at\": 0,\n \"payload\": {\n \"visitor\": {\n \"id\": \"string\",\n \"name\": \"string\",\n \"email\": \"string\",\n \"params\": [\n {\n \"name\": \"string\",\n \"value\": \"string\"\n }\n ],\n \"geolocation\": {\n \"country_code\": \"string\",\n \"city\": \"string\",\n \"region\": \"string\"\n }\n },\n \"event_name\": \"string\",\n \"time\": 0,\n \"name\": \"string\"\n }\n}\n'"
742
+ }
743
+ ]
744
+ }
745
+ }
746
+ ]
747
+ },
748
+ {
749
+ "description": "Response",
750
+ "examples": []
751
+ }
752
+ ]
753
+ },
754
+ "definitions": [
755
+ {
756
+ "title": "Request body",
757
+ "properties": [
758
+ {
759
+ "name": "message_id",
760
+ "type": "string",
761
+ "description": "",
762
+ "properties": []
763
+ },
764
+ {
765
+ "name": "webhook_id",
766
+ "type": "string",
767
+ "description": "",
768
+ "properties": []
769
+ },
770
+ {
771
+ "name": "webhook_type",
772
+ "type": "string",
773
+ "description": "",
774
+ "properties": []
775
+ },
776
+ {
777
+ "name": "api_version",
778
+ "type": "string",
779
+ "description": "",
780
+ "properties": []
781
+ },
782
+ {
783
+ "name": "account_id",
784
+ "type": "string",
785
+ "description": "",
786
+ "properties": []
787
+ },
788
+ {
789
+ "name": "website_id",
790
+ "type": "string",
791
+ "description": "",
792
+ "properties": []
793
+ },
794
+ {
795
+ "name": "created_at",
796
+ "type": "integer",
797
+ "description": "",
798
+ "properties": []
799
+ },
800
+ {
801
+ "name": "payload",
802
+ "type": "",
803
+ "description": "",
804
+ "properties": [
805
+ {
806
+ "name": "visitor",
807
+ "type": "object",
808
+ "description": "",
809
+ "properties": [
810
+ {
811
+ "name": "id",
812
+ "type": "string",
813
+ "description": "The unique ID of the visitor",
814
+ "properties": []
815
+ },
816
+ {
817
+ "name": "name",
818
+ "type": "string",
819
+ "description": "The name of the visitor",
820
+ "properties": []
821
+ },
822
+ {
823
+ "name": "email",
824
+ "type": "string",
825
+ "description": "The email of the visitor",
826
+ "properties": []
827
+ },
828
+ {
829
+ "name": "params",
830
+ "type": "array",
831
+ "description": "",
832
+ "properties": []
833
+ },
834
+ {
835
+ "name": "geolocation",
836
+ "type": "object",
837
+ "description": "",
838
+ "properties": [
839
+ {
840
+ "name": "country_code",
841
+ "type": "string",
842
+ "description": "",
843
+ "properties": []
844
+ },
845
+ {
846
+ "name": "city",
847
+ "type": "string",
848
+ "description": "",
849
+ "properties": []
850
+ },
851
+ {
852
+ "name": "region",
853
+ "type": "string",
854
+ "description": "",
855
+ "properties": []
856
+ }
857
+ ]
858
+ }
859
+ ]
860
+ },
861
+ {
862
+ "name": "event_name",
863
+ "type": "string",
864
+ "description": "",
865
+ "properties": []
866
+ },
867
+ {
868
+ "name": "time",
869
+ "type": "integer",
870
+ "description": "",
871
+ "properties": []
872
+ },
873
+ {
874
+ "name": "name",
875
+ "type": "string",
876
+ "description": "",
877
+ "properties": []
878
+ },
879
+ {
880
+ "name": "properties",
881
+ "type": "object",
882
+ "description": "",
883
+ "properties": []
884
+ }
885
+ ]
886
+ }
887
+ ]
888
+ },
889
+ {
890
+ "title": "Response",
891
+ "properties": []
892
+ }
893
+ ]
894
+ }
895
+ ]