2018-02-15 09:58:02 +00:00
|
|
|
{
|
|
|
|
"name": "Specie",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
2021-03-04 06:56:31 +00:00
|
|
|
"table": "vn.specie"
|
2018-02-15 09:58:02 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
2021-03-04 06:56:31 +00:00
|
|
|
"id": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "number",
|
2018-02-15 09:58:02 +00:00
|
|
|
"id": true,
|
|
|
|
"description": "Identifier"
|
|
|
|
},
|
2021-03-04 06:56:31 +00:00
|
|
|
"name": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "string"
|
2018-02-15 09:58:02 +00:00
|
|
|
}
|
2018-02-21 08:28:17 +00:00
|
|
|
},
|
|
|
|
"acls": [
|
|
|
|
{
|
|
|
|
"accessType": "READ",
|
|
|
|
"principalType": "ROLE",
|
|
|
|
"principalId": "$everyone",
|
|
|
|
"permission": "ALLOW"
|
|
|
|
}
|
|
|
|
]
|
2018-02-15 09:58:02 +00:00
|
|
|
}
|