Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/common-principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ Derivatives can be stored/distributed in two ways:
that were used to generate the derivatives.
Likewise, any code used to generate the derivatives from the source data
MAY be included in the `code/` subdirectory.
Extra documentation (and relevant images) MAY be included in the `docs/` subdirectory.
Logs from running the code or other commands MAY be stored under `logs/` subdirectory.

Example of a derivative dataset including the raw dataset as source:
Expand Down
4 changes: 4 additions & 0 deletions src/schema/rules/directories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ raw:
name: derivatives
level: optional
opaque: true
docs:
name: docs
level: optional
opaque: true
logs:
name: logs
level: optional
Expand Down
3 changes: 3 additions & 0 deletions src/schema/rules/files/common/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ code:
derivatives:
level: optional
path: derivatives
docs:
level: optional
path: docs
logs:
level: optional
path: logs
Expand Down