Richard Frankel
Richard Frankel
@madslundt I think I found a special case of this bug in simple-schema-validation, when a schema has an array of optional objects that have a required child. https://codesandbox.io/s/node-playground-forked-7ogeel?file=/src/index.js ``` const...
Just commenting to +1 the issue - my use case would benefit from extension support (specifically, message and field options).
This is also relevant to our interests over at Roblox. Support for the wildcard described by the AIPs would be great.
Yep, it rejects a custom method named SlowBurn with the verb `slowBurn`: ``` - message: Custom method should have a URI suffix matching the method name, such as ":slow". location:...
Anyway, thanks for the context. I think we'll probably make the fix locally -- we were just waiting to see if there was some good reason not to that you...
In terms of feature requests/wishlist, have you given any thought to message-level rather than field-level validation? For example, [google.type.Date](https://github.com/googleapis/googleapis/blob/master/google/type/date.proto) says: ``` // This can represent one of the following: //...
A way to provide sample values would be great. These are useful for e.g. generating sample code snippets for APIs. Arguably this is beyond the scope of validation, but on...
We'd benefit from C#/.NET support at Roblox as well.
ndelacour, please do share that, thanks!
Added a few high-level comments - will do a more thorough read of the PR once those are resolved.