diff --git a/schema/documents/bpr.json b/documents/bpr.json similarity index 95% rename from schema/documents/bpr.json rename to documents/bpr.json index 30dd75d..fb101e1 100644 --- a/schema/documents/bpr.json +++ b/documents/bpr.json @@ -1,38 +1,38 @@ -{ - "gl": { - "lines": [ - { - "amount": 2.19, - "account": "h.food" - }, - { - "amount": -2.19, - "account": "h.dcard" - } - ], - "jpath": [ - [ - "{item,0}", - "{header}" - ], - [ - "{item,0}", - "{header}" - ] - ] - }, - "item": [ - { - "item": "green olives", - "amount": 2.19, - "reason": "food", - "account": "h.food" - } - ], - "header": { - "entity": "home", - "module": "MHI", - "offset": "h.dcard", - "transaction": "purchase" - } +{ + "gl": { + "lines": [ + { + "amount": 2.19, + "account": "h.food" + }, + { + "amount": -2.19, + "account": "h.dcard" + } + ], + "jpath": [ + [ + "{item,0}", + "{header}" + ], + [ + "{item,0}", + "{header}" + ] + ] + }, + "item": [ + { + "item": "green olives", + "amount": 2.19, + "reason": "food", + "account": "h.food" + } + ], + "header": { + "entity": "home", + "module": "MHI", + "offset": "h.dcard", + "transaction": "purchase" + } } \ No newline at end of file