2017-12-20 08:53:50 +00:00
|
|
|
{
|
2018-01-09 10:25:35 +00:00
|
|
|
"name": "TaxClass",
|
2017-12-20 08:53:50 +00:00
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
2018-01-29 11:37:54 +00:00
|
|
|
"table": "taxClass"
|
2017-12-20 08:53:50 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "Number",
|
2018-02-26 11:56:42 +00:00
|
|
|
"description": "Identifier",
|
|
|
|
"id": true
|
2017-12-20 08:53:50 +00:00
|
|
|
},
|
|
|
|
"description": {
|
2018-02-26 11:56:42 +00:00
|
|
|
"type": "String",
|
|
|
|
"required": true
|
2017-12-20 08:53:50 +00:00
|
|
|
},
|
|
|
|
"code": {
|
2018-02-26 11:56:42 +00:00
|
|
|
"type": "String",
|
|
|
|
"required": true
|
2017-12-20 08:53:50 +00:00
|
|
|
}
|
2018-02-21 08:28:17 +00:00
|
|
|
},
|
|
|
|
"acls": [
|
|
|
|
{
|
|
|
|
"accessType": "READ",
|
|
|
|
"principalType": "ROLE",
|
|
|
|
"principalId": "$everyone",
|
|
|
|
"permission": "ALLOW"
|
|
|
|
}
|
|
|
|
]
|
2017-12-20 08:53:50 +00:00
|
|
|
}
|