mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
19 lines
309 B
JSON
19 lines
309 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"accepted": {
|
|
"type": "boolean"
|
|
},
|
|
"rejectionReason": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
}
|
|
},
|
|
"required": [
|
|
"accepted"
|
|
],
|
|
"title": "ModelRequestResponse",
|
|
"type": "object"
|
|
} |