mirror of
https://github.com/openai/codex.git
synced 2026-04-26 23:55:25 +00:00
Fix schema style.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user