Thijs Vermeir
Thijs Vermeir
I'm not that familiar with the Cursive API yet. I was indeed expecting that I could wrap the existing menubar and intercept `on_event`. I like the idea that the menubar...
Note that the description can be changed per view by ``` view index { title 'Landscape view' include *, customer with { description 'View specific description' } } ```
I'm trying with the latest git version of `cli` and `studio`. According to npm, they are using this version: @asyncapi/[email protected]
@PradeepJoshiFreelancer : Updated the example (adapted file generated by `asyncapi new file`).
> What version of the parser are you using? > > I believed the following Spectral rule takes care of such a validation https://github.com/asyncapi/parser-js/blob/master/src/ruleset/v2/ruleset.ts#L119 🤔 > > I'm afk, so...