David Biesack
David Biesack
In some cases involving fine-grained use of Markdown, it is not appropriate to add `...` wrappers to the output. For example, the [OpenAPI Specification](http://swagger.io/specification/) uses Markdown for titles/summaries of items...
Lines with leading content spaces are significant in the following, but yaml.js trimming them ```yaml text: >- Some Markdown text. Blank lines are significant. This is a second paragraph. *...
#### Reason/Context At present, the `asyncapi-generator` code necessary to handle `oneOf` in messages is cumbersome. See https://github.com/asyncapi/nodejs-template/issues/62 for example. The generator must check if the message schema is `oneOf` or...
Using kiota 0.6.0 on macos (installed via the Releases download here on GitHub): ```bash curl -q https://gist.githubusercontent.com/DavidBiesack/cf30605f50d328aee36c9b5854859684/raw/9ca9d18ffe90128f2209a14b45f32930fdf3f2e5/banking-api-openapi-3.0.yaml > openapi.yaml kiota generate --openapi openapi.yaml --language TypeScript --namespace-name Apiture.BankingClient --class-name BankingClient --clean-output...
**Describe the bug** spectral incorrectly flags an example corresponding to a valid regexp pattern as invalid. JSON Schema says that patterns should be processed as Unicode regexp, but it appears...
# 🐛 Bug Report: ### Describe the bug The tool appears to assume it is used in a TTY/console and does not work when redirecting stdout/stdout Specifically: ```bash openapi-generator-cli version-manager...
The [2020-12 validation spec](http://json-schema.org/draft/2020-12/json-schema-validation.html#name-readonly-and-writeonly) reads > attempts by an application to modify the value of this property This should be changed to > attempts by an application to modify the...
The draft lists tagging an extension for oas2 or oas3 . It would be useful to allow indicating that an extension applies to other specifications, such as AsyncAPI, json:api an...
The CLI contains a `--no-color` option, but the API `options` do not describe how to suppress color output (for example, if not connected to a tty). I don't want to...
The metadata used in http://api.specificationtoolbox.com/extensions/add/ does not specify which specification (OpenAPI 2.x, OpenAPI 3.x, AsyncAPI, etc.) the extension pertains to. I don't know if any extension apply across different specifications,...