revision
Describes a discrete change event in the lifecycle of an MSP-1 resource.
AI-friendly semantics for trusted information.
MSP-1 Namespace Term
Records the date or date-time associated with a specific revision or lifecycle event in an MSP-1 resource.
msp:revisionDate provides temporal context for a revision or lifecycle event. It identifies when a resource was created, updated, reviewed, published, deprecated, or otherwise changed when that context is declared.
The revisionDate term should not be confused with msp:revisionVersion or msp:revisionNotes. revisionDate records when the revision event occurred; revisionVersion labels the associated version; revisionNotes explain what changed.
The lean string form is preferred for ordinary revision metadata.
{
"msp:revisionDate": "2025-01-10"
}
A date-time string may be used when time-level precision is useful.
{
"msp:revisionDate": "2025-12-11T14:32:00Z"
}
The structured form may be used when lifecycle-date metadata requires kind, precision, timezone, or labeling.
{
"msp:revisionDate": {
"value": "2025-12-11T14:32:00Z",
"kind": "updated",
"precision": "datetime",
"timezone": "UTC"
}
}
Inside a revision object, the lean string form keeps the revision declaration compact.
{
"msp:revision": {
"id": "rev-2025-03",
"revisionDate": "2025-12-10",
"revisionNotes": "Corrected terminology and added citation.",
"revisionVersion": "1.0.3"
}
}
revisionDate values should use ISO 8601-compatible date or date-time formatting.The deprecated compliance term should not be emitted in new MSP-1 v1.0.1 declarations. Older examples that place precision beside a string revisionDate may receive advisory compatibility handling, but new structured date metadata should place precision inside the revisionDate object.
Describes a discrete change event in the lifecycle of an MSP-1 resource.
Provides human-readable explanation of what changed in a revision.
Provides the version identifier associated with a specific revision event.
Documents origin, lineage, creation method, source relationship, and contributor context.