bbhopesh
bbhopesh
HI @jhamrick. I need this feature too. Has anyone started working on this? I can start or jump in to help. I also wanted to hear your thoughts on how...
I am also facing bug with `putDataImage`. When I run example app without any changes, it renders differently on different platforms. Check top left rectangle in two images below, one...
Is someone already working on implementing this? I'd like to contribute if another person is needed for this task or some part of it.
There is a MongoDB [blog](https://www.mongodb.com/blog/post/json-schema-validation--checking-your-arrays) on the same issue. MongoDB's json schema validation seems to support an option called `uniqueItems` to enforce uniqueness on an array field within a single...
While this feature isn't available, is there a workaround that you would suggest? I was considering custom validators but I didn't find an easy way to call existing validators from...
Hmmm.. that is an acceptable workaround for now but I think just schema should be able to take an object and validate.
Great Thanks.