salix/modules/worker/back/models/workerDisableExcluded.json

23 lines
364 B
JSON
Raw Normal View History

2022-10-05 09:52:14 +00:00
{
"name": "workerDisableExcluded",
"base": "VnModel",
"options": {
"mysql": {
"table": "workerDisableExcluded"
}
},
"properties": {
"id": {
"id": true,
"type": "number"
}
},
"acls": [
{
"accessType": "READ",
"principalType": "ROLE",
"principalId": "$everyone",
"permission": "ALLOW"
}
]
}