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

13 lines
236 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "PluginShareCheckoutParams",
"type": "object",
"required": [
"remotePluginId"
],
"properties": {
"remotePluginId": {
"type": "string"
}
}
}