30 lines
556 B
JSON
30 lines
556 B
JSON
{
|
|
"name": "Ink",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "ink"
|
|
}
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"type": "string",
|
|
"id": true,
|
|
"description": "Identifier"
|
|
},
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"showOrder": {
|
|
"type": "number"
|
|
}
|
|
},
|
|
"acls": [
|
|
{
|
|
"accessType": "READ",
|
|
"principalType": "ROLE",
|
|
"principalId": "$everyone",
|
|
"permission": "ALLOW"
|
|
}
|
|
]
|
|
} |