wellKnown
The canonical root-relative path where the site’s MSP-1 declaration lives.
Example: "/.well-known/msp.json"
AI-friendly semantics for trusted information.
Namespace
The discovery term declares where MSP-1 protocol discovery is anchored so agents do not
infer alternate well-known filenames.
discovery is a top-level MSP-1 object that may appear in inline MSP-1 blocks and in the
site’s well-known declaration. Its purpose is to make discovery deterministic and reduce
inference-based guessing.
wellKnownThe canonical root-relative path where the site’s MSP-1 declaration lives.
Example: "/.well-known/msp.json"
canonicalA boolean signal indicating the declared well-known path is authoritative.
Example: true
{
"discovery": {
"wellKnown": "/.well-known/msp.json",
"canonical": true
}
}
View the schema definition:
Return to the namespace index: