mirror of
https://github.com/openai/codex.git
synced 2026-04-25 07:05:38 +00:00
46 lines
939 B
JSON
46 lines
939 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"oneOf": [
|
|
{
|
|
"properties": {
|
|
"status": {
|
|
"enum": [
|
|
"alreadySet"
|
|
],
|
|
"title": "AlreadySetv2::ThreadCreateApiKeyStartResponseStatus",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"status"
|
|
],
|
|
"title": "AlreadySetv2::ThreadCreateApiKeyStartResponse",
|
|
"type": "object"
|
|
},
|
|
{
|
|
"properties": {
|
|
"auth_url": {
|
|
"type": "string"
|
|
},
|
|
"callback_port": {
|
|
"format": "uint16",
|
|
"minimum": 0.0,
|
|
"type": "integer"
|
|
},
|
|
"status": {
|
|
"enum": [
|
|
"started"
|
|
],
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"auth_url",
|
|
"callback_port",
|
|
"status"
|
|
],
|
|
"type": "object"
|
|
}
|
|
],
|
|
"title": "ThreadCreateApiKeyStartResponse"
|
|
} |