@@ -143,67 +143,67 @@ These options may be applied as additional-properties (cli) or configOptions (pl
143143### Client Modification Feature
144144| Name | Supported | Defined By |
145145| ---- | --------- | ---------- |
146- |BasePath|✗ |ToolingExtension
147- |Authorizations|✗ |ToolingExtension
148- |UserAgent|✗ |ToolingExtension
146+ |BasePath|✓ |ToolingExtension
147+ |Authorizations|✓ |ToolingExtension
148+ |UserAgent|✓ |ToolingExtension
149149|MockServer|✗|ToolingExtension
150150
151151### Data Type Feature
152152| Name | Supported | Defined By |
153153| ---- | --------- | ---------- |
154154|Custom|✗|OAS2,OAS3
155- |Int32|✗ |OAS2,OAS3
156- |Int64|✗ |OAS2,OAS3
157- |Float|✗ |OAS2,OAS3
158- |Double|✗ |OAS2,OAS3
159- |Decimal|✗ |ToolingExtension
160- |String|✗ |OAS2,OAS3
161- |Byte|✗ |OAS2,OAS3
162- |Binary|✗ |OAS2,OAS3
163- |Boolean|✗ |OAS2,OAS3
164- |Date|✗ |OAS2,OAS3
165- |DateTime|✗ |OAS2,OAS3
166- |Password|✗ |OAS2,OAS3
167- |File|✗ |OAS2
155+ |Int32|✓ |OAS2,OAS3
156+ |Int64|✓ |OAS2,OAS3
157+ |Float|✓ |OAS2,OAS3
158+ |Double|✓ |OAS2,OAS3
159+ |Decimal|✓ |ToolingExtension
160+ |String|✓ |OAS2,OAS3
161+ |Byte|✓ |OAS2,OAS3
162+ |Binary|✓ |OAS2,OAS3
163+ |Boolean|✓ |OAS2,OAS3
164+ |Date|✓ |OAS2,OAS3
165+ |DateTime|✓ |OAS2,OAS3
166+ |Password|✓ |OAS2,OAS3
167+ |File|✓ |OAS2
168168| Uuid| ✗|
169- |Array|✗ |OAS2,OAS3
169+ |Array|✓ |OAS2,OAS3
170170|Null|✗|OAS3
171171|AnyType|✗|OAS2,OAS3
172- |Object|✗ |OAS2,OAS3
173- |Maps|✗ |ToolingExtension
174- |CollectionFormat|✗ |OAS2
175- |CollectionFormatMulti|✗ |OAS2
176- |Enum|✗ |OAS2,OAS3
177- |ArrayOfEnum|✗ |ToolingExtension
178- |ArrayOfModel|✗ |ToolingExtension
179- |ArrayOfCollectionOfPrimitives|✗ |ToolingExtension
180- |ArrayOfCollectionOfModel|✗ |ToolingExtension
181- |ArrayOfCollectionOfEnum|✗ |ToolingExtension
182- |MapOfEnum|✗ |ToolingExtension
183- |MapOfModel|✗ |ToolingExtension
184- |MapOfCollectionOfPrimitives|✗ |ToolingExtension
185- |MapOfCollectionOfModel|✗ |ToolingExtension
186- |MapOfCollectionOfEnum|✗ |ToolingExtension
172+ |Object|✓ |OAS2,OAS3
173+ |Maps|✓ |ToolingExtension
174+ |CollectionFormat|✓ |OAS2
175+ |CollectionFormatMulti|✓ |OAS2
176+ |Enum|✓ |OAS2,OAS3
177+ |ArrayOfEnum|✓ |ToolingExtension
178+ |ArrayOfModel|✓ |ToolingExtension
179+ |ArrayOfCollectionOfPrimitives|✓ |ToolingExtension
180+ |ArrayOfCollectionOfModel|✓ |ToolingExtension
181+ |ArrayOfCollectionOfEnum|✓ |ToolingExtension
182+ |MapOfEnum|✓ |ToolingExtension
183+ |MapOfModel|✓ |ToolingExtension
184+ |MapOfCollectionOfPrimitives|✓ |ToolingExtension
185+ |MapOfCollectionOfModel|✓ |ToolingExtension
186+ |MapOfCollectionOfEnum|✓ |ToolingExtension
187187
188188### Documentation Feature
189189| Name | Supported | Defined By |
190190| ---- | --------- | ---------- |
191- |Readme|✗ |ToolingExtension
192- |Model|✗ |ToolingExtension
193- |Api|✗ |ToolingExtension
191+ |Readme|✓ |ToolingExtension
192+ |Model|✓ |ToolingExtension
193+ |Api|✓ |ToolingExtension
194194
195195### Global Feature
196196| Name | Supported | Defined By |
197197| ---- | --------- | ---------- |
198- |Host|✗ |OAS2,OAS3
199- |BasePath|✗ |OAS2,OAS3
200- |Info|✗ |OAS2,OAS3
198+ |Host|✓ |OAS2,OAS3
199+ |BasePath|✓ |OAS2,OAS3
200+ |Info|✓ |OAS2,OAS3
201201|Schemes|✗|OAS2,OAS3
202- |PartialSchemes|✗ |OAS2,OAS3
203- |Consumes|✗ |OAS2
204- |Produces|✗ |OAS2
205- |ExternalDocumentation|✗ |OAS2,OAS3
206- |Examples|✗ |OAS2,OAS3
202+ |PartialSchemes|✓ |OAS2,OAS3
203+ |Consumes|✓ |OAS2
204+ |Produces|✓ |OAS2
205+ |ExternalDocumentation|✓ |OAS2,OAS3
206+ |Examples|✓ |OAS2,OAS3
207207|XMLStructureDefinitions|✗|OAS2,OAS3
208208|MultiServer|✗|OAS3
209209|ParameterizedServer|✗|OAS3
@@ -214,34 +214,34 @@ These options may be applied as additional-properties (cli) or configOptions (pl
214214### Parameter Feature
215215| Name | Supported | Defined By |
216216| ---- | --------- | ---------- |
217- |Path|✗ |OAS2,OAS3
218- |Query|✗ |OAS2,OAS3
219- |Header|✗ |OAS2,OAS3
220- |Body|✗ |OAS2
221- |FormUnencoded|✗ |OAS2
222- |FormMultipart|✗ |OAS2
223- |Cookie|✗ |OAS3
217+ |Path|✓ |OAS2,OAS3
218+ |Query|✓ |OAS2,OAS3
219+ |Header|✓ |OAS2,OAS3
220+ |Body|✓ |OAS2
221+ |FormUnencoded|✓ |OAS2
222+ |FormMultipart|✓ |OAS2
223+ |Cookie|✓ |OAS3
224224
225225### Schema Support Feature
226226| Name | Supported | Defined By |
227227| ---- | --------- | ---------- |
228- |Simple|✗ |OAS2,OAS3
229- |Composite|✗ |OAS2,OAS3
230- |Polymorphism|✗ |OAS2,OAS3
231- |Union|✗ |OAS3
232- |allOf|✗ |OAS2,OAS3
233- |anyOf|✗ |OAS3
234- |oneOf|✗ |OAS3
228+ |Simple|✓ |OAS2,OAS3
229+ |Composite|✓ |OAS2,OAS3
230+ |Polymorphism|✓ |OAS2,OAS3
231+ |Union|✓ |OAS3
232+ |allOf|✓ |OAS2,OAS3
233+ |anyOf|✓ |OAS3
234+ |oneOf|✓ |OAS3
235235|not|✗|OAS3
236236
237237### Security Feature
238238| Name | Supported | Defined By |
239239| ---- | --------- | ---------- |
240- |BasicAuth|✗ |OAS2,OAS3
241- |ApiKey|✗ |OAS2,OAS3
240+ |BasicAuth|✓ |OAS2,OAS3
241+ |ApiKey|✓ |OAS2,OAS3
242242|OpenIDConnect|✗|OAS3
243- |BearerToken|✗ |OAS3
244- |OAuth2_Implicit|✗ |OAS2,OAS3
243+ |BearerToken|✓ |OAS3
244+ |OAuth2_Implicit|✓ |OAS2,OAS3
245245|OAuth2_Password|✗|OAS2,OAS3
246246|OAuth2_ClientCredentials|✗|OAS2,OAS3
247247|OAuth2_AuthorizationCode|✗|OAS2,OAS3
@@ -250,7 +250,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
250250### Wire Format Feature
251251| Name | Supported | Defined By |
252252| ---- | --------- | ---------- |
253- |JSON|✗ |OAS2,OAS3
253+ |JSON|✓ |OAS2,OAS3
254254|XML|✗|OAS2,OAS3
255255|PROTOBUF|✗|ToolingExtension
256256|Custom|✗|OAS2,OAS3
0 commit comments