mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
33 lines
581 B
JSON
33 lines
581 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"defaultProjectId": {
|
|
"type": "string"
|
|
},
|
|
"defaultProjectTitle": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"organizationId": {
|
|
"type": "string"
|
|
},
|
|
"organizationTitle": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"projectApiKey": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"defaultProjectId",
|
|
"organizationId",
|
|
"projectApiKey"
|
|
],
|
|
"title": "ThreadCreateApiKeyFinishResponse",
|
|
"type": "object"
|
|
} |