jef-caferimo-inventory-items¶
Source¶
Repository:
jef-systems/jef-caferimo-backendTable:
jef-caferimo-inventory-itemsSchema path:
dynamodb/jef-caferimo-inventory-items/schema.jsonCommit:
470c8a0e5fdc4686cbc80daf77d2cfe989a9bc7fGenerated at:
2026-05-05T18:13:37Z
Attributes¶
{
"entity_number": "string",
"inventory_item_number": "string",
"inventory_item_name": "string",
"category": "string",
"unit": "string",
"low_stock_alert_value": "number",
"full_stock_alert_value": "number",
"current_quantity": "number",
"stock_alert_status": "string",
"last_inventory_date": "string-date",
"is_active": "boolean",
"created_at": "string-iso8601",
"updated_at": "string-iso8601"
}
Main Index¶
{
"pk": "inventory_item_number"
}
Raw Schema¶
{
"table": "jef-caferimo-inventory-items",
"attributes": {
"entity_number": "string",
"inventory_item_number": "string",
"inventory_item_name": "string",
"category": "string",
"unit": "string",
"low_stock_alert_value": "number",
"full_stock_alert_value": "number",
"current_quantity": "number",
"stock_alert_status": "string",
"last_inventory_date": "string-date",
"is_active": "boolean",
"created_at": "string-iso8601",
"updated_at": "string-iso8601"
},
"main_index": {
"pk": "inventory_item_number"
},
"gsi_1": {
"gsi_1_pk": "entity_number",
"gsi_1_sk": "inventory_item_name"
}
}