-
Notifications
You must be signed in to change notification settings - Fork 194
Separate schema item definitions from layout rules #603
Copy link
Copy link
Closed
Labels
schemaIssues related to the YAML schema representation of the specification. Patch version release.Issues related to the YAML schema representation of the specification. Patch version release.
Description
Per today's NIDM-Terms call, one useful step toward integrating NIDM BIDS-Terms and the BIDS schema would be to divorce the layout rules (e.g., entity order in entities.yaml) from the definitions of the objects (e.g., the actual entities, their descriptions, etc.).
At the moment, I'm thinking something like this:
schema/
entities.yaml: just a list of entities in order
objects/
sub.yaml: definition of the sub entity
ses.yaml: definition of the ses entity
...
split.yaml: definition of the split entity
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
schemaIssues related to the YAML schema representation of the specification. Patch version release.Issues related to the YAML schema representation of the specification. Patch version release.
Type
Projects
Status
Done