🚀 Added
- Support the
const
,additionalItems
,dependencies
,if
,then
,else
,patternProperties
,propertyNames
,contains
, keywords in top-level parameter schemas. - Coverage phase: Generate values for empty schemas.
- Coverage phase: Generate values for
not
keyword andfalse
JSON Schemas.
🐛 Fixed
- Coverage phase: Error 'Path parameter is not defined' if the parameter schema is empty.
- Properly assign the "stateful" phase value in the metadata of test cases generated during the stateful phase.
- False positive
API accepted schema-violating request
caused by passing security-related header via CLI during the stateful phase.