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

Data type on ingestTimestamp in Provenance? #58

Open
MatthewRichardsonICPSR opened this issue Jan 25, 2018 · 4 comments
Open

Data type on ingestTimestamp in Provenance? #58

MatthewRichardsonICPSR opened this issue Jan 25, 2018 · 4 comments

Comments

@MatthewRichardsonICPSR
Copy link

Should ingestTimestamp be a ref to DataInfo instead of a String?

@MatthewRichardsonICPSR
Copy link
Author

I'm referring to the json schema for provenance.

@agbeltran
Copy link
Member

This schema represents the internal DataMed information about the data ingestion process - I'm unsure if the type for ingestTimetamp is being enforced to be something other than string. Maybe @jgrethe can comment further? Thanks

@jgrethe
Copy link
Member

jgrethe commented Jan 25, 2018

The ingest time stamp is an internal timestamp for when the record was originally ingested: "20170510T232955+0000"

However, this is a standard timestamp format.

@agbeltran
Copy link
Member

agbeltran commented Feb 8, 2018

Is this following RFC3399? If so, I can add the format date-time in the JSON schema, but it seems to be missing '-' and ':' (one example from the spec is 1985-04-12T23:20:50.52Z)
Thanks

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

No branches or pull requests

3 participants