mirror of
https://github.com/openai/codex.git
synced 2026-05-01 03:42:05 +03:00
feat: annotate experimental fields in app server protocol
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"details": {
|
||||
"description": "Optional extra guidance, such as migration steps or rationale.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"summary": {
|
||||
"description": "Concise summary of what is deprecated.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"summary"
|
||||
],
|
||||
"title": "DeprecationNoticeNotification",
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user