Asmir Avdicevic
Asmir Avdicevic
Having the same issue, root span is never emitted to the collector.
I don't think this is supported right now as during the Marshal process we only serialize the reference hence it doesn't print out the resolved schema if you try to...
I'm not sure about the conclusions in that comment, but `$ref` should/does work.
I'm not too sure of all the details we will have to deal with on this front, however the shortest path there that I see would be to wrap the...
Veeeery interesting question. Just looked into the `embed` functionality, and while technically there are not restrictions to pull in the schema from anywhere you like (it consumes just a `[]byte`...
In theory yes, but as said needs some work to be usable. However, a PR got recently merged which would allow you to implement your own resolver, which should open...
@dolmen as with the other issue, there's a bit more internals that rely on json specific stuff which prohibits these usecases. While that method takes an interface as a type...
Just to offer some quick feedback on this topic (I'll look to come back and give some more exhaustive input when time permits). These seem like fairly interesting use cases,...
At the very least lets document that in the comment on the declaration. Not really sold on the use case but like that it would add a way for others...
As of draft2019_09 it should be `$defs` instead of `definitions`. Think `definitions` should be supported for backwards compatibility, but unsure if that works currently. Let me know if this helps,...