svix-andor

Results 5 issues of svix-andor

Currently, if I want to make a particular schema appear inline I must implement the entirety `JsonSchema` myself, even though all I want to do is overriding `fn is_referenceable() ->...

In #893 I made many changes to OpenAPI generation to match the current spec. This necessitated some workarounds to schemars' and aide's shortcomings and this is a list of those....

Let's see if this is enough to get Windows CI working again

Some users use one endpoint to consume different kinds of event types. In these cases it can be useful to have a discriminant in the payload itself to determine the...

While using aide I'd like to change schemars' settings, specifically I'd like to disable making `Option`s being turned into `anyOf`s with nulls. Schemars supports this by setting `option_nullable = true`...