You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style, explode, allowReserved existence and defaults now better enforced
adjacent query, querystring parameters are prohibited
spec changes since 3.2.0 release:
more cross-references to RFCs and other sections of the specification
clarification of how paths are matched when a template variable contains a "/"
corrections to the table of Style Examples (used in parameter encoding)
we now explicitly note more in/style/explode combinations that are prohibited, namely:
in: cookie, style: form, explode: false with arrays or objects
style: form, explode: true with arrays or objects in encoding objects (application/x-www-form-urlencoded or multipart/* message bodies)
corrections to descriptions of how encoding objects are used, such as the use of prefixEncoding and itemEncoding with data modelled as an array, and usage of contentType together or separately from a Content-Type header in a message part
addition of an ABNF for the encoding/contentType field
This issue requires TSC signoff in order to complete.
schema changes since last schema release (2025-11-23) consist of various fixes to be better aligned with the specification:
spec changes since 3.2.0 release:
encodingobjects are used, such as the use ofprefixEncodinganditemEncodingwith data modelled as an array, and usage ofcontentTypetogether or separately from aContent-Typeheader in a message partencoding/contentTypefield