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