mirror of
https://github.com/openai/codex.git
synced 2026-05-17 17:53:06 +00:00
20 lines
376 B
JSON
Generated
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"
|
|
} |