core-agent-ide/codex-rs/app-server-protocol/schema/json/FuzzyFileSearchSessionCompletedNotification.json

13 lines
244 B
JSON
Raw Normal View History

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