Fix schema style.

This commit is contained in:
Xin Lin
2026-02-06 12:09:51 -08:00
parent 8dc0fa56c7
commit 5aa90f1c9e
8 changed files with 44 additions and 27 deletions

View File

@@ -2206,7 +2206,8 @@
}
},
"required": [
"cwd"
"cwd",
"extraUserRoots"
],
"type": "object"
},
@@ -2224,11 +2225,15 @@
"type": "boolean"
},
"perCwdExtraUserRoots": {
"default": null,
"description": "Optional per-cwd extra roots to scan as user-scoped skills.",
"items": {
"$ref": "#/definitions/SkillsListExtraRootsForCwd"
},
"type": "array"
"type": [
"array",
"null"
]
}
},
"type": "object"