27 lines
502 B
JSON
27 lines
502 B
JSON
{
|
|
"name": "Specie",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "vn.specie"
|
|
}
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"type": "Number",
|
|
"id": true,
|
|
"description": "Identifier"
|
|
},
|
|
"name": {
|
|
"type": "String"
|
|
}
|
|
},
|
|
"acls": [
|
|
{
|
|
"accessType": "READ",
|
|
"principalType": "ROLE",
|
|
"principalId": "$everyone",
|
|
"permission": "ALLOW"
|
|
}
|
|
]
|
|
} |