Files
codex/codex-rs/app-server-protocol/schema/json/v2/FileChangeChangesStartedNotification.json
Akshay Nathan 53b166a7ba changes
2026-04-09 19:40:52 -07:00

21 lines
355 B
JSON

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