external account id max length
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user