mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-15 19:21:08 +00:00
Config: sync generated schema baseline
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
64ff922efc6146d867f3858141772094a8a72cba99a8fd61878551175dd8c822 config-baseline.json
|
||||
5d0ce975352ff2b03077f6d71e9fe99ab0f0b118da0f72d47dc989c83f13d668 config-baseline.core.json
|
||||
838e3c2f798321d47ccafd132b07a94a676ecf01ec128550c85cea9c2cacf0f5 config-baseline.json
|
||||
531ad785e7877e8d426985df5074b958a09ea61da5557061f8762272ef9e1d46 config-baseline.core.json
|
||||
d22f4414b79ee03d896e58d875c80523bcc12303cbacb1700261e6ec73945187 config-baseline.channel.json
|
||||
1891bcb68d80ab8b7546a2946b5a9d82b18c3e92ffd2c834d15928e73fa11564 config-baseline.plugin.json
|
||||
d32b286c554e8fe7a53b01dde23987fa6eb2140f021297bf029aed5542d721af config-baseline.plugin.json
|
||||
|
||||
@@ -3465,6 +3465,18 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
|
||||
},
|
||||
],
|
||||
},
|
||||
imagePathScope: {
|
||||
anyOf: [
|
||||
{
|
||||
type: "string",
|
||||
const: "temp",
|
||||
},
|
||||
{
|
||||
type: "string",
|
||||
const: "workspace",
|
||||
},
|
||||
],
|
||||
},
|
||||
serialize: {
|
||||
type: "boolean",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user