After uploading an apispec file generated through APIFairy to Stoplight it does warn that the info block is missing the contact object.
Looking at the OpenAPI (Swagger) spec such block is not mandatory.
Even minding this is not mandatory, would this something of added value to be added to config variables of APIFairy?
And if yes, would termsOfService and license also be adding value?
As this is really my requirement, I'm happy to do a PR with that update.
After uploading an
apispec
file generated throughAPIFairy
toStoplight
it does warn that theinfo
block is missing thecontact
object.Looking at the OpenAPI (Swagger) spec such block is not mandatory.
Even minding this is not mandatory, would this something of added value to be added to config variables of
APIFairy
? And if yes, wouldtermsOfService
andlicense
also be adding value?As this is really my requirement, I'm happy to do a PR with that update.