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
2 changes: 1 addition & 1 deletion docs-developers/meta/data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Two **per-work sidecars** carry the community-authored, spoiler-tagged content:
the `characters` and `recaps` members of a work's entry in the separate
`data/works-community/` family, keyed by the **work's** slug. They are
structurally separated from the core: their `license` field accepts only
`CC-BY-SA-3.0` (`$defs/license_content`), and the family boundary makes the
`CC-BY-SA-4.0` (`$defs/license_content`), and the family boundary makes the
licensing split visible in the directory tree. Authoring them is documented in
the repo's `AUTHORING.md` (see [contributing data](contributing-data.md)).

Expand Down
4 changes: 2 additions & 2 deletions docs-developers/meta/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ data is split across two licence layers (below).

Data lives in two layers, and the boundary is **enforced structurally by the JSON
Schema**, not by convention (see `LICENSING.md` in the repo): the `license` field
of a core record accepts only `CC0-1.0`, and a sidecar's only `CC-BY-SA-3.0`
of a core record accepts only `CC0-1.0`, and a sidecar's only `CC-BY-SA-4.0`
(`common.schema.json` `$defs/license` vs `$defs/license_content`).

| Layer | Entities | Licence |
|---|---|---|
| **Factual core** | works, recordings, people, series | **CC0-1.0** public-domain dedication |
| **Expressive layer** | per-work characters + recaps sidecars | **CC BY-SA 3.0** |
| **Expressive layer** | per-work characters + recaps sidecars | **CC BY-SA 4.0** |

Publisher blurbs and cover art are referenced, never copied: descriptions are
community-written and covers are URLs. Every entity also carries a `sources[]`
Expand Down
Loading