external account id max length

This commit is contained in:
yuri
2015-06-04 11:33:11 +03:00
parent f9614385df
commit bee44612e5
2 changed files with 5 additions and 2 deletions
@@ -1,5 +1,8 @@
{
"fields": {
"id": {
"maxLength": 64
},
"data": {
"type": "jsonObject"
},
@@ -16,12 +16,12 @@
"serviceName": {
"type": "varchar",
"required": true,
"len":100
"maxLength":100
},
"method": {
"type": "varchar",
"required": true,
"len":100
"maxLength":100
},
"data": {
"type": "jsonObject"