Files
zk-data-agent/skills/product-data/schemas/export_dataset_table.output.schema.json
T
2026-05-11 11:46:09 +08:00

14 lines
332 B
JSON

{
"type": "object",
"properties": {
"ok": {"type": "boolean"},
"output_path": {"type": "string"},
"output_format": {"type": "string"},
"record_count": {"type": "integer"},
"bytes_written": {"type": "integer"},
"validation": {"type": "object"},
"error": {"type": "string"}
},
"required": ["ok"]
}