Files
codex/codex-rs/app-server-protocol/schema/json/v2/AppsInstalledParams.json
2026-07-08 15:11:34 -07:00

22 lines
636 B
JSON
Generated

{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Read the committed installed connector runtime snapshot.",
"properties": {
"reload": {
"description": "When true, refresh workspace policy and, when Apps are permitted, atomically refresh and publish the hosted connector runtime snapshot first.",
"type": "boolean"
},
"threadId": {
"description": "Optional loaded thread id used to evaluate effective app configuration.",
"type": [
"string",
"null"
]
}
},
"required": [
"reload"
],
"title": "AppsInstalledParams",
"type": "object"
}