**Describe the bug** I was trying to run the cli on the aws s3 api schema but got following error: `OpenAPI-to-GraphQL creation event error: expected '/{Bucket}/{Key}#uploadId' not to contain '#' (false negative fail)` **To Reproduce** Steps to reproduce the behavior: 1. Download the raw aws s3 api schema https://github.com/raw/APIs-guru/openapi-directory/main/APIs/amazonaws.com/s3/2006-03-01/openapi.yaml 2. save it in a file test.yaml 3. run `openapi-to-graphql test.yaml` 4. See error **Expected behavior** I expect it to parse