Phil Sturgeon

Results 155 issues of Phil Sturgeon

> @philsturgeon thanks for reaching out. We appreciate your interest in listing our tool in [OpenAPI.Tools](https://openapi.tools/). The support for OpenAPI v3.0 is in progress. [We already have a metamodel for...

Awesome Ruby have this little badge that folks can put on their README, which benefits them and the awesome ruby project. https://github.com/markets/awesome-ruby We should look into doing something similar.

Hello! As the maintainer of [openapi.tools](https://openapi.tools), and as somebody works with Linux Foundation helping out in OpenAPI-land, I'm reaching out to tooling vendors to track the progress towards supporting OpenAPI...

enhancement
help wanted
dependency

Would you be up for making a branded mini-site, like some of the other League packages? http://platesphp.com/ http://fractal.thephpleague.com/ http://flysystem.thephpleague.com/ You can look at the `sculpin` branch for fractal, which is...

documentation

At the day job we're programmatically converting postman files found in various repos into OpenAPI. I can advise the teams to improve their Postman collections, but do not have direct...

Support both `example: foo` and `x-example: foo`, as `x-example` is a common vendor extension [used for Dredd](https://dredd.readthedocs.io/en/latest/how-to-guides.html#example-values-for-request-parameters).

Common convention is to use folders to group actions together, and OpenAPI generally use tags for that. **Postman** **OpenAPI (in Redoc)** When tags are involved, Redoc looks a little more...

If the description is missing, an empty string is perfectly valid. That seems a little funny I know, but you can confirm it for yourself in the Swagger Editor.

Using JSON Schema parser to validate that examples for postman collection are valid for its v2 schema. The main commit here is https://github.com/luckymarmot/API-Flow/pull/154/commits/d304d4b4758b6d668bf862e328ea40868f4b71d9, but I have a bunch of changes...