File tree Expand file tree Collapse file tree 1 file changed +28
-24
lines changed Expand file tree Collapse file tree 1 file changed +28
-24
lines changed Original file line number Diff line number Diff line change 1978
1978
"content" : {
1979
1979
"application/json" : {
1980
1980
"schema" : {
1981
- "properties" : {
1982
- "local_parts" : {
1983
- "type" : " array" ,
1984
- "items" : {
1985
- "properties" : {
1986
- "local_part" : {
1987
- "type" : " string"
1988
- },
1989
- "count" : {
1990
- "type" : " integer"
1991
- },
1992
- "percentage" : {
1993
- "type" : " number" ,
1994
- "format" : " float"
1995
- }
1996
- },
1997
- "type" : " object"
1998
- }
1999
- },
2000
- "total" : {
2001
- "type" : " integer"
2002
- }
2003
- },
2004
- "type" : " object"
1981
+ "$ref" : " #/components/schemas/LocalPartsStats"
2005
1982
}
2006
1983
}
2007
1984
}
4474
4451
"type" : " object" ,
4475
4452
"nullable" : true
4476
4453
},
4454
+ "LocalPartsStats" : {
4455
+ "properties" : {
4456
+ "local_parts" : {
4457
+ "type" : " array" ,
4458
+ "items" : {
4459
+ "properties" : {
4460
+ "local_part" : {
4461
+ "type" : " string"
4462
+ },
4463
+ "count" : {
4464
+ "type" : " integer"
4465
+ },
4466
+ "percentage" : {
4467
+ "type" : " number" ,
4468
+ "format" : " float"
4469
+ }
4470
+ },
4471
+ "type" : " object"
4472
+ }
4473
+ },
4474
+ "total" : {
4475
+ "type" : " integer"
4476
+ }
4477
+ },
4478
+ "type" : " object" ,
4479
+ "nullable" : true
4480
+ },
4477
4481
"CreateSubscriberListRequest" : {
4478
4482
"required" : [
4479
4483
" name"
You can’t perform that action at this time.
0 commit comments