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
While neither of these are referenced anywhere, it really doesn't matter that they don't line up. However, as these schemas here will reference each other, it's important we have something of a plan
As discussed in the above-linked meeting notes, we likely need to consider a concrete expansion of all the things we might want to get in here. I'll start up a ROADMAP.md PR so we can consider things line-by-line.
Elevator Pitch
Adopt a consistent URI/file scheme.
Problem
The original proposal (which wasn't considered normative).
The JEP recommends a URI structure like:
{:name_space}/v{:version}/{:noun}.json
#1 proposes some URIs that would look like:
{:name_space}/{:version}
{:version}.json
While neither of these are referenced anywhere, it really doesn't matter that they don't line up. However, as these schemas here will reference each other, it's important we have something of a plan
Proposed
URI template
As a starting point for discussion, I recommend:
v1.json
at the same time-
gives better visual separation when rendered as a link.schema.json
makes it clear that e.g.kernelspec.schema.json
isn't an instance of itselfFile structure
Move these out of the python package, to the root of the repo:
data_files
Some examples
Gotchas
The text was updated successfully, but these errors were encountered: