CLI
OpenAPI Support Matrix
The tables below provide an overview of the OpenAPI features supported by Speakeasy.
✅ Server configuration
Section titled “✅ Server configuration”Name
ServerURL config
Notes
Global and per-method (include base URL and templating)
Support
✅
Swagger link
Authentication and security
Notes
Global and per-method
Support
✅
Swagger link
Method generation
Notes
Support
✅
Swagger link
Model generation
Notes
Request and response
Support
✅
Swagger link
⚠️ Path parameters serialization (Path parameters)
Section titled “⚠️ Path parameters serialization (Path parameters)”Name
Default
Notes
(style = simple, explode = false)Support
✅
Swagger link
Basic types
Notes
Support
✅
Swagger link
Simple objects
Notes
Support
✅
Swagger link
label
Notes
Support
❌
Swagger link
matrix
Notes
Support
❌
Swagger link
⚠️ Query parameters serialization (Query parameters and query)
Section titled “⚠️ Query parameters serialization (Query parameters and query)”Name
json
Notes
Support
✅
Swagger link
form
Notes
Support
✅
Swagger link
spaceDelimited
Notes
Support
✅
Swagger link
pipeDelimited
Notes
Support
✅
Swagger link
deepObject
Notes
Support
✅
Swagger link
Basic types
Notes
Support
✅
Swagger link
Simple objects
Notes
Support
✅
Swagger link
✅ Request headers (Header)
Section titled “✅ Request headers (Header)”Name
Simple (explode = true)
Notes
Support
✅
Swagger link
Simple (explode = false)
Notes
Support
✅
Swagger link
⚠️ Request body serialization
Section titled “⚠️ Request body serialization”Name
Multipart encoding
Notes
Support
✅
Swagger link
Binary
Notes
Support
✅
Swagger link
Form data
Notes
Support
✅
Swagger link
JSON
Notes
Both
application/json and text/jsonSupport
✅
Swagger link
x-www-form-urlencoded
Notes
Including encoding, but not non-object types
Support
⚠️
Swagger link
Plain text
Notes
Support
✅
Swagger link
Raw byte
Notes
Support
✅
Swagger link
Handling
required bodyNotes
Support
✅
Swagger link
XML
Notes
Support
❌
Swagger link
Other media types
Notes
Support
❌
Swagger link
⚠️ Response body deserialization
Section titled “⚠️ Response body deserialization”Name
Return
StatusCode and Content-TypeNotes
Support
✅
Swagger link
JSON
Notes
Support
✅
Swagger link
Plain text
Notes
Support
✅
Swagger link
Raw byte
Notes
Support
✅
Swagger link
JSON
Notes
Support
✅
Swagger link
Other media types
Notes
Support
❌
Swagger link
✅ Media-type patterns (Media types)
Section titled “✅ Media-type patterns (Media types)”✅ Data types
Section titled “✅ Data types”Name
Basic types
Notes
Support
✅
Swagger link
Enums
Notes
Support
✅
Swagger link
Number formats
Notes
float, double, int32, int64
Support
✅
Swagger link
Date-time
Notes
Support
✅
Swagger link
Binary
Notes
Support
✅
Swagger link
Arrays
Notes
Support
✅
Swagger link
Objects
Notes
Support
✅
Swagger link
Optional
Notes
Support
✅
Swagger link
Maps
Notes
Support
✅
Swagger link
Any type
Notes
Support
✅
Swagger link
OneOf, AnyOf, and AllOfNotes
Support
⚠️ See
union type support belowSwagger link
✅ Union types
Section titled “✅ Union types”Name
oneOf
Notes
For languages that don't yet have native union type support in Speakeasy,
oneOf will be treated as an any type.Language support
✅ TypeScript, Python, Go, C#, Java, PHP
allOf
Notes
To avoid construction of illogical types, Speakeasy currently constructs an object using the superset of fields from the listed schemas. In cases where the base schemas have a field name collision, Speakeasy will default to using the field from the object deepest in the list.
Language support
✅ All languages
anyOf
Notes
anyOf is treated as oneOf to avoid the bloat of combinatorial data type creation.Language support
✅ TypeScript, Python, Go
✅ Miscellaneous
Section titled “✅ Miscellaneous”Name
Auxiliary files*
Notes
Support
✅
Swagger link
x-speakeasy-server-id generationNotes
Support
✅
Swagger link
Snippet generation
Notes
Support
✅
Swagger link
README generation
Notes
Support
✅
Swagger link
Documentation generation
Notes
Support
✅
Swagger link
* Files needed for creating a fully compilable package that can be published to the relevant package manager without further changes.