research-source
extends: entity
properties:
- key: sourceKind
type: "string"
required: true
- key: canonicalId
type: "string"
- key: url
type: "string"
- key: asset
type: "string"
- key: contentFingerprint
type: "string"
relations:
- key: project
targets: [research-project]
description: "owning research project"
Edit the yaml block above to change the research-source schema. Prose here is documentation — the plugin ignores it.