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

Simple data format: metadata file format? #13

Closed
jpstacey opened this issue Jun 7, 2012 · 2 comments
Closed

Simple data format: metadata file format? #13

jpstacey opened this issue Jun 7, 2012 · 2 comments

Comments

@jpstacey
Copy link

jpstacey commented Jun 7, 2012

The SDF document references the "Data Package specification" for its metadata format. In my mind, this raises two slightly pedantic issues that might be worth clarifying:

  • What's the metadata filename called in SDF? The DP spec says "datapackage.json" for this file, which sounds too DP-specific. "metadata.json"?
  • Is the structure of this file literally single-level JSON key/value pairs i.e:
{
  "version": "1.0",
  "license": "CC BY-NC-SA 2.0",
  ...
}

? If so, it might be worth putting a sample of it on the DP page.

(As a separate and much less important note, clicking on the Data Package specification loses menu context: should it be somewhere on the right-hand menu hierarchy? As it is, it's difficult to find without clicking through from e.g. the SDF page.)

@rufuspollock
Copy link
Contributor

I feel we can stick with datapackage.json for the metadata fle but agree on having an example.

@rufuspollock
Copy link
Contributor

roll added a commit that referenced this issue Jun 26, 2024
* Fixed default field type

* Updated any type

* Updated wording

* Fixed typo

Co-authored-by: Peter Desmet <peter.desmet.work@gmail.com>

* Aded an example

* Added note that any can be omitted

* Update content/docs/specifications/table-schema.md

Co-authored-by: Pieter Huybrechts <48065851+PietrH@users.noreply.github.com>

* Update content/docs/specifications/table-schema.md

Co-authored-by: Peter Desmet <peter.desmet@inbo.be>

* Update content/docs/specifications/table-schema.md

Co-authored-by: Peter Desmet <peter.desmet@inbo.be>

---------

Co-authored-by: Peter Desmet <peter.desmet.work@gmail.com>
Co-authored-by: Pieter Huybrechts <48065851+PietrH@users.noreply.github.com>
Co-authored-by: Peter Desmet <peter.desmet@inbo.be>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants