Joel Wright

Results 2 issues of Joel Wright

I have been using `#[derive(JsonSchema)]`, but recently ran into issues attempting to use serde's field attributes and the `serde_with` crate in order to report an error on duplicate keys in...

I'm trying to generate Pydantic V2 models from the Kubernetes OpenAPI Batch spec, but I'm running into issues when the default value in the OpenAPI spec is given as `{}`....

bug
help wanted