meeting
extends: entity
properties:
- key: date
type: "date"
relations:
- key: attendees
targets: [person]
- key: about
targets: [entity]
description: "what the meeting concerned"
Edit the yaml block above to change the meeting schema. Prose here is documentation — the plugin ignores it.