26 lines
510 B
JSON
26 lines
510 B
JSON
|
{
|
||
|
"name": "SaySimpleCountry",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "saySimpleCountry"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"countryFk": {
|
||
|
"type": "number",
|
||
|
"id": true
|
||
|
},
|
||
|
"channel": {
|
||
|
"type": "number"
|
||
|
}
|
||
|
},
|
||
|
"acls": [
|
||
|
{
|
||
|
"accessType": "READ",
|
||
|
"principalType": "ROLE",
|
||
|
"principalId": "$everyone",
|
||
|
"permission": "ALLOW"
|
||
|
}
|
||
|
]
|
||
|
}
|