Initial codex telegram bot source
This commit is contained in:
13
schemas/v2/PluginSkillReadResponse.json
Normal file
13
schemas/v2/PluginSkillReadResponse.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "PluginSkillReadResponse",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"contents": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user