json/v1.0/account.json in sk_api_schema-0.10.4 vs json/v1.0/account.json in sk_api_schema-0.10.5

- old
+ new

@@ -55,9 +55,15 @@ "description": "The contacts uuid to which the account is related.", "type":"string", "maxLength": 22, "minLength":22 }, + "document_id":{ + "description": "Document uuid, related to the account.", + "type":"string", + "maxLength": 22, + "minLength":22 + }, "created_at":{ "description": "Date the object was created in SK. Never changes afterwards", "format":"date-time", "readonly":true, "type":"string"