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

Add Structural Metadata #34

Open
rodericcomyn opened this issue Nov 4, 2021 · 2 comments
Open

Add Structural Metadata #34

rodericcomyn opened this issue Nov 4, 2021 · 2 comments
Labels
Dataset Dataset Specification

Comments

@rodericcomyn
Copy link
Collaborator

rodericcomyn commented Nov 4, 2021

dataClasses (array)

  • label (string)
  • description (string)

dataElements (array)

  • label (string)
  • description (string)
  • dataType (string / enum?)
  • sensitive (bool)
@susheel
Copy link
Member

susheel commented Nov 4, 2021

  1. Suggest adding an optional count for each array
  2. Suggest using name instead of label
  3. Suggest using lowercase datatype as a string enum. Do we want the possibility of users to suggest their own data types and/or format constraints?
  4. Do we want to have a word limit of decription?
  5. Do we want to capture logicalName? e.g. eid may be the field name, but logically may represent "Event IDorEthnicity`
  6. Do we want to keep them separate from the core schema? If separate at what point do major changes affect the core schema. Not a loaded question.
  7. Do we want to capture lookup or data dictionary tables that may be open access?
  8. Do we want to combine the profile elements as optional attributes or keep them separate to the structural metadata

@susheel
Copy link
Member

susheel commented Nov 4, 2021

It would be good to survey the standard landscape of that is used for such profiling data and either reuse them or extend them.

@rodericcomyn rodericcomyn added the Dataset Dataset Specification label Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dataset Dataset Specification
Projects
None yet
Development

No branches or pull requests

2 participants