see https://github.com/OAI/OpenAPI-Specification/issues/14#issuecomment-297457320 empty security object is not getting parsed ``` "security": [ {}, {"oauth": […]}, {"token-1": []}, {"token-2": []} ] ``` parsed has only 3 elements