This reverts commit 49c2a4a4e3. The validation was causing more problems than it was fixing, so removed it completely
49c2a4a4e3
* Validate UUIDs against custom validator Instead of just validating against strings, use a custom validator, so that the format can be checked. * Add tests for custom UUID4 validator