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

Bumps [mdv](https://github.com/Mermade/mdv) from 1.3.2 to 1.3.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mdv&package-manager=npm_and_yarn&previous-version=1.3.2&new-version=1.3.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

**Describe the bug** Hi, I'm running into an issue with creating an amalgamated table of enumerated values from this source definition below. **To Reproduce** Here is a screenshot of the...

It could be this simple. However `code` and `description` are in the outer object and don't require calculation each loop. I'll push another commit which does the logic on those...

This PR addresses a couple issues, 1 bug and 1 improvement related to the PHP code examples. When generating documentation, the PHP code example is cut off at the start...

Hi, I added support of multiple examples and tested on attached example `defs/issue192.json`. I inspired myself by the response examples code and reused what I could. Please have a look...

…-*' will be treated as md file path, and loaded into 'md_*' property. The content of the MD file can be accessed in the templates. This will allow us to...

The `content` property is optional or may be a string in Response Objects: https://spec.openapis.org/oas/v3.0.2#response-object This fixes that. 😃

**Description** When having a OpenAPI 3.0 schema with a response schema, the response schema is not properly linked. * [x] - I have checked that my input document is valid...