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 - DescriptiveResult #229

Closed stansmith907 closed 8 months ago

stansmith907 commented 5 years ago

Class Definition: descriptiveResult "Data quality descriptive result"

Rules:


Element Definitions:

Rules:


mdJson:

{
   "dataQuality": [
      {
         "report": [
            {
               "descriptiveResult": [
                  {
                     "dateTime": "2019-06-11T09:00:00",
                     "scope": { },
                     "statement": "descriptive result statement"
                  }
               ]
            }
         ]
      }
   ]
}
jwaspin commented 9 months ago

@dwalt

Some of the dateTimes are arrays and some are just single strings. In this case the element definition differs from the example. Can you confirm for all of the different data quality components whether or not the dateTime should be an array of dateTime strings or if it should be a single string? Or does it depend on the specific component as to what it should be?

jwaspin commented 9 months ago

Changes

Modified

Class Definition: descriptiveResult "Data quality descriptive result"

Rules:


Element Definitions:

Rules:


mdJson:

{
   "dataQuality": [
      {
         "report": [
            {
               "descriptiveResult": [
                  {
                     "dateTime": "2019-06-11T09:00:00",
                     "scope": { },
                     "statement": "descriptive result statement"
                  }
               ]
            }
         ]
      }
   ]
}