widdershins icon indicating copy to clipboard operation
widdershins copied to clipboard

OpenAPI / Swagger, AsyncAPI & Semoasa definitions to (re)Slate compatible markdown

Results 98 widdershins issues
Sort by recently updated
recently updated
newest added

**Describe the bug** XML attributes in schemas marked with `xml: attribute: true` are currently rendered as elements instead of attributes of their parent. This syntax is valid in [OpenAPI 3.0.0](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#xmlObject)....

bug

`shallowSchemas` seems to be exactly what I needed in that when viewing the Response Schema of a particular endpoint, i want to defer "learning" about the properties of an object...

In the "Response Schema" section of an API call, the whole response (including nested entities) is shown, e.g. like this: ``` Response Schema Status Code 200 Name | Type |...

bug

### Input ```yaml asyncapi: '1.1.0' info: title: Example version: '1.0' topics: example: publish: $ref: '#/components/messages/example' components: messages: example: summary: Either a Number or a Boolean payload: type: object properties: value:...

enhancement

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

help wanted
good first issue

Instead of passing an apiObj, we could pass an array of apiObj to convert into a markdown with nested fields (h1, h2, h3) for microservices

enhancement

Issue : Missing body parameter code for API languages other than JavaScript in the output file. For this issue I tried adding several different parameters to the widdershins conversion to...

**Describe the bug** widdershins is dependent on shins, and as part of the shins source, they are [embedding jquery 3.2.1](https://github.com/Mermade/shins/blob/master/source/javascripts/lib/_jquery.js). Unfortunetly, [jquery 3.2.1 has a known XSS vulnerability](https://github.com/advisories/GHSA-gxr4-xjj5-5px2), and our...

**Describe the bug** According to the [OpenAPI v3 specification](https://swagger.io/specification/#response-object) CommonMark may be used for the `description` field of a response object. Example: ``` responses: '201': description: | Foo bar: -...

**Describe the bug** I cannot get Widdershins to pick up and use my custom template. I'm sure I must be doing something wrong, but it's hard to diagnose when there...