🔧 Changed
- Examples phase fills missing values with schema
defaultvalues; required parameter defaults count as examples.
🐛 Fixed
- Truncated
--report ndjsonoutput containing only theInitializeevent. #4807 - Show an error when a report writer fails instead of truncating its output silently.
- Use
example/examplesdeclared on array items in the examples phase. - Use property examples under
allOf,oneOf, andanyOfat any depth in the examples phase. - Drop self-referencing optional properties from examples instead of losing the whole body.
- Crash in the examples phase for boolean property subschemas inside recursive schemas.
ignored_authcrash on generated cookie values the stdlib parser rejects. #4804- Use
anyOfbranches for examples when a schema declares bothoneOfandanyOf. - Emit
exampleandx-examplevalues in a stable order across runs. - Use
x-exampleandx-examplesin OpenAPI 3 parameters in the examples phase. - Skip discriminator pins the branch's own
enumrejects, which made those branches ungeneratable.