Is your feature request related to a problem
I cannot display the author details, license details, etc. nicely in the automatically generated documentation and in the OpenAPI specification. I want to be able to do this, when I call the app = FastAPI() statement.
The solution you would like
I want to see this additional metadata in the info section of the generated OpenAPI specification. In order to achieve this, I need the FastAPI() call to support additional parameters, like termsOfService, contact and license.
Describe alternatives you've considered
no alternatives.
Additional context
Check OpenAPI specification.