salix/modules/claim/back/models/claim-redelivery.json

29 lines
557 B
JSON
Raw Normal View History

{
"name": "ClaimRedelivery",
"base": "VnModel",
"options": {
"mysql": {
2018-12-17 10:28:39 +00:00
"table": "claimRedelivery"
}
},
"properties": {
"id": {
2022-05-12 07:47:47 +00:00
"type": "number",
"id": true,
"description": "Identifier"
},
"description": {
2022-05-12 07:47:47 +00:00
"type": "string",
"required": true
}
},
"acls": [
{
"accessType": "READ",
"principalType": "ROLE",
"principalId": "$everyone",
"permission": "ALLOW"
}
]
}