-
Notifications
You must be signed in to change notification settings - Fork 805
Revisit use of comma-separated lists #31
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
Comments
Merged
The issue was related to the array schemas not being compliant. This has been resolved, and we already have a couple of tools using arrays. We can now migrate the existing comma-separated lists at our earliest convenience. |
Here are the places this is an issue:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
In #18 and other PRs where parameters can be expressed through arrays, we are using comma-separated lists instead as they seemed to cause issues in the clients.
As things are moving quite fast, let's revisit its use.
The text was updated successfully, but these errors were encountered: