Skip to content
Developer Preview

CapabilityName

A grantable capability name. Open: the reserved rawLog entry joins this domain as an additive open-enum extension in a future protocol revision — closed would make that a retype.

  • "userShell"
Source

schema/msp/experimental/msp.schema.json#/types/CapabilityName

{
"description": "A grantable capability name. Open: the reserved `rawLog` entry\njoins this domain as an additive open-enum extension in a future protocol revision — closed would make that a retype.",
"enum": [
"userShell"
],
"type": "string",
"x-msp-openness": "open"
}