smithy-lang / smithy

Smithy is a protocol-agnostic interface definition language and set of tools for generating clients, servers, and documentation for any programming language.
https://smithy.io
Apache License 2.0
1.7k stars 201 forks source link

Add missing node mapper for document types #2313

Closed hpmellema closed 3 weeks ago

hpmellema commented 3 weeks ago

fixes #2312

Background

Adds missing node mapper for documents in collection traits.

Testing

Added new integration tests for collections traits with document members


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.