File tree Expand file tree Collapse file tree 1 file changed +95
-87
lines changed Expand file tree Collapse file tree 1 file changed +95
-87
lines changed Original file line number Diff line number Diff line change 1868
1868
"content" : {
1869
1869
"application/json" : {
1870
1870
"schema" : {
1871
- "properties" : {
1872
- "domains" : {
1873
- "type" : " array" ,
1874
- "items" : {
1875
- "properties" : {
1876
- "domain" : {
1877
- "type" : " string"
1878
- },
1879
- "subscribers" : {
1880
- "type" : " integer"
1881
- }
1882
- },
1883
- "type" : " object"
1884
- }
1885
- },
1886
- "total" : {
1887
- "type" : " integer"
1888
- }
1889
- },
1890
- "type" : " object"
1871
+ "$ref" : " #/components/schemas/TopDomainStats"
1891
1872
}
1892
1873
}
1893
1874
}
1942
1923
"content" : {
1943
1924
"application/json" : {
1944
1925
"schema" : {
1945
- "properties" : {
1946
- "domains" : {
1947
- "type" : " array" ,
1948
- "items" : {
1949
- "properties" : {
1950
- "domain" : {
1951
- "type" : " string"
1952
- },
1953
- "confirmed" : {
1954
- "properties" : {
1955
- "count" : {
1956
- "type" : " integer"
1957
- },
1958
- "percentage" : {
1959
- "type" : " number" ,
1960
- "format" : " float"
1961
- }
1962
- },
1963
- "type" : " object"
1964
- },
1965
- "unconfirmed" : {
1966
- "properties" : {
1967
- "count" : {
1968
- "type" : " integer"
1969
- },
1970
- "percentage" : {
1971
- "type" : " number" ,
1972
- "format" : " float"
1973
- }
1974
- },
1975
- "type" : " object"
1976
- },
1977
- "blacklisted" : {
1978
- "properties" : {
1979
- "count" : {
1980
- "type" : " integer"
1981
- },
1982
- "percentage" : {
1983
- "type" : " number" ,
1984
- "format" : " float"
1985
- }
1986
- },
1987
- "type" : " object"
1988
- },
1989
- "total" : {
1990
- "properties" : {
1991
- "count" : {
1992
- "type" : " integer"
1993
- },
1994
- "percentage" : {
1995
- "type" : " number" ,
1996
- "format" : " float"
1997
- }
1998
- },
1999
- "type" : " object"
2000
- }
2001
- },
2002
- "type" : " object"
2003
- }
2004
- },
2005
- "total" : {
2006
- "type" : " integer"
2007
- }
2008
- },
2009
- "type" : " object"
1926
+ "$ref" : " #/components/schemas/DetailedDomainStats"
2010
1927
}
2011
1928
}
2012
1929
}
2062
1979
"application/json" : {
2063
1980
"schema" : {
2064
1981
"properties" : {
2065
- "localParts " : {
1982
+ "local_parts " : {
2066
1983
"type" : " array" ,
2067
1984
"items" : {
2068
1985
"properties" : {
2069
- "localPart " : {
1986
+ "local_part " : {
2070
1987
"type" : " string"
2071
1988
},
2072
1989
"count" : {
4466
4383
"type" : " object" ,
4467
4384
"nullable" : true
4468
4385
},
4386
+ "TopDomainStats" : {
4387
+ "properties" : {
4388
+ "domains" : {
4389
+ "type" : " array" ,
4390
+ "items" : {
4391
+ "properties" : {
4392
+ "domain" : {
4393
+ "type" : " string"
4394
+ },
4395
+ "subscribers" : {
4396
+ "type" : " integer"
4397
+ }
4398
+ },
4399
+ "type" : " object"
4400
+ }
4401
+ },
4402
+ "total" : {
4403
+ "type" : " integer"
4404
+ }
4405
+ },
4406
+ "type" : " object" ,
4407
+ "nullable" : true
4408
+ },
4409
+ "DetailedDomainStats" : {
4410
+ "properties" : {
4411
+ "domains" : {
4412
+ "type" : " array" ,
4413
+ "items" : {
4414
+ "properties" : {
4415
+ "domain" : {
4416
+ "type" : " string"
4417
+ },
4418
+ "confirmed" : {
4419
+ "properties" : {
4420
+ "count" : {
4421
+ "type" : " integer"
4422
+ },
4423
+ "percentage" : {
4424
+ "type" : " number" ,
4425
+ "format" : " float"
4426
+ }
4427
+ },
4428
+ "type" : " object"
4429
+ },
4430
+ "unconfirmed" : {
4431
+ "properties" : {
4432
+ "count" : {
4433
+ "type" : " integer"
4434
+ },
4435
+ "percentage" : {
4436
+ "type" : " number" ,
4437
+ "format" : " float"
4438
+ }
4439
+ },
4440
+ "type" : " object"
4441
+ },
4442
+ "blacklisted" : {
4443
+ "properties" : {
4444
+ "count" : {
4445
+ "type" : " integer"
4446
+ },
4447
+ "percentage" : {
4448
+ "type" : " number" ,
4449
+ "format" : " float"
4450
+ }
4451
+ },
4452
+ "type" : " object"
4453
+ },
4454
+ "total" : {
4455
+ "properties" : {
4456
+ "count" : {
4457
+ "type" : " integer"
4458
+ },
4459
+ "percentage" : {
4460
+ "type" : " number" ,
4461
+ "format" : " float"
4462
+ }
4463
+ },
4464
+ "type" : " object"
4465
+ }
4466
+ },
4467
+ "type" : " object"
4468
+ }
4469
+ },
4470
+ "total" : {
4471
+ "type" : " integer"
4472
+ }
4473
+ },
4474
+ "type" : " object" ,
4475
+ "nullable" : true
4476
+ },
4469
4477
"CreateSubscriberListRequest" : {
4470
4478
"required" : [
4471
4479
" name"
You can’t perform that action at this time.
0 commit comments