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

@@ -23,10 +23,15 @@
"type": "object",
"required": [
"id",
"name",
"needsAuth"
"name"
],
"properties": {
"category": {
"type": [
"string",
"null"
]
},
"description": {
"type": [
"string",
@@ -44,9 +49,6 @@
},
"name": {
"type": "string"
},
"needsAuth": {
"type": "boolean"
}
}
},