We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Would it be possible to add a test case in the protocol tests to generate a test for both a nested wrapped map, and a nested flattened map?
In the case of nested list work, the RestXml tests seem to have this example: https://github.com/awslabs/smithy/blob/3488bf6e742d6a56443267f5697bcecffff6064b/smithy-aws-protocol-tests/model/restXml/document-lists.smithy#L297
And ideally, we would have something similar for maps.
Thanks!
The text was updated successfully, but these errors were encountered:
Add rest xml protocol tests for nested maps
f187e56
Resolves smithy-lang#748
b1fd177
Resolves #748
Successfully merging a pull request may close this issue.
Hi,
Would it be possible to add a test case in the protocol tests to generate a test for both a nested wrapped map, and a nested flattened map?
In the case of nested list work, the RestXml tests seem to have this example:
https://github.com/awslabs/smithy/blob/3488bf6e742d6a56443267f5697bcecffff6064b/smithy-aws-protocol-tests/model/restXml/document-lists.smithy#L297
And ideally, we would have something similar for maps.
Thanks!
The text was updated successfully, but these errors were encountered: