research-document
extends: entity
properties:
- key: documentKind
type: "string"
required: true
relations:
- key: claims
targets: [claim]
description: "claims used by this document"
- key: project
targets: [research-project]
description: "owning research project"
Edit the yaml block above to change the research-document schema. Prose here is documentation — the plugin ignores it.