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

13 lines
241 B
JSON

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