txId: value => {
      if (value) {
        return validatorUtils.isString(value) && validator.isUUID(value);
      }
      return true;