openapi3_parser icon indicating copy to clipboard operation
openapi3_parser copied to clipboard

Wrong parsing false defaults

Open seorgiy opened this issue 1 year ago • 0 comments

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

seorgiy avatar Oct 11 '24 04:10 seorgiy