Files
codex-telegram-bot/schemas/v2/PluginSkillReadResponse.json
2026-05-21 08:40:16 +00:00

13 lines
220 B
JSON

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