Avoid draft files in product-data generation

This commit is contained in:
wuyang6
2026-05-11 19:56:29 +08:00
parent 7dc7fa2e52
commit 41eb36a704
6 changed files with 71 additions and 12 deletions
@@ -4,6 +4,8 @@
"ok": {"type": "boolean"},
"records": {"type": "array"},
"confirmed_plan_id": {"type": "string"},
"records_output_path": {"type": "string"},
"record_count": {"type": "integer"},
"warnings": {"type": "array", "items": {"type": "string"}},
"error": {"type": "string"}
},