Stefan Muscalu

Results 4 comments of Stefan Muscalu

Same issue reported here https://github.com/OAI/OpenAPI-Specification/issues/892#issuecomment-281681728

That might be a YAML thing: > YAML indicates boolean values with the keywords True, On and Yes for true. False is indicated with False, Off, or No. https://www.cloudbees.com/blog/yaml-tutorial-everything-you-need-get-started#booleans Try...

Happy to hear you fixed it! This is not a bug in the open api generator. The problem is how YAML files work. The generator uses a YAML parser. Since...

I did a bit of googling and this is is called the "YAML Norway problem". In YAML 1.2 this does not happen and only `true` and `false` are treated as...