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

- old
+ new

@@ -71,10 +71,11 @@ "description": "An url associated with the person, e.g its company website.", "type":"string", "maxLength": 255 }, "birthday":{ + "description": "The birthday. YYYY-MM-DD", "format":"date", "type":"string" }, "tag_list":{ "description": "Space separated list of tags. Are split and saved as Tag objects on create, update.", @@ -231,16 +232,16 @@ "format" : "date-time", "type" : "string" }, "filter[birthday_from]":{ "title" : "From birthday date", - "description": "Contacts with a birthday after and on the date. Leave the birthday-to date blank to only search on this day.", + "description": "Contacts with a birthday after and on the date. Leave the birthday-to date blank to only search on this day. YYYY-MM-DD", "format" : "date", "type" : "string" }, "filter[birthday_to]":{ "title" : "To birthday date", - "description": "Contacts with a birthday date before and on the date.", + "description": "Contacts with a birthday date before and on the date. YYYY-MM-DD", "format" : "date", "type" : "string" }, "filter[creator_ids]":{ "title" : "Creator", \ No newline at end of file