jef-one-mobile-applications¶
Source¶
Repository:
jef-systems/jef-one-backendTable:
jef-one-mobile-applicationsSchema path:
dynamodb/jef-one-mobile-applications/schema.jsonCommit:
d0f5dc9f3b215424b6359391bf2816185e60fdacGenerated at:
2026-04-28T17:40:11Z
Attributes¶
{
"app_number": "string",
"app_name": "string",
"slug": "string",
"package_name": "string",
"scheme": "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-mobile-applications",
"attributes": {
"app_number": "string",
"app_name": "string",
"slug": "string",
"package_name": "string",
"scheme": "string",
"platform": "string",
"is_active": "boolean",
"allowed_module_numbers": "string",
"created_at": "string",
"updated_at": "string"
},
"main_index": {
"pk": "app_number"
}
}