Closed arthureberledev closed 3 weeks ago
Hi @arthureberledev,
I'm sorry for not getting back to you sooner. I will take a look at it. I guess part of this problem is solved with the refactoring I recently made. But I think we force to keep the component structure inside the files, at least for now.
I will back to you as soon as I can.
We have multiple asyncapi files in our project that share the same components. If i try to seperate them into multiple yaml files to reuse them, I either get an error that
findValue(String) is null
or that"properties" is null
.This is an example asyncapi spec file:
It works with referencing parameters from a local file though, e. g.:
Is this just not supported currently or is this perhaps a bug?