27 lines
500 B
JSON
27 lines
500 B
JSON
{
|
|
"name": "Collection",
|
|
"base": "VnModel",
|
|
"properties": {
|
|
"id": {
|
|
"id": true,
|
|
"type": "number",
|
|
"required": true
|
|
},
|
|
"workerFk": {
|
|
"type": "number"
|
|
}
|
|
},
|
|
"options": {
|
|
"mysql": {
|
|
"table": "collection"
|
|
}
|
|
},
|
|
"acls": [{
|
|
"property": "validations",
|
|
"accessType": "EXECUTE",
|
|
"principalType": "ROLE",
|
|
"principalId": "$everyone",
|
|
"permission": "ALLOW"
|
|
}]
|
|
}
|