json/v1.0/estimate.json in sk_api_schema-0.8.0 vs json/v1.0/estimate.json in sk_api_schema-0.8.1

- old
+ new

@@ -19,20 +19,20 @@ "address_field":{ "description": "Receiver address, normally shown in envelope window. Defaults to client address_field if empty and client_id present.", "type":"string" }, "date":{ - "description": "Date the estimate is issued. Automatically set when estimate is opened. Required for non-draft documents.", + "description": "Date the estimate is issued. Automatically set when estimate is opened. Required for non-draft documents. YYYY-MM-DD", "format":"date", "type":"string" }, "due_days":{ "description": "Used to calculate the valid-until date of the estimate. Useless if date and due date are present.", "type":"integer" }, "due_date":{ - "description": "Auto-calculated from date + due days if empty and the estimate is opened.", + "description": "Auto-calculated from date + due days if empty and the estimate is opened. YYYY-MM-DD", "format":"date", "type":"string" }, "status":{ "description": "Defaults to draft for new documents, unless otherwise stated. For new documents with status 'open' or 'closed' or doc where the status changes away from draft, following fields are set if empty: number(next in number schema), date(today), due date(due_days must be given). Only draft documents can be deleted.", @@ -125,11 +125,11 @@ "description": "DEPRECATED use items", "type":"array", "properties":{"$ref":"./line_item.json#properties"} }, "items":{ - "description": "Items for the document. Access items of all types including divider and sub_total items. GOTCHAs when using items instead of line_items: You MUST set the type field(CamelCasesItem class name) on each item. You cannot use both, the items array is stronger.", + "description": "Items for the document. Access items of all types including divider and sub_total items. GOTCHAs when using items instead of line_items: You MUST set the type field(CamelCasesItem class name) on each item. You cannot use both, the line_items array is stronger for backward compat.", "type":"array", "default": "any", "minItems": 0, "items": [{ "$ref": "./line_item.json#properties"}, { "$ref": "./divider_item.json#properties"}, @@ -204,16 +204,16 @@ "description": "Filter by a space delimited list of tags", "type":"string" }, "filter[from]":{ "title" : "From date", - "description": "Objects with a date after the date", + "description": "Objects with a date after the date. YYYY-MM-DD", "format" : "date", "type" : "string" }, "filter[to]":{ "title" : "To date", - "description": "Objects with date before the date", + "description": "Objects with date before the date. YYYY-MM-DD", "format" : "date", "type" : "string" }, "filter[created_at_from]":{ "title" : "From date",