json/v1.0/client.json in sk_api_schema-0.2.5 vs json/v1.0/client.json in sk_api_schema-0.2.6

- old
+ new

@@ -22,17 +22,22 @@ "description": "Last name of a person. At least this or the organisation field must be filled for new records", "type":"string", "maxLength": 50 }, "first_name": { - "description": "First name of a person.", + "description": "First name of a person.", "type":"string", "maxLength": 50 }, "gender": { "description": "Can be empty for a company. Is used in salutation", "enum":["male", "female"], "type":"string" + }, + "notes": { + "description": "Notes for a contact. For day to day information you should use comments instead.", + "type":"string", + "maxLength": 65000 }, "position": { "description": "Position of a person in a company.", "type":"string", "maxLength": 50 \ No newline at end of file