mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-03 00:04:08 -05:00
21 lines
366 B
JSON
21 lines
366 B
JSON
{
|
|
"name": "MsUsername",
|
|
"description": "Microsoft account usernames",
|
|
"base": "PersistedModel",
|
|
"idInjection": true,
|
|
"options": {
|
|
"validateUpsert": true
|
|
},
|
|
"properties": {},
|
|
"validations": [],
|
|
"relations": {
|
|
"user": {
|
|
"type": "belongsTo",
|
|
"model": "user",
|
|
"foreignKey": "userId"
|
|
}
|
|
},
|
|
"acls": [],
|
|
"methods": {}
|
|
}
|