mirror of
https://github.com/openai/codex.git
synced 2026-05-26 22:15:13 +00:00
22 lines
411 B
JSON
Generated
22 lines
411 B
JSON
Generated
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"definitions": {
|
|
"RuntimeInstallCancelStatus": {
|
|
"enum": [
|
|
"canceled",
|
|
"not-found"
|
|
],
|
|
"type": "string"
|
|
}
|
|
},
|
|
"properties": {
|
|
"status": {
|
|
"$ref": "#/definitions/RuntimeInstallCancelStatus"
|
|
}
|
|
},
|
|
"required": [
|
|
"status"
|
|
],
|
|
"title": "RuntimeInstallCancelResponse",
|
|
"type": "object"
|
|
} |