jef-caferimo-inventory-items ============================ Source ------ - Repository: ``jef-systems/jef-caferimo-backend`` - Table: ``jef-caferimo-inventory-items`` - Schema path: ``dynamodb/jef-caferimo-inventory-items/schema.json`` - Commit: ``470c8a0e5fdc4686cbc80daf77d2cfe989a9bc7f`` - Generated at: ``2026-05-05T18:13:37Z`` Attributes ---------- .. code-block:: json { "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 ---------- .. code-block:: json { "pk": "inventory_item_number" } Raw Schema ---------- .. code-block:: json { "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" } }