json/v1.0/estimate.json in sk_api_schema-0.0.13 vs json/v1.0/estimate.json in sk_api_schema-0.0.14

- old
+ new

@@ -178,10 +178,16 @@ "href": "estimates/{id}", "method": "PUT" }, { "rel": "create", "href": "estimates", - "method": "POST" + "method": "POST", + "properties" : { + "source" : { + "title" : "Source document id", + "description": "Copies the source document(excl. number,date) and returns a new draft document." + } + } }, { "rel": "attachments", "href": "estimates/{id}/attachments" }, { "rel": "comments",