json/v1.0/email.json in sk_api_schema-0.6.1 vs json/v1.0/email.json in sk_api_schema-0.7.0

- old
+ new

@@ -49,11 +49,11 @@ "readonly":true, "type":"array", "properties":{"$ref":"./attachment.json#properties"} }, "related_object_type":{ - "description": "Object type of the emails parent. Is the camelcased base class name: Document for invoice, credit_note,.., Contact for client", + "description": "Object type of the emails parent. Is the camelcased base class name: Document for invoice, credit_note, contact,..", "required":true, "type":"string" }, "related_object_id":{ "description": "uuid of the emails parent object.", @@ -145,10 +145,11 @@ "type": "string" }, "sort":{ "title" : "Sort", "enum":["ASC","DESC"], - "description": "Sort the results in ASC or DESC" + "description": "Sort the results in ASC or DESC", + "type": "string" } } }, { "rel": "attachments", "href": "emails/{id}/attachments" \ No newline at end of file