jef-one-modules

Source

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

  • Table: jef-one-modules

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

  • Commit: d0f5dc9f3b215424b6359391bf2816185e60fdac

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

Attributes

{
  "module_number": "string",
  "name": "string",
  "is_active": "boolean",
  "created_at": "string",
  "updated_at": "string"
}

Main Index

{
  "pk": "module_number"
}

Raw Schema

{
  "table": "jef-one-modules",
  "attributes": {
    "module_number": "string",
    "name": "string",
    "is_active": "boolean",
    "created_at": "string",
    "updated_at": "string"
  },
  "main_index": {
    "pk": "module_number"
  }
}