This is an example repository for api-platform/core#6485.
$ git clone [email protected]:ttskch/api-platform-core-6485.git
$ cd api-platform-core-6485
$ composer install
$ git checkout c46bd8d # test: 💍 reproduce the test failure with `assertMatchesResourceItemJsonSchema()`
$ composer test # fail
$ git checkout 474feef # feat: 🎸 update api-platform-core
$ composer test # pass