File tree 1 file changed +81
-23
lines changed
1 file changed +81
-23
lines changed Original file line number Diff line number Diff line change 292
292
"type" : " array" ,
293
293
"items" : {
294
294
"properties" : {
295
- "creation_date" : {
296
- "type" : " string" ,
297
- "format" : " date-time" ,
298
- "example" : " 2016-07-22T15:01:17+00:00"
295
+ "id" : {
296
+ "type" : " integer" ,
297
+ "example" : 1
299
298
},
300
299
"email" : {
301
300
"type" : " string" ,
302
- "example" : " oliver@example.com"
301
+ "example" : " subscriber@example.com"
302
+ },
303
+ "creation_date" : {
304
+ "type" : " string" ,
305
+ "format" : " date-time" ,
306
+ "example" : " 2023-01-01T12:00:00Z"
303
307
},
304
308
"confirmed" : {
305
309
"type" : " boolean" ,
306
310
"example" : true
307
311
},
308
312
"blacklisted" : {
309
313
"type" : " boolean" ,
310
- "example" : true
314
+ "example" : false
311
315
},
312
316
"bounce_count" : {
313
317
"type" : " integer" ,
314
- "example" : 17
318
+ "example" : 0
315
319
},
316
320
"unique_id" : {
317
321
"type" : " string" ,
318
- "example" : " 95feb7fe7e06e6c11ca8d0c48cb46e89 "
322
+ "example" : " abc123 "
319
323
},
320
324
"html_email" : {
321
325
"type" : " boolean" ,
322
326
"example" : true
323
327
},
324
328
"disabled" : {
325
329
"type" : " boolean" ,
326
- "example" : true
330
+ "example" : false
327
331
},
328
- "id" : {
329
- "type" : " integer" ,
330
- "example" : 1
332
+ "subscribedLists" : {
333
+ "type" : " array" ,
334
+ "items" : {
335
+ "properties" : {
336
+ "id" : {
337
+ "type" : " integer" ,
338
+ "example" : 2
339
+ },
340
+ "name" : {
341
+ "type" : " string" ,
342
+ "example" : " Newsletter"
343
+ },
344
+ "description" : {
345
+ "type" : " string" ,
346
+ "example" : " Monthly updates"
347
+ },
348
+ "creation_date" : {
349
+ "type" : " string" ,
350
+ "format" : " date-time" ,
351
+ "example" : " 2022-12-01T10:00:00Z"
352
+ },
353
+ "public" : {
354
+ "type" : " boolean" ,
355
+ "example" : true
356
+ }
357
+ },
358
+ "type" : " object"
359
+ }
331
360
}
332
361
},
333
362
"type" : " object"
743
772
"application/json" : {
744
773
"schema" : {
745
774
"properties" : {
746
- "creation_date" : {
747
- "type" : " string" ,
748
- "format" : " date-time" ,
749
- "example" : " 2017-12-16T18:44:27+00:00"
775
+ "id" : {
776
+ "type" : " integer" ,
777
+ "example" : 1
750
778
},
751
779
"email" : {
752
780
"type" : " string" ,
753
781
"example" : " subscriber@example.com"
754
782
},
783
+ "creation_date" : {
784
+ "type" : " string" ,
785
+ "format" : " date-time" ,
786
+ "example" : " 2023-01-01T12:00:00Z"
787
+ },
755
788
"confirmed" : {
756
789
"type" : " boolean" ,
757
- "example" : false
790
+ "example" : true
758
791
},
759
792
"blacklisted" : {
760
793
"type" : " boolean" ,
761
794
"example" : false
762
795
},
763
- "bounced " : {
796
+ "bounce_count " : {
764
797
"type" : " integer" ,
765
798
"example" : 0
766
799
},
767
800
"unique_id" : {
768
801
"type" : " string" ,
769
- "example" : " 69f4e92cf50eafca9627f35704f030f4 "
802
+ "example" : " abc123 "
770
803
},
771
804
"html_email" : {
772
805
"type" : " boolean" ,
773
- "example" : false
806
+ "example" : true
774
807
},
775
808
"disabled" : {
776
809
"type" : " boolean" ,
777
810
"example" : false
778
811
},
779
- "id" : {
780
- "type" : " integer" ,
781
- "example" : 1
812
+ "subscribedLists" : {
813
+ "type" : " array" ,
814
+ "items" : {
815
+ "properties" : {
816
+ "id" : {
817
+ "type" : " integer" ,
818
+ "example" : 2
819
+ },
820
+ "name" : {
821
+ "type" : " string" ,
822
+ "example" : " Newsletter"
823
+ },
824
+ "description" : {
825
+ "type" : " string" ,
826
+ "example" : " Monthly updates"
827
+ },
828
+ "creation_date" : {
829
+ "type" : " string" ,
830
+ "format" : " date-time" ,
831
+ "example" : " 2022-12-01T10:00:00Z"
832
+ },
833
+ "public" : {
834
+ "type" : " boolean" ,
835
+ "example" : true
836
+ }
837
+ },
838
+ "type" : " object"
839
+ }
782
840
}
783
841
},
784
842
"type" : " object"
You can’t perform that action at this time.
0 commit comments