-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat: Add support for callback signatures #11
Comments
Could you include an example of where it would be useful? In particular, it would help decide how to support such signatures, or if we only need to be able to skip them. |
All the issues I recently created are useful to me righth now on a single feat I need, namely client configuration validation, I mean, validate the configuration that my library users enter. After some though and testing, I came to realization that maybe using these libraries is not the way to go in my case, but using something like JSON Schema or some other schema validator. Thanks |
Perhaps you are right. But that's why I am asking. Call signatures don't make sense for a data descriptor of the kind that you might consider using JSON Schema validator for. |
@dsagal You're right, JSON Schema doesn't have callback signatures, I said it only to say something as an example, which I have to check now how can I overcome that or to find another way to fully validate client configuration entries. |
Something like:
The text was updated successfully, but these errors were encountered: