You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.
Currently we support both yaml and json. As json is the canonical form, json is mostly a subset of yaml, this generally works fine... except for dates. I'll look into this some more
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I suggest specification of ISO8601 for date/time values (see GA4GH; https://github.com/ga4gh/schemas/blob/master/doc/source/api/metadata.rst).
This requires conversion of the current examples:
"created": "!!date 2016 1 14"
=>"created": "2016-01-14"
... and replacement of the
dtjson.py
code.The text was updated successfully, but these errors were encountered: