MSP-1 Namespace Term

msp:url

Identifies the primary web-addressable location associated with an MSP-1 resource.

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

Definition

msp:url declares the main URL where a resource can be accessed. It connects an MSP-1 declaration to the web location associated with the described site, page, section, resource, or entity.

The url term should be expressed as an absolute URI string. It should remain stable, resolve to the intended resource, and avoid tracking parameters, session identifiers, or ephemeral query strings in MSP-1 declarations.

Usage

{
  "msp:url": "https://msp-1.org/protocol-overview/"
}

Within a page declaration:

{
  "page": {
    "id": "intro",
    "url": "https://msp-1.org/intro/"
  }
}

The url term locates the resource on the web. It is related to id and canonical, but it is not interchangeable with either term.

Related Terms