mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
21 lines
457 B
JSON
21 lines
457 B
JSON
{
|
|
"$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"
|
|
} |