Initial codex telegram bot source
This commit is contained in:
22
schemas/ClientNotification.json
Normal file
22
schemas/ClientNotification.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "ClientNotification",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "object",
|
||||
"required": [
|
||||
"method"
|
||||
],
|
||||
"properties": {
|
||||
"method": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"initialized"
|
||||
],
|
||||
"title": "InitializedNotificationMethod"
|
||||
}
|
||||
},
|
||||
"title": "InitializedNotification"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user