When I DO NOT specify the Auth at the root level, the generated openapi file contains an empty security object ``
security: {}
`
instead it should contain an empty array
`
security: []
``