Mike Ralphson

Results 44 issues of Mike Ralphson

* [ ] Guidance on adding a linter new rule-action (if none of the existing ones can perform the action, or be extended) * [ ] Expand on guidelines re:...

help wanted
good first issue
Community
No coding required

You can see the effect of this in the project's own README. See https://help.github.com/articles/why-do-my-images-have-strange-urls/ for further information.

As briefly discussed with @Relequestual, the spec. has two locations where it talks about and defines the process for bundling compound documents: [s.9.3](https://json-schema.org/draft/2020-12/json-schema-core.html#rfc.section.9.3) and [Appendix B.s.1](https://json-schema.org/draft/2020-12/json-schema-core.html#rfc.appendix.B.1) Even if these sections...

The projects [here](https://apis.guru/awesome-openapi3/#unclassified) need to have appropriate categories added for them from [this list](https://github.com/APIs-guru/awesome-openapi3/blob/master/docs/_data/categories.yaml). This should be done by raising PRs against [this file](https://github.com/APIs-guru/awesome-openapi3/blob/master/docs/_data/tools.yaml).

enhancement
help wanted
multiple opportunities
good-first-issue
no-coding-required

Seems to affect both the v3.4 and v4 branches. * https://api.swaggerhub.com/apis/rftrein/site-express_s_mark_api/v1 * https://api.swaggerhub.com/apis/rthiney/test/1.0.0 * https://api.swaggerhub.com/apis/vkszn/smart-web_web_api/v1 Each seem to have quite deeply nested circular references (I used a [topological sorting](https://en.wikipedia.org/wiki/Topological_sorting) algorithm...

> Unique string used to identify the operation. The id MUST be unique among all operations described in the API. https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#operation-object

Input URL: http://docs.shipstation.apiary.io/api-description-document Contains headers with multiple HTTP verbs? ```apib ## Get/Delete Order [/orders/{orderId}] ``` Generated swagger (excerpts): ```json "parameters": [ { "name": "storeId", "in": "path", "description": "A unique ID...

Given the following from http://docs.icons8.apiary.io/api-description-document ```apib # Search [/api/iconsets] ## By Keyword [GET /api/iconsets/v3/search?term={term}&amout={amount}&offset={offset}&platform={platform}&language={language}] + Parameters + term: `home` (string, required) - the name or tag of the icon or...

**Is your feature request related to a problem? Please describe.** @manchuck over on APIs you won't hate slack noted that he has a requirement to inject additional properties into the...

enhancement
bump

E.g. from new AsyncAPI code-generator examples, or examples of other Async library calls.

help wanted
good first issue