jef-one-modules¶
Source¶
Repository:
jef-systems/jef-one-backendTable:
jef-one-modulesSchema path:
dynamodb/jef-one-modules/schema.jsonCommit:
c9de642314ad9ab607bb1ce63ff375931b4179eaGenerated at:
2026-04-24T18:24:15Z
Attributes¶
{
"pk": "string-{module_number}",
"module_number": "string-2-digits",
"name": "string"
}
Main Index¶
{
"pk": "pk"
}
Raw Schema¶
{
"table": "jef-one-modules",
"attributes": {
"pk": "string-{module_number}",
"module_number": "string-2-digits",
"name": "string"
},
"main_index": {
"pk": "pk"
}
}