{ "info": { "title": "test openapi title", "version": "test openapi version" }, "openapi": "3.0.0", "paths": { "/foo": { "get": { "responses": { "default": { "description": "" } } } }, "/prefix/taz": { "get": { "responses": { "default": { "description": "" } } } }, "/prefix": { "get": { "responses": { "default": { "description": "" } } } } } }