salix/loopback/common/models/field-acl.json

28 lines
487 B
JSON
Raw Permalink Normal View History

{
"name": "FieldAcl",
"base": "VnModel",
"options": {
"mysql": {
2018-12-17 10:28:39 +00:00
"table": "salix.fieldAcl"
}
},
"properties": {
"id": {
"id": true,
2022-05-12 07:47:47 +00:00
"type": "number"
},
"model": {
2022-05-12 07:47:47 +00:00
"type": "string"
},
"property":{
2022-05-12 07:47:47 +00:00
"type": "string"
},
"actionType":{
2022-05-12 07:47:47 +00:00
"type": "string"
},
"role":{
2022-05-12 07:47:47 +00:00
"type": "string"
}
}
}