Refresh Codex protocol schemas
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "ExternalAgentConfigImportResponse",
|
||||
"type": "object"
|
||||
"type": "object",
|
||||
"required": [
|
||||
"importId"
|
||||
],
|
||||
"properties": {
|
||||
"importId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user