22 lines
410 B
JSON
22 lines
410 B
JSON
|
{
|
||
|
"name": "Config",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "config"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"inventoried": {
|
||
|
"type": "date"
|
||
|
}
|
||
|
},
|
||
|
"acls": [
|
||
|
{
|
||
|
"accessType": "READ",
|
||
|
"principalType": "ROLE",
|
||
|
"principalId": "$authenticated",
|
||
|
"permission": "ALLOW"
|
||
|
}
|
||
|
]
|
||
|
}
|