Adam Leventhal
Adam Leventhal
I haven't prototyped it, but my plan with https://github.com/oxidecomputer/progenitor is to convert the 3.0.x import into 3.1 at the root and use that. I'm already converting from `openapiv3::Schema` into `schemars::Schema`...
@tamasfe I'm increasingly of the opinion that using `schemars` is not going to the approach here. That crate is just too sporadically maintained and too resistant to offers of help...
Totally! It would be great if it were being diligently maintained.
I was skeptical of this approach, but seeing it in action, I'm warming to it. I haven't been through it in fine details, but I had a couple of high...
Also: you might want to run this through the repo I've used for testing: https://github.com/ahl/openapiv3-test
@rrichardson I think at this point it would be reasonable to build on this work if you have cycles. Please see my comments above if you're going to take a...
> How do you propose we deal with this? I think we need to add extensions to each of the `SecurityScheme` variants; alternatives? Agreed on the conversion approach. One more...
It would be extremely useful to us to have this; any chance it will be prioritized?
Seems like a dupe of https://github.com/aws/aws-sdk/issues/529 and https://github.com/aws/aws-cli/pull/3174
I like this idea of (roughly) `JsonSchema::json_schema(..) -> serde_json::Value` a lot. At first, I thought it was weird and lame, but the more I thought it over, the more it...