jef-sales-invoices-allowed-customers ==================================== Source ------ - Repository: ``jef-systems/jef-sales-invoices-backend`` - Table: ``jef-sales-invoices-allowed-customers`` - Schema path: ``dynamodb/jef-sales-invoices-allowed-customers/schema.json`` - Commit: ``2694fd4ff58676b340afcb9508a86bf1ab6bd95b`` - Generated at: ``2026-04-04T19:57:49Z`` Attributes ---------- .. code-block:: json { "pk": "string", "sk": "string", "created": "string-iso8601", "created_by": "string" } Main Index ---------- .. code-block:: json { "pk": "pk", "sk": "sk" } Raw Schema ---------- .. code-block:: json { "table": "jef-sales-invoices-allowed-customers", "attributes": { "pk": "string", "sk": "string", "created": "string-iso8601", "created_by": "string" }, "main_index": { "pk": "pk", "sk": "sk" } }