2023-09-22 10:29:56 +00:00
|
|
|
{
|
|
|
|
"name": "ExpeditionPallet",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "expeditionPallet"
|
|
|
|
}
|
2023-09-26 11:12:18 +00:00
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "number",
|
|
|
|
"id": true,
|
|
|
|
"description": "Identifier"
|
|
|
|
}
|
2023-09-22 10:29:56 +00:00
|
|
|
},
|
|
|
|
"acls": [{
|
|
|
|
"accessType": "WRITE",
|
|
|
|
"principalType": "ROLE",
|
|
|
|
"principalId": "production",
|
|
|
|
"permission": "ALLOW"
|
|
|
|
}]
|
2023-09-26 11:12:18 +00:00
|
|
|
}
|
2023-09-22 10:29:56 +00:00
|
|
|
|