32 lines
656 B
JSON
32 lines
656 B
JSON
{
|
|
"name": "DocuwareConfig",
|
|
"description": "Docuware config",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "docuwareConfig"
|
|
}
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"type": "number",
|
|
"id": true,
|
|
"description": "Identifier"
|
|
},
|
|
"url": {
|
|
"type": "string"
|
|
},
|
|
"token": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"acls": [
|
|
{
|
|
"property": "*",
|
|
"accessType": "*",
|
|
"principalType": "ROLE",
|
|
"principalId": "$everyone",
|
|
"permission": "ALLOW"
|
|
}
|
|
]
|
|
} |