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 - ConformanceResult #227

Closed stansmith907 closed 8 months ago

stansmith907 commented 5 years ago

Class Definition: conformanceResult "Information about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level"

Rules:


Element Definitions:

Rules:


mdJson:

{
   "dataQuality": [
      {
         "report": [
            {
               "conformanceResult": [
                  {
                     "dateTime": "2019-06-11T09:00:00",
                     "scope": { },
                     "specification": { },
                     "explanation": "conformance result explanation",
                     "pass": false
                  }
               ]
            }
         ]
      }
   ]
}
jwaspin commented 9 months ago

Changes

Modified

Class Definition: conformanceResult "Information about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level"

Rules:


Element Definitions:

Rules:


mdJson:

{
   "dataQuality": [
      {
         "report": [
            {
               "conformanceResult": [
                  {
                     "dateTime": "2019-06-11T09:00:00",
                     "scope": { },
                     "specification": { },
                     "explanation": "conformance result explanation",
                     "pass": false
                  }
               ]
            }
         ]
      }
   ]
}