Re: [Cloud] protobufs?

2019-11-27 Thread Andrew Otto
> It's not clear how the validation part works. For us, we use the schema to validate the incoming data before accepting and persisting it. We have various disparate producers of data (client side javascript, internal PHP, other services and languages), and we need to ensure that the data we recei

Re: [Cloud] protobufs?

2019-11-27 Thread Roy Smith
Thanks again for the additional info. I've been doing more reading about JSON Schema, and am growing fond of the idea. The idea of schema-driven fuzz testing with https://pypi.org/project/hypothesis-jsonschema/ is pretty cool.