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

Get rid of data/identifier wrappers in subschemas/child entities #3762

Open
dafeder opened this issue Mar 6, 2022 · 0 comments
Open

Get rid of data/identifier wrappers in subschemas/child entities #3762

dafeder opened this issue Mar 6, 2022 · 0 comments

Comments

@dafeder
Copy link
Member

dafeder commented Mar 6, 2022

Everything that's not a dataset is currently stored in an object that consists of

{
  "identifier": "[uuid]",
  "data": {}
}

where the actual metadata goes in "data", whether it's a string or an object. This was a sort of stopgap a long time ago to deal with strings and objects without identifiers in them, when really we should have a data model that does not require the identifier explicitly in the JSON.

@dafeder dafeder created this issue from a note in Referencer refactor (To do) Mar 6, 2022
@github-actions github-actions bot added this to Incoming/Triage in DKAN 2 Issue Triage Mar 6, 2022
@dafeder dafeder removed this from Incoming/Triage in DKAN 2 Issue Triage Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant