lower: context => {
    if (context.value == null || !context.value.length || !context.value.toString().match(uuid._regex.lower)) {
      context.fail('Value must be a valid UUID with all lowercase letters')
    }
  }