mirror of
https://github.com/openai/codex.git
synced 2026-04-26 15:45:02 +00:00
13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"allegedUserEmail": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
}
|
|
},
|
|
"title": "UserInfoResponse",
|
|
"type": "object"
|
|
} |