jef-sales-invoices-line-items ============================= Source ------ - Repository: ``jef-systems/jef-sales-invoices-backend`` - Table: ``jef-sales-invoices-line-items`` - Schema path: ``dynamodb/jef-sales-invoices-line-items/schema.json`` - Commit: ``2694fd4ff58676b340afcb9508a86bf1ab6bd95b`` - Generated at: ``2026-04-04T19:57:49Z`` Attributes ---------- .. code-block:: json { "pk": "string", "sk": "string", "product_id": "string", "product_name": "string", "description": "string-optional", "quantity": "number-two-decimals", "unit": "string", "unit_price": "number-two-decimals", "discount_percent": "number-two-decimals-optional", "discount_amount": "number-two-decimals-optional", "vat_rate": "number-two-decimals", "vat_amount": "number-two-decimals", "line_total": "number-two-decimals", "created": "string-iso8601", "updated": "string-iso8601" } Main Index ---------- .. code-block:: json { "pk": "pk", "sk": "sk" } Raw Schema ---------- .. code-block:: json { "table": "jef-sales-invoices-line-items", "attributes": { "pk": "string", "sk": "string", "product_id": "string", "product_name": "string", "description": "string-optional", "quantity": "number-two-decimals", "unit": "string", "unit_price": "number-two-decimals", "discount_percent": "number-two-decimals-optional", "discount_amount": "number-two-decimals-optional", "vat_rate": "number-two-decimals", "vat_amount": "number-two-decimals", "line_total": "number-two-decimals", "created": "string-iso8601", "updated": "string-iso8601" }, "main_index": { "pk": "pk", "sk": "sk" } }