Files
codex/codex-rs/app-server-json-schema/stable/v2/SkillsConfigWriteParams.json

17 lines
277 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"enabled": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"enabled",
"path"
],
"title": "SkillsConfigWriteParams",
"type": "object"
}