-
Notifications
You must be signed in to change notification settings - Fork 491
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
Feature Request: Simplify dataset metadata JSON files for dataset creation or import #10957
Comments
Note: a more radical simplification would be very interesting, but hopefully this would be an easier quick win. |
Note that the metadata input for the semantic API would look like (using a (~standard) @context for readability):
or, even shorter,
|
This is what I've suggested to @JR-1991 who has slides ready about the gnarly complicated native format, to try the semantic API. 😄 See also discussion here: |
@pdurbin, it is on my bucket list 😁 Can this also be passed to the dataset creation/edit endpoint? |
@JR-1991 well, you have to pass |
Overview of the Feature Request
Remove elements from the dataset creation json file that are superfluous
What kind of user is the feature intended for?
API User
What inspired the request?
JSON files are long, complex and intimidating for new users.
What existing behavior do you want changed?
Remove the need of the following attributes in the dataset JSON files :
typeClass
for metadata fieldsmultiple
for metadata fieldsdisplayName
for metadatablocksJSON files comparison
Current Darwin Finches JSON for the fields title, author, datasetContact, dsDescription, subject :
Simplified JSON file :
Are you thinking about creating a pull request for this feature?
Even if this would help increase APIs adoption, we have other priorities at the moment.
The text was updated successfully, but these errors were encountered: