Initial codex telegram bot source
This commit is contained in:
22
schemas/v2/SendAddCreditsNudgeEmailParams.json
Normal file
22
schemas/v2/SendAddCreditsNudgeEmailParams.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "SendAddCreditsNudgeEmailParams",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"creditType"
|
||||
],
|
||||
"properties": {
|
||||
"creditType": {
|
||||
"$ref": "#/definitions/AddCreditsNudgeCreditType"
|
||||
}
|
||||
},
|
||||
"definitions": {
|
||||
"AddCreditsNudgeCreditType": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"credits",
|
||||
"usage_limit"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user