16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"links": {
|
|
"targetLists": {
|
|
"type": "hasMany",
|
|
"entity": "TargetList",
|
|
"foreign": "users"
|
|
},
|
|
"targetListIsOptedOut": {
|
|
"type": "bool",
|
|
"notStorable": true,
|
|
"readOnly": true,
|
|
"disabled": true
|
|
}
|
|
}
|
|
}
|