Currently the OpenApi integration only picks up on controllers that inherit from JsonApiController. This needs to be expanded so that the following are also picked up on:
JsonApiQueryController
JsonApiCommandController
- Usages of
HttpRestrictAttribute
- Overrides of JsonApiController methods
- Handling of [HttpHead]