Closed jonaslagoni closed 1 year ago
Description One thing that I found weird while working on https://github.com/asyncapi/markdown-template/pull/360 was that parameter schemas could be undefined with v3 🤔
Cause it should always at least have the schema {type: "string"} and then the rest is optional.
{type: "string"}
/rtm
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information No Duplication information
:tada: This PR is included in version 3.0.0-next-major-spec.5 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Description One thing that I found weird while working on https://github.com/asyncapi/markdown-template/pull/360 was that parameter schemas could be undefined with v3 🤔
Cause it should always at least have the schema
{type: "string"}
and then the rest is optional.