openapi3_parser
openapi3_parser copied to clipboard
Wrong parsing false defaults
Hey!
document = Openapi3Parser.load_url("https://ark0f.github.io/tg-bot-api/openapi.json")
p document.node_at("#/components/schemas/Error/properties/ok/type")
Expected behavior: false In fact: nil