person
extends: entity
properties:
- key: role
type: "string"
description: "what this person does"
relations:
- key: works_on
targets: [project]
description: "projects this person contributes to"
- key: knows
targets: [person]
Edit the yaml block above to change the person schema. Prose here is documentation — the plugin ignores it.