This commit is contained in:
alexsong-oai
2026-02-24 01:12:04 -08:00
parent db43e64d0f
commit ec3a5e2ff7
10 changed files with 56 additions and 75 deletions

View File

@@ -6,17 +6,17 @@
"description": {
"type": "string"
},
"migrationType": {
"$ref": "#/definitions/ExternalAgentConfigMigrationType"
"itemType": {
"$ref": "#/definitions/ExternalAgentConfigMigrationItemType"
}
},
"required": [
"description",
"migrationType"
"itemType"
],
"type": "object"
},
"ExternalAgentConfigMigrationType": {
"ExternalAgentConfigMigrationItemType": {
"enum": [
"AGENTS_MD",
"CONFIG",