Files
zk-data-agent/skills/product-data/schemas/normalize_dataset_draft.output.schema.json
T
2026-05-11 10:58:35 +08:00

11 lines
229 B
JSON

{
"type": "object",
"properties": {
"ok": {"type": "boolean"},
"records": {"type": "array"},
"warnings": {"type": "array", "items": {"type": "string"}},
"error": {"type": "string"}
},
"required": ["ok"]
}