Skip to content
Developer Preview

SkillSource

A skill row’s source scope: the projection of the skills crate’s SkillsSourceScope. Open: a future scope value is additive.

  • "bundled"
  • "plugin"
  • "project"
  • "user"
Source

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

{
"description": "A skill row's source scope: the projection of the skills\ncrate's `SkillsSourceScope`. Open: a future scope value is additive.",
"enum": [
"bundled",
"user",
"project",
"plugin"
],
"type": "string",
"x-msp-openness": "open"
}