salix/modules/item/back/models/ink.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"
}
]
}