revisionVersion
Provides the version identifier associated with a specific revision event.
AI-friendly semantics for trusted information.
MSP-1 Namespace Term
Describes a discrete change event in the lifecycle of an MSP-1 resource, providing a stable anchor for revision identity, date, version association, and explanatory notes.
msp:revision declares a documented change event or update point for a resource. Each revision should provide a stable identity anchor and may include date, notes, version association, reviewer context, provenance context, or related change references.
Revision metadata helps describe change history and temporal context. It should not be confused with msp:version or msp:provenance. revision identifies a documented change event; revisionVersion labels the version associated with that event; protocol.version identifies the MSP-1 protocol version being implemented.
Minimal revision metadata may declare only a stable revision identifier.
{
"msp:revision": {
"id": "rev-2026-06-24"
}
}
Preferred MSP-1 v1.0.2 revision metadata uses explicit revision subterms.
{
"msp:revision": {
"id": "rev-2026-06-24",
"revisionDate": "2026-06-24",
"revisionNotes": "Clarified namespace definitions and updated examples.",
"revisionVersion": "1.0.1"
}
}
Reviewer context may be included when a revision was reviewed or validated by a declared reviewer.
{
"msp:revision": {
"id": "rev-2026-06-24",
"revisionDate": "2026-06-24",
"revisionNotes": "Updated page metadata for v1.0.2.",
"revisionVersion": "1.0.1",
"reviewer": {
"id": "editorial-team"
}
}
}
The deprecated compliance term should not be emitted in new MSP-1 v1.0.2 declarations. Older revision structures using generic fields such as version, date, summary, or notes may receive compatibility handling, but new output should prefer revisionVersion, revisionDate, and revisionNotes.
Provides the version identifier associated with a specific revision event.
Records the date or date-time associated with a specific revision or lifecycle event.
Provides human-readable explanation of what changed in a revision.
Documents origin, lineage, creation method, source relationship, and contributor context.