6402e821
Suraputt Suntimitr
code etc.
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "events",
"plural": "events",
"base": "PersistedModel",
"idInjection": true,
"options": {
"validateUpsert": true
},
"properties": {},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
|