Files
codex/codex-rs/app-server-protocol/schema/json/v2/WorktreeRemoveResponse.json

20 lines
376 B
JSON
Generated

{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Result returned by \\`worktree/remove\\`.",
"properties": {
"deletedBranch": {
"type": [
"string",
"null"
]
},
"removedPath": {
"type": "string"
}
},
"required": [
"removedPath"
],
"title": "WorktreeRemoveResponse",
"type": "object"
}