adiwg / mdJson-schemas

JSON schemas, examples, and templates for ADIwg metadata standards
http://www.adiwg.org/projects/
GNU Lesser General Public License v3.0
18 stars 15 forks source link

New Class - DataQuality #223

Closed stansmith907 closed 8 months ago

stansmith907 commented 5 years ago

Class Definition: dataQuality "quality information for the data specified by a data quality scope"

Rules:


Element Definitions:

Rules:


mdJson:

{
   "metadata": {
      "dataQuality": [
         {
            "scope": { },
            "standaloneQualityReport": { },
            "report": [ ]
         }
      ]
   }
}
dwalt commented 2 years ago

Updated JSON to reflect standAloneQualityReport is not an array, maximum of one allowed.

jwaspin commented 9 months ago

@dwalt Since report is required, I assume that is a minimum of 1?

dwalt commented 9 months ago

@jwaspin Yes, a minimum of one report is required.