2022-02-15 15:48:37 +00:00
|
|
|
{
|
|
|
|
"name": "Docuware",
|
|
|
|
"description": "Docuware sections",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "docuware"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "number",
|
|
|
|
"id": true,
|
|
|
|
"description": "Identifier"
|
|
|
|
},
|
2022-02-23 07:11:54 +00:00
|
|
|
"code": {
|
2022-02-15 15:48:37 +00:00
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"fileCabinetName": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"dialogName": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"find": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"acls": [
|
|
|
|
{
|
|
|
|
"property": "*",
|
|
|
|
"accessType": "*",
|
|
|
|
"principalType": "ROLE",
|
|
|
|
"principalId": "$everyone",
|
|
|
|
"permission": "ALLOW"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|