author
Identifies the human individual or organization primarily responsible for creating or originating a resource.
AI-friendly semantics for trusted information.
MSP-1 Namespace Term
Identifies the function, responsibility, or semantic position an entity has in relation to an MSP-1 resource, declaration, contribution, review, revision, or governance context.
msp:role declares the function an entity performs in context. It may describe participation in authorship, review, contribution, maintenance, publication, governance, technical operation, or related responsibility.
The role term should not be confused with msp:type. role describes what function an entity performs; type classifies what kind of thing the entity or resource is.
The lean string form is preferred when role appears as an embedded field.
{
"msp:role": "maintainer"
}
The structured form may be used when a standalone role declaration needs additional context.
{
"msp:role": {
"name": "ai-partner",
"category": "technical",
"entityType": "System",
"scope": "content structure and analysis",
"description": "AI system contributing structural, analytical, or generative support."
}
}
Role labels may also appear inside contributor or provenance metadata.
{
"msp:provenance": {
"type": [
"original",
"ai-assisted"
],
"contributors": [
{
"id": "mark-johnson",
"role": "author"
},
{
"id": "chatgpt-jdk",
"role": "ai-partner"
}
]
}
}
The deprecated compliance term should not be emitted in new MSP-1 v1.0.1 declarations. Legacy role category values that refer to compliance should receive advisory compatibility handling rather than being treated as active role vocabulary.
Identifies the human individual or organization primarily responsible for creating or originating a resource.
Identifies a person, organization, or system that reviewed, audited, evaluated, or approved a resource.
Documents origin, lineage, creation method, source relationship, and contributor context.
Classifies a resource, entity, page, section, provenance entry, intent, role, or related declaration.