salix/services/loopback/common/models/fieldAcl.json

28 lines
481 B
JSON
Raw Normal View History

{
"name": "FieldAcl",
"base": "VnModel",
"options": {
"mysql": {
"table": "fieldAcl"
}
},
"properties": {
"id": {
"id": true,
"type": "Number"
},
"model": {
"type": "String"
},
"property":{
"type": "String"
},
"actionType":{
"type": "String"
},
"role":{
"type": "String"
}
}
}