What's Changed
This release updates the ParseResponseJSONSchemaOrThrow
trait to better reflect schema validation for empty objects to avoid {}
vs []
confusion using the new validateEncodedStringOrThrow
method provided by Carsdotcom\JsonSchemaValidation
. This release also drops support for older versions of that library.
Full Changelog: v1.3.0...v1.4.0