26 lines
515 B
JSON
26 lines
515 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": "$authenticated",
|
|
"permission": "ALLOW"
|
|
}
|
|
]
|
|
} |