jef-hardware-customers ====================== Source ------ - Repository: ``jef-systems/jef-hardware-backend`` - Table: ``jef-hardware-customers`` - Schema path: ``dynamodb/jef-hardware-customers/schema.json`` - Commit: ``c6eac377eca83927a29247335878086a7dc47059`` - Generated at: ``2026-04-27T15:13:18Z`` Attributes ---------- .. code-block:: json { "pk": "string", "customer_id": "string", "customer_name": "string", "contact_number": "string", "email": "string", "address": "string", "government_id_type": "string", "government_id_number": "string", "active": "boolean", "updated_at": "string" } Main Index ---------- .. code-block:: json { "pk": "customer_id" } Raw Schema ---------- .. code-block:: json { "table": "jef-hardware-customers", "attributes": { "pk": "string", "customer_id": "string", "customer_name": "string", "contact_number": "string", "email": "string", "address": "string", "government_id_type": "string", "government_id_number": "string", "active": "boolean", "updated_at": "string" }, "main_index": { "pk": "customer_id" } }