{ "type": "array", "items": { "type": "object", "properties": { "transaction_id": { "type": "integer" }, "classification": { "type": "string", "enum": ["Expense","Income"] }, "qbo_category": { "type": "string" }, "payee_name": { "type": "string" }, "clean_memo": { "type": "string" }, "amount": { "type": "number" }, "confidence": { "type": "string" }, "reasoning": { "type": "string" } }, "required": [ "transaction_id","classification","qbo_category", "payee_name","clean_memo","amount","confidence","reasoning" ] } }