mirror of
https://github.com/openai/codex.git
synced 2026-04-25 23:24:55 +00:00
updates
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"definitions": {
|
||||
"ExternalAgentConfigMigrationType": {
|
||||
"ExternalAgentConfigMigrationItemType": {
|
||||
"enum": [
|
||||
"AGENTS_MD",
|
||||
"CONFIG",
|
||||
@@ -11,15 +11,15 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"migrationTypes": {
|
||||
"migrationItemTypes": {
|
||||
"items": {
|
||||
"$ref": "#/definitions/ExternalAgentConfigMigrationType"
|
||||
"$ref": "#/definitions/ExternalAgentConfigMigrationItemType"
|
||||
},
|
||||
"type": "array"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"migrationTypes"
|
||||
"migrationItemTypes"
|
||||
],
|
||||
"title": "ExternalAgentConfigImportParams",
|
||||
"type": "object"
|
||||
|
||||
Reference in New Issue
Block a user