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
In #137 I've got a schema with some basic validation going for meta.yaml's.
It's not currently very clear to the outside user what that schema is, however, without reading the actual traitlets-based schema definition.
As a follow-on, we can add a top-level examples/ directory, and include some sample meta.yaml's in it, with annotations/comments explaining the fields. These files can be tested against the schema introduced by #137 to ensure they don't get stale. 😄
The text was updated successfully, but these errors were encountered:
In #137 I've got a schema with some basic validation going for meta.yaml's.
It's not currently very clear to the outside user what that schema is, however, without reading the actual traitlets-based schema definition.
As a follow-on, we can add a top-level
examples/
directory, and include some samplemeta.yaml
's in it, with annotations/comments explaining the fields. These files can be tested against the schema introduced by #137 to ensure they don't get stale. 😄The text was updated successfully, but these errors were encountered: