Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Class - DataQuality #223

Closed
3 tasks
stansmith907 opened this issue Jun 12, 2019 · 3 comments · Fixed by #269
Closed
3 tasks

New Class - DataQuality #223

stansmith907 opened this issue Jun 12, 2019 · 3 comments · Fixed by #269

Comments

@stansmith907
Copy link
Contributor

stansmith907 commented Jun 12, 2019

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

Rules:

  • optional

Element Definitions:

  • scope: { scope } "The specific data to which the data quality information applies"
  • standaloneQualityReport: { standaloneQualityReport } "Reference to an external standalone quality report"
  • report: [ report ] "aspect of quantitative quality information"

Rules:

  • scope: required, maximum of one
  • report: required

mdJson:

{
   "metadata": {
      "dataQuality": [
         {
            "scope": { },
            "standaloneQualityReport": { },
            "report": [ ]
         }
      ]
   }
}
@jlblcc jlblcc added this to Todo in mdToolkit May 21, 2020
@dwalt dwalt mentioned this issue Aug 2, 2022
10 tasks
@dwalt
Copy link
Collaborator

dwalt commented Aug 19, 2022

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

@jwaspin
Copy link
Contributor

jwaspin commented Dec 20, 2023

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

@dwalt
Copy link
Collaborator

dwalt commented Dec 21, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants