Files
codex/codex-rs/app-server-protocol/schema/json/v2/WindowsSandboxSetupStartResponse.json
2026-02-17 16:19:50 -08:00

13 lines
230 B
JSON

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