Skip to content

data-cleaning/ValidatReport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ValidatReport

Standard validation report structure for the ESS

Version 1.0.0 (2017-08-15)

Interactive dashboards on standard validation reports

The report structure in more detail

A short summary of the report structure is given below.

There are two types of structure, the most basic is a validation with the following structure (in pseudocode: types are given in fixed font, optional slots are indicated in italics an array is indicated with [square brackets]).

  • validation
    • id string
    • type enum: 'validation'
    • event
      • time string in ISO 8601 format
      • actor string
      • agent string
      • trigger string
    • rule
      • language string
      • expression string
      • severity `enum: 'error', 'warning', 'information'
      • change `enum: 'up', 'down'
      • description string
    • data
      • source [string]
      • target [string]
      • description
    • value enum: '0', '1', 'NA'

The second type is a aggregation with the following structure.

  • aggregation
    • id string
    • type enum: 'aggregation'
    • event
      • time string in ISO 8601 format
      • actor string
      • agent string
      • trigger string
    • aggregate
      • language string
      • expression string
      • description string
    • data
      • source [string]
      • target [string]
      • description
    • value string

About

Standard validation report structure for the ESS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages