Files
codex/codex-rs/app-server-json-schema/stable/v1/UserInfoResponse.json

13 lines
221 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"allegedUserEmail": {
"type": [
"string",
"null"
]
}
},
"title": "UserInfoResponse",
"type": "object"
}