2020-03-23 07:24:57 +00:00
|
|
|
{
|
|
|
|
"name": "Collection",
|
|
|
|
"base": "VnModel",
|
2024-05-28 15:23:58 +00:00
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"id": true,
|
|
|
|
"type": "number",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
"workerFk": {
|
|
|
|
"type": "number"
|
|
|
|
}
|
|
|
|
},
|
2024-04-12 08:26:32 +00:00
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "collection"
|
|
|
|
}
|
|
|
|
},
|
2020-03-23 07:24:57 +00:00
|
|
|
"acls": [{
|
|
|
|
"property": "validations",
|
|
|
|
"accessType": "EXECUTE",
|
|
|
|
"principalType": "ROLE",
|
|
|
|
"principalId": "$everyone",
|
|
|
|
"permission": "ALLOW"
|
|
|
|
}]
|
|
|
|
}
|