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