jef-caferimo-ingredient-catalog =============================== Source ------ - Repository: ``jef-systems/jef-caferimo-backend`` - Table: ``jef-caferimo-ingredient-catalog`` - Schema path: ``dynamodb/jef-caferimo-ingredient-catalog/schema.json`` - Commit: ``eef9369e5dea863864a8b7e883bc4155cb44664f`` - Generated at: ``2026-04-03T12:35:37Z`` Attributes ---------- .. code-block:: json { "pk": "string-jsin", "gsi_1_pk": "string-barcode", "jsin": "string", "barcode": "string", "product_name": "string", "product_unit": "string" } Main Index ---------- .. code-block:: json { "pk": "pk" } Raw Schema ---------- .. code-block:: json { "table": "jef-caferimo-ingredient-catalog", "attributes": { "pk": "string-jsin", "gsi_1_pk": "string-barcode", "jsin": "string", "barcode": "string", "product_name": "string", "product_unit": "string" }, "main_index": { "pk": "pk" }, "gsi_1": { "pk": "gsi_1_pk" } }