project
extends: entity
properties:
- key: status
type: "string"
description: "e.g. active, paused, done"
relations:
- key: part_of
targets: [project]
description: "parent project or initiative"
- key: contributors
targets: [person]
Edit the yaml block above to change the project schema. Prose here is documentation — the plugin ignores it.