mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:50:46 +00:00
test: harden plugin prerelease smoke checks
This commit is contained in:
@@ -138,6 +138,7 @@
|
||||
},
|
||||
"format": {
|
||||
"type": "string",
|
||||
"description": "Deprecated alias for fileFormat.",
|
||||
"enum": ["png", "pdf"]
|
||||
},
|
||||
"fileQuality": {
|
||||
@@ -157,19 +158,23 @@
|
||||
},
|
||||
"imageFormat": {
|
||||
"type": "string",
|
||||
"description": "Deprecated alias for fileFormat.",
|
||||
"enum": ["png", "pdf"]
|
||||
},
|
||||
"imageQuality": {
|
||||
"type": "string",
|
||||
"description": "Deprecated alias for fileQuality.",
|
||||
"enum": ["standard", "hq", "print"]
|
||||
},
|
||||
"imageScale": {
|
||||
"type": "number",
|
||||
"description": "Deprecated alias for fileScale.",
|
||||
"minimum": 1,
|
||||
"maximum": 4
|
||||
},
|
||||
"imageMaxWidth": {
|
||||
"type": "number",
|
||||
"description": "Deprecated alias for fileMaxWidth.",
|
||||
"minimum": 640,
|
||||
"maximum": 2400
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user