40 lines
777 B
JSON
40 lines
777 B
JSON
|
{
|
||
|
"name": "NewWorkerConfig",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "newWorkerConfig"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "number",
|
||
|
"id": true,
|
||
|
"description": "Identifier"
|
||
|
},
|
||
|
"street": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"provinceFk": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"companyFk": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"profileTypeFk": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"roleFk": {
|
||
|
"type": "number"
|
||
|
}
|
||
|
},
|
||
|
"acls": [
|
||
|
{
|
||
|
"accessType": "READ",
|
||
|
"principalType": "ROLE",
|
||
|
"principalId": "$everyone",
|
||
|
"permission": "ALLOW"
|
||
|
}
|
||
|
]
|
||
|
}
|