We should use the flexible_model_loader introduced in d1641de as part of the score set update PATCH endpoint to better support JSON requests to the PATCH method and improve the generated OpenAPI docs.
Using this loader would:
- Let us support JSON requests in cases where users don't need to send file updates
- Push JSON support into a dedicated form field, which simplifies the API docs and user submission