jef-fulfillment-associate-associates ==================================== Source ------ - Repository: ``jef-systems/jef-fulfillment-associate-backend`` - Table: ``jef-fulfillment-associate-associates`` - Schema path: ``dynamodb/jef-fulfillment-associate-associates/schema.json`` - Commit: ``b2eb258fe0ac7d1eb62c0861ab1043c804ead815`` - Generated at: ``2026-05-04T19:14:07Z`` Attributes ---------- .. code-block:: json { "associate_number": "string", "entity_number": "string", "full_name": "string", "display_name": "string", "pin": "string", "mobile_number": "string", "email": "string", "assigned_store_name": "string", "is_active": "boolean", "last_login_at": "string", "notes": "string", "created_at": "string", "updated_at": "string", "idempotency_key": "string" } Main Index ---------- .. code-block:: json { "pk": "associate_number" } Raw Schema ---------- .. code-block:: json { "table": "jef-fulfillment-associate-associates", "attributes": { "associate_number": "string", "entity_number": "string", "full_name": "string", "display_name": "string", "pin": "string", "mobile_number": "string", "email": "string", "assigned_store_name": "string", "is_active": "boolean", "last_login_at": "string", "notes": "string", "created_at": "string", "updated_at": "string", "idempotency_key": "string" }, "main_index": { "pk": "associate_number" }, "gsi_1": { "gsi_1_pk": "entity_number", "gsi_1_sk": "full_name" } }