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