Files
codex/codex-rs/app-server-json-schema/stable/v1/GitDiffToRemoteParams.json

13 lines
210 B
JSON

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