regenerate schemas

This commit is contained in:
jif-oai
2026-03-20 14:23:42 +00:00
parent 2cad2f570a
commit aa2b1d17db
15 changed files with 176 additions and 1 deletions

View File

@@ -83,6 +83,9 @@
],
"type": "object"
},
"AgentPath": {
"type": "string"
},
"AppBranding": {
"description": "EXPERIMENTAL - app metadata returned by app-list APIs.",
"properties": {
@@ -1999,6 +2002,17 @@
"null"
]
},
"agent_path": {
"anyOf": [
{
"$ref": "#/definitions/AgentPath"
},
{
"type": "null"
}
],
"default": null
},
"agent_role": {
"default": null,
"type": [