jef-store-attendances ===================== Source ------ - Repository: ``jef-systems/jef-store-backend`` - Table: ``jef-store-attendances`` - Schema path: ``dynamodb/jef-store-attendances/schema.json`` - Commit: ``ef122d835b3e5d3dc87da703e938f5411e2112c6`` - Generated at: ``2026-05-04T15:54:25Z`` Attributes ---------- .. code-block:: json { "attendance_id": "string", "entity_number": "string", "employee_number": "string", "employee_name": "string", "attendance_date": "string", "schedule": "string", "status": "string", "notes": "string", "is_active": "boolean", "is_deleted": "boolean", "deleted_at": "string", "created_at": "string", "updated_at": "string", "idempotency_key": "string", "schema_version": "number", "version": "number" } Main Index ---------- .. code-block:: json { "pk": "attendance_id" } Raw Schema ---------- .. code-block:: json { "table": "jef-store-attendances", "attributes": { "attendance_id": "string", "entity_number": "string", "employee_number": "string", "employee_name": "string", "attendance_date": "string", "schedule": "string", "status": "string", "notes": "string", "is_active": "boolean", "is_deleted": "boolean", "deleted_at": "string", "created_at": "string", "updated_at": "string", "idempotency_key": "string", "schema_version": "number", "version": "number" }, "main_index": { "pk": "attendance_id" }, "gsi_1": { "gsi_1_pk": "entity_number", "gsi_1_sk": "attendance_date" } }