json/v1.0/order.json in sk_api_schema-0.2.6 vs json/v1.0/order.json in sk_api_schema-0.3.0

- old
+ new

@@ -45,16 +45,10 @@ }, "tag_list": { "description": "Space separated list of tags.", "type":"string" }, - "precision":{ - "description": "Decimal places for displayed(printed) money values. gross_total and net_total will always be displayed rounded to a precision of 2. When greater 2 use net_total_base(also in line_item) to show the net val with the set precision(3,4).", - "type":"number", - "enum": [2,3,4], - "default":2 - }, "language":{ "description": "Should be a valid language short-code: de-DE, fr, en-GB; like defined in your account language menu. When the document is emailed or printed, a localized version of a multi-language template(email, pdf) will be used if available. Defaults to the clients language, if empty and a client is assigned.", "type":"string", "maxLength": 10 }, @@ -113,15 +107,10 @@ "description": "Net total, 2 decimals places", "readonly":true, "type":"number" }, "net_total_base":{ - "description": "Net total, decimals places as set in precision, default 2", - "readonly":true, - "type":"number" - }, - "net_total_base_raw":{ - "description": "Net total unrounded, 6 decimal places. Summed items net_total_base_raw (incl discount)", + "description": "Net total, 6 decimal places. Summmed items net_total_base_raw (incl discount)", "readonly":true, "type":"number" } }, "links":[