style(comet): align form input schema indentation

This commit is contained in:
juyua9 2026-08-07 15:33:55 +08:00
parent 922434af36
commit 34cf68bbc9

View File

@ -182,10 +182,10 @@
"type": "string",
"description": "Element reference from read_page, such as ref_1."
},
"value": {
"type": ["string", "boolean"],
"description": "Value to set; string for text/dropdowns or boolean for checkboxes."
}
"value": {
"type": ["string", "boolean"],
"description": "Value to set; string for text/dropdowns or boolean for checkboxes."
}
},
"required": [
"tab_id",