You'll notice
Validation error messages now show the actual value that violated a schema constraint.
StructuredOutput validation error messages for minLength/maxLength, minItems/maxItems, minProperties/maxProperties, enum, and const violations now include the actual observed value or count, for example "(got 5)", instead of a bare Ajv message.