claim
extends: entity
properties:
- key: proposition
type: "string"
required: true
- key: confidence
type: "string"
required: true
- key: reviewState
type: "string"
required: true
- key: limitations
type: "string[]"
required: true
relations:
- key: supports
targets: [evidence]
description: "evidence supporting this claim"
- key: challenges
targets: [evidence]
description: "evidence challenging this claim"
- key: contextualizes
targets: [evidence]
description: "evidence providing context for this claim"
- key: project
targets: [research-project]
description: "owning research project"
Edit the yaml block above to change the claim schema. Prose here is documentation — the plugin ignores it.