Schema
Module to check and clean values entered into AuroraDB methods.
use Schema;
# clean value
my $entity="WhateverIsHere";
$entity=$Schema::CLEAN{entity}->($entity);
Module to check and clean values entered into AuroraDB-methods or for users that uses the AuroraDB-class.
Will also set default-values if input value is wrong in some way or missing.
This module is used everywhere in the AuroraDB-module when cleaning and checking of values are needed, so that the definition of it is in one place. The module is also used by the various parts of the AURORA-system when handling these kinds of values.