When writing tests for new API endpoints, consider using a schema [fixture](./testing_guide/best_practices.md#fixtures) located in `/spec/fixtures/api/schemas`. You can `expect` a response to match a given schema:
...
...
@@ -132,3 +184,5 @@ When writing tests for new API endpoints, consider using a schema [fixture](./te