Refresh Codex protocol schemas

This commit is contained in:
Codex
2026-06-23 11:20:03 +00:00
parent 595e8aee0e
commit 85326d845d
75 changed files with 11791 additions and 3800 deletions

View File

@@ -48,7 +48,10 @@
],
"properties": {
"email": {
"type": "string"
"type": [
"string",
"null"
]
},
"planType": {
"$ref": "#/definitions/PlanType"
@@ -69,6 +72,14 @@
"type"
],
"properties": {
"credentialSource": {
"default": "awsManaged",
"allOf": [
{
"$ref": "#/definitions/AmazonBedrockCredentialSource"
}
]
},
"type": {
"type": "string",
"enum": [
@@ -81,6 +92,13 @@
}
]
},
"AmazonBedrockCredentialSource": {
"type": "string",
"enum": [
"codexManaged",
"awsManaged"
]
},
"PlanType": {
"type": "string",
"enum": [