jef-one-modules =============== Source ------ - Repository: ``jef-systems/jef-one-backend`` - Table: ``jef-one-modules`` - Schema path: ``dynamodb/jef-one-modules/schema.json`` - Commit: ``c9de642314ad9ab607bb1ce63ff375931b4179ea`` - Generated at: ``2026-04-24T18:24:15Z`` Attributes ---------- .. code-block:: json { "pk": "string-{module_number}", "module_number": "string-2-digits", "name": "string" } Main Index ---------- .. code-block:: json { "pk": "pk" } Raw Schema ---------- .. code-block:: json { "table": "jef-one-modules", "attributes": { "pk": "string-{module_number}", "module_number": "string-2-digits", "name": "string" }, "main_index": { "pk": "pk" } }