json/v1.0/account.json in sk_api_schema-0.10.1 vs json/v1.0/account.json in sk_api_schema-0.10.2
- old
+ new
@@ -31,9 +31,13 @@
"balance":{
"description": "The account balance is the sum of all entries, also those from sub-accounts.",
"type":"number",
"readonly":true
},
+ "budget":{
+ "description": "If an account is used to track budgetary things f.ex. projects, this fields can be used to perform calculations like: Are we still inside the allowed budget?",
+ "type":"number"
+ },
"default_price":{
"description": "The default price single for new account entries. Is only used if price single is left empty on create.",
"type":"number"
},
"default_unit":{