research-question
extends: entity
properties:
- key: question
type: "string"
required: true
- key: status
type: "string"
required: true
relations:
- key: about
targets: [entity]
description: "subject of the question"
- key: project
targets: [research-project]
description: "owning research project"
Edit the yaml block above to change the research-question schema. Prose here is documentation — the plugin ignores it.