Seorgiy

Results 2 issues of Seorgiy

Also i tried to parse json schema from https://ark0f.github.io/tg-bot-api/openapi.json and build some parser (new rake tasks). It's not ideal in the many ways but it's something

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