MSP-1 Namespace Term

msp:id

Provides a stable, unique identifier for an MSP-1 resource, entity, page, section, or conceptual element.

IRI: https://msp-1.org/ns/id

Definition

msp:id identifies the resource or entity being described by an MSP-1 declaration. The value should be stable across revisions unless the identity of the resource fundamentally changes.

An id may be a URI, slug, UUID, opaque identifier, or system-specific identifier. MSP-1 does not require a single identifier format, but implementers should use consistent, maintainable patterns within the declared scope.

Usage

{
  "msp:id": "lighting-guide"
}
{
  "msp:id": "https://msp-1.org/spec/id/"
}

The id term identifies the resource or entity. It is related to url and canonical, but it is not interchangeable with either term.

Related Terms