Skip to content

Commit ef6247d

Browse files
chore: update interface schema files from MaaFramework
Triggered by 173f19b [skip changelog]
1 parent 173f19b commit ef6247d

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

deps/tools/interface.schema.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,19 @@
698698
}
699699
},
700700
"agent": {
701-
"$ref": "#/definitions/agentConfig"
701+
"oneOf": [
702+
{
703+
"$ref": "#/definitions/agentConfig"
704+
},
705+
{
706+
"type": "array",
707+
"title": "代理配置数组",
708+
"description": "多个子进程(AgentServer)的配置",
709+
"items": {
710+
"$ref": "#/definitions/agentConfig"
711+
}
712+
}
713+
]
702714
},
703715
"task": {
704716
"type": "array",

0 commit comments

Comments
 (0)