23 lines
544 B
JSON
23 lines
544 B
JSON
{
|
|
"fields": {
|
|
"targetListIsOptedOut": {
|
|
"type": "bool",
|
|
"notStorable": true,
|
|
"orderDisabled": true,
|
|
"readOnly": true,
|
|
"utility": true,
|
|
"fieldManagerParamList": []
|
|
}
|
|
},
|
|
"links": {
|
|
"targetLists": {
|
|
"type": "hasMany",
|
|
"entity": "TargetList",
|
|
"foreign": "users",
|
|
"columnAttributeMap": {
|
|
"optedOut": "targetListIsOptedOut"
|
|
}
|
|
}
|
|
}
|
|
}
|