Mike Ralphson
Mike Ralphson
Unfortunately not, though we could add a specification extension to mark it if you are using your own tools to post process?
Apologies for the lack of proper docs. If you checkout https://github.com/aws/aws-sdk-js in a sibling directory to a checkout of `aws2openapi` (in the latter where you have run `npm i`) running...
> Why don't you use the software.amazon.smithy:smithy-openapi plugin for the [Smithy Gradle plugin](https://github.com/awslabs/smithy-gradle-plugin) provided by smithy to generate the OpenAPI ? I don't think that package was available/open-source when `aws2openapi`...
Paging @pimterry
Can you expand a little on why an `allOf` in a schema object would be "unexpected"? https://github.com/APIs-guru/openapi-directory/blob/1772399f6fedfd650b6eff7c9a6b35c4c04b732d/APIs/amazonaws.com/runtime.lex.v2/2020-08-07/openapi.yaml#L393-L395 Your PR appears to replace these with ```yaml ProgressUpdateStream: $ref: '#/components/schemas/ProgressUpdateStream' description: 'The...
> I've tested manually your proposal, to place the description on the same level as the 'allOf' property. And yes, this solves the most severe problem of the swagger-codegen stack:...
Thanks - will investigate. Presumably the parameters in the AWS `.normal.json` definition should be preferred to duplicates from the `paginators` file...
See https://github.com/APIs-guru/aws2openapi/pull/17 I think your issues with generated code are a separate issue though. I'm unsure why the type is not stringifiable from what you have posted.
Thanks, good ideas!
There is also https://www.npmjs.com/package/aws-sdk-mock in node.js land.