🐛 Fixed
- Crash on schemas where
propertiesis not an object. - Drop parameter examples built from nested ones that violate the parameter's own schema.
- Skip parameter schema
examplesvalues that violate that schema in the examples phase. - Coverage phase probing methods of operations disabled via
[[operations]]. - Crash in the examples phase for
allOfmembers with wrongly typedexamplesorrequired. - Server-Sent Events: False positives for event payloads containing U+2028 or other control characters.
- Validate SSE events against both
itemSchemaand a siblingschema. - Report a schema error instead of a generic check failure for boolean
allOf/anyOfbranches.