@@ -348,6 +348,7 @@ paths:
348
348
additionalProperties :
349
349
format : int32
350
350
type : integer
351
+ default : []
351
352
type : object
352
353
description : successful operation
353
354
security :
@@ -1062,6 +1063,7 @@ paths:
1062
1063
schema :
1063
1064
additionalProperties :
1064
1065
type : string
1066
+ default : []
1065
1067
type : object
1066
1068
description : request body
1067
1069
required : true
@@ -1856,6 +1858,7 @@ components:
1856
1858
Address :
1857
1859
additionalProperties :
1858
1860
type : integer
1861
+ default : []
1859
1862
type : object
1860
1863
Animal :
1861
1864
discriminator :
@@ -2005,12 +2008,15 @@ components:
2005
2008
map_property :
2006
2009
additionalProperties :
2007
2010
type : string
2011
+ default : []
2008
2012
type : object
2009
2013
map_of_map_property :
2010
2014
additionalProperties :
2011
2015
additionalProperties :
2012
2016
type : string
2017
+ default : []
2013
2018
type : object
2019
+ default : []
2014
2020
type : object
2015
2021
anytype_1 : {}
2016
2022
map_with_undeclared_properties_anytype_1 :
@@ -2020,6 +2026,7 @@ components:
2020
2026
type : object
2021
2027
map_with_undeclared_properties_anytype_3 :
2022
2028
additionalProperties : true
2029
+ default : []
2023
2030
type : object
2024
2031
empty_map :
2025
2032
additionalProperties : false
@@ -2029,6 +2036,7 @@ components:
2029
2036
map_with_undeclared_properties_string :
2030
2037
additionalProperties :
2031
2038
type : string
2039
+ default : []
2032
2040
type : object
2033
2041
type : object
2034
2042
MixedPropertiesAndAdditionalPropertiesClass :
@@ -2042,6 +2050,7 @@ components:
2042
2050
map :
2043
2051
additionalProperties :
2044
2052
$ref : ' #/components/schemas/Animal'
2053
+ default : []
2045
2054
type : object
2046
2055
type : object
2047
2056
List :
@@ -2096,22 +2105,27 @@ components:
2096
2105
additionalProperties :
2097
2106
additionalProperties :
2098
2107
type : string
2108
+ default : []
2099
2109
type : object
2110
+ default : []
2100
2111
type : object
2101
2112
map_of_enum_string :
2102
2113
additionalProperties :
2103
2114
enum :
2104
2115
- UPPER
2105
2116
- lower
2106
2117
type : string
2118
+ default : []
2107
2119
type : object
2108
2120
direct_map :
2109
2121
additionalProperties :
2110
2122
type : boolean
2123
+ default : []
2111
2124
type : object
2112
2125
indirect_map :
2113
2126
additionalProperties :
2114
2127
type : boolean
2128
+ default : []
2115
2129
type : object
2116
2130
type : object
2117
2131
ArrayTest :
@@ -2181,11 +2195,13 @@ components:
2181
2195
type : object
2182
2196
FreeFormObject :
2183
2197
additionalProperties : true
2198
+ default : []
2184
2199
description : A schema consisting only of additional properties
2185
2200
type : object
2186
2201
MapOfString :
2187
2202
additionalProperties :
2188
2203
type : string
2204
+ default : []
2189
2205
description : A schema consisting only of additional properties of type string
2190
2206
type : object
2191
2207
OuterEnum :
@@ -2241,6 +2257,7 @@ components:
2241
2257
StringBooleanMap :
2242
2258
additionalProperties :
2243
2259
type : boolean
2260
+ default : []
2244
2261
type : object
2245
2262
FileSchemaTestClass :
2246
2263
example :
@@ -2353,6 +2370,7 @@ components:
2353
2370
additionalProperties :
2354
2371
nullable : true
2355
2372
type : object
2373
+ default : []
2356
2374
type : object
2357
2375
type : object
2358
2376
fruit :
@@ -3073,6 +3091,7 @@ components:
3073
3091
oneOf :
3074
3092
- type : string
3075
3093
- additionalProperties : true
3094
+ default : []
3076
3095
type : object
3077
3096
ArrayOfInlineAllOf_array_allof_dog_property_inner :
3078
3097
allOf :
0 commit comments