Skip to content
New issue

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

Handling of nested arrays #4606

Merged
merged 3 commits into from
May 6, 2024
Merged

Conversation

andrueastman
Copy link
Member

Fixes #4549

Updates the Kiota Builder to not call CreateCollectionModelDeclaration when the array schema is a multi dimensional collection(array of arrays) so that this is handled as a instance of UntypedNode as the current functionality will recusively unwrap the schema to incorrectly represent it as a single dimensional collection of the nested type.

Copy link

sonarqubecloud bot commented May 6, 2024

@andrueastman andrueastman merged commit ec1639e into main May 6, 2024
207 checks passed
@andrueastman andrueastman deleted the andrueastman/multiDimensionalArrays branch May 6, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[TypeScript] Add support for nested arrays (array of string arrays)
2 participants