23 lines
388 B
JSON
23 lines
388 B
JSON
{
|
|
"name": "ExpeditionPallet",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "expeditionPallet"
|
|
}
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"type": "number",
|
|
"id": true,
|
|
"description": "Identifier"
|
|
}
|
|
},
|
|
"acls": [{
|
|
"accessType": "WRITE",
|
|
"principalType": "ROLE",
|
|
"principalId": "production",
|
|
"permission": "ALLOW"
|
|
}]
|
|
}
|
|
|