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

support multidimensional array for more general types on properties (#77) #105

Merged
merged 1 commit into from
Aug 20, 2023

Conversation

dialytica
Copy link
Contributor

This might be another workaround because currently It only works for the properties that contains multidimensional array, However I think this might works on most of the cases.

The workaround won't work on a response body level. E.g.

[
  [
     "string"
  ]
]

will be produced as the following example

[
  "string"
]

@emicklei
Copy link
Owner

@dialytica thank you for your contribution. I will have a closer look asap

@emicklei emicklei merged commit 8d5111b into emicklei:v2 Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants