yahehe / Nancy.Swagger

Nancy plugin for generated API documentation in Swagger format.
MIT License
133 stars 60 forks source link

Security requirements produces wrong JSON #117

Closed vmakeev closed 7 years ago

vmakeev commented 7 years ago

Expected result:

"security": [
          {
            "ApiKey": []
          }
        ]

Actual result:

"security": {
            "ApiKey": []
          }

Pull request: #118