jef-one-desktop-applications

Source

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

  • Table: jef-one-desktop-applications

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

  • Commit: d0f5dc9f3b215424b6359391bf2816185e60fdac

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

Attributes

{
  "app_number": "string",
  "app_name": "string",
  "desktop_app_id": "string",
  "platform": "string",
  "is_active": "boolean",
  "allowed_module_numbers": "string",
  "created_at": "string",
  "updated_at": "string"
}

Main Index

{
  "pk": "app_number"
}

Raw Schema

{
  "table": "jef-one-desktop-applications",
  "attributes": {
    "app_number": "string",
    "app_name": "string",
    "desktop_app_id": "string",
    "platform": "string",
    "is_active": "boolean",
    "allowed_module_numbers": "string",
    "created_at": "string",
    "updated_at": "string"
  },
  "main_index": {
    "pk": "app_number"
  }
}