Updating data models.
- Putting data models inside separate package, so that there are no circular imports (api < report < models)
- Removing unused models
- Replacing
ValidationError
model with aValidationEntry
class that mimics the same class in "report" package. - Adding stuff to
ValidationResult
model