jdiegodcp / ramlfications

Python parser for RAML
https://ramlfications.readthedocs.org
Apache License 2.0
234 stars 50 forks source link

securitySchemes > settings shouldn't be required #79

Open jacobsvante opened 8 years ago

jacobsvante commented 8 years ago

I noticed that this method seems to require the use of a non-empty settings value. According to the specification this key is not required for all types though, including BasicSecurityScheme, DigestSecurityScheme and Pass Through. I had to create a dummy settings object in my specification to bypass this problem.

postatum commented 8 years ago

Having this issue too.