chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-10 10:34:23 +00:00
parent 90fb32be30
commit 2cf68f32b5

View file

@ -18234,6 +18234,22 @@
]
}
},
"reference": {
"type": "object",
"additionalProperties": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "#/components/schemas/ConfigV2ReferenceGit"
},
{
"$ref": "#/components/schemas/ConfigV2ReferenceLocal"
}
]
}
},
"watcher": {
"type": "object",
"properties": {