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 - Report #224

Closed stansmith907 closed 6 months ago

stansmith907 commented 5 years ago

Class Definition: report "Aspect of quantitative quality information"

Rules:


Element Definitions:

Rules:


mdJson:

{
   "dataQuality": [
      {
         "report": [
            {
               "type": "quality report type - enumerated",
               "standaloneQualityReportDetails": "standalone details",
               "qualityMeasure": { },
               "evaluationMethod": { },
               "quantitativeResult": [ ],
               "descriptiveResult": [ ],
               "conformanceResult": [ ],
               "coverageResult": [ ],
               "derivedElementReport": [ ]
            }
         ]
      }
   ]
}
dwalt commented 2 years ago

Added element "coverageResult". Added definition for element "relatedElementReport". Deleted "dateTime". Added rule for conditional requirement of "derivedElementReport".

dwalt commented 1 year ago

Removed: relatedElementReport: [ report ] "Information about the reliability of data quality results". While apparent as an association in the ISO UML, I can find no reference in the data dictionary. It appears element association is specific to derivation or aggregation already handled by derivedElementReport.

dwalt commented 1 year ago

Added coverageResult to the list of result types as satisfying the minimum one result requirement.

jwaspin commented 7 months ago

@dwalt Is the derivedElementReport array still a requirement for this?

I'm also seeing "type" and "standaloneQualityReportDetails".

Are any of these still relevant?

dwalt commented 7 months ago

@jwaspin Yes. Type is a system field and ADIwg codelist for type of DQ report for use in the UI. standaloneQualityReportDetails is a textual reference to a sub-section within the standAloneReport which describes some aspect of the report in narrative form, for instance, elaborating on how testing methods were applied.