asyncapi / parser-js

AsyncAPI parser for Javascript (browser-compatible too).
Apache License 2.0
119 stars 97 forks source link

fix: channel parameter not always returning schema #868

Closed jonaslagoni closed 1 year ago

jonaslagoni commented 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.

jonaslagoni commented 1 year ago

/rtm

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

asyncapi-bot commented 1 year ago

: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: