mirror of
https://github.com/openai/codex.git
synced 2026-05-01 09:56:37 +00:00
app server request/response structure for sandbox nux
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"definitions": {
|
||||
"WindowsSandboxNuxPromptAction": {
|
||||
"enum": [
|
||||
"setupElevated",
|
||||
"setupUnelevated",
|
||||
"retryElevated",
|
||||
"quit"
|
||||
],
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"action": {
|
||||
"$ref": "#/definitions/WindowsSandboxNuxPromptAction"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"action"
|
||||
],
|
||||
"title": "WindowsSandboxNuxPromptResponse",
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user