2015-06-04 10:52:12 -07:00
|
|
|
{
|
|
|
|
"name": "userCredential",
|
|
|
|
"plural": "userCredentials",
|
|
|
|
"base": "UserCredential",
|
|
|
|
"properties": {},
|
|
|
|
"validations": [],
|
|
|
|
"relations": {
|
|
|
|
"user": {
|
|
|
|
"type": "belongsTo",
|
|
|
|
"model": "user",
|
|
|
|
"foreignKey": "userId"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"acls": [],
|
2016-03-11 21:47:26 -08:00
|
|
|
"methods": {}
|
2015-06-04 10:52:12 -07:00
|
|
|
}
|