set_full_schema
Replace the entire Formily Schema in one action by providing a complete JSON object with form and schema fields, overwriting all prior modifications for a clean template setup.
Instructions
直接设置完整的 Formily Schema JSON。适用于从已有模板复制 Schema 或 AI 一次性生成完整表单结构。会覆盖之前所有细粒度操作。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | 完整的 Formily Schema 对象,包含 form 和 schema 两个字段 |