mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
feat: annotate experimental fields in app server protocol
This commit is contained in:
13
codex-rs/app-server-json-schema/stable/RequestId.json
Normal file
13
codex-rs/app-server-json-schema/stable/RequestId.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"format": "int64",
|
||||
"type": "integer"
|
||||
}
|
||||
],
|
||||
"title": "RequestId"
|
||||
}
|
||||
Reference in New Issue
Block a user