jef-one-users

Source

  • Repository: jef-systems/jef-one-backend

  • Table: jef-one-users

  • Schema path: dynamodb/jef-one-users/schema.json

  • Commit: d0f5dc9f3b215424b6359391bf2816185e60fdac

  • Generated at: 2026-04-28T17:40:11Z

Attributes

{
  "pk": "string",
  "entity_number": "string",
  "employee_number": "string",
  "display_name": "string",
  "password_hash": "string",
  "is_active": "boolean",
  "roles": "string",
  "created_at": "string",
  "updated_at": "string",
  "password_updated_at": "string"
}

Main Index

{
  "pk": "employee_number"
}

Raw Schema

{
  "table": "jef-one-users",
  "attributes": {
    "pk": "string",
    "entity_number": "string",
    "employee_number": "string",
    "display_name": "string",
    "password_hash": "string",
    "is_active": "boolean",
    "roles": "string",
    "created_at": "string",
    "updated_at": "string",
    "password_updated_at": "string"
  },
  "main_index": {
    "pk": "employee_number"
  }
}