mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
56 lines
883 B
JSON
56 lines
883 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"accountUserId": {
|
|
"type": "string"
|
|
},
|
|
"avatarId": {
|
|
"type": "string"
|
|
},
|
|
"awardId": {
|
|
"type": "string"
|
|
},
|
|
"awardedAt": {
|
|
"format": "int64",
|
|
"type": [
|
|
"integer",
|
|
"null"
|
|
]
|
|
},
|
|
"awardedBy": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"metadataJson": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"sourceRef": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"sourceSummary": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"sourceType": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"accountUserId",
|
|
"avatarId",
|
|
"awardId",
|
|
"sourceType"
|
|
],
|
|
"title": "CodexAvatarAdminAwardGrantParams",
|
|
"type": "object"
|
|
} |