jef-caferimo-ingredients¶
Source¶
Repository:
jef-systems/jef-caferimo-backendTable:
jef-caferimo-ingredientsSchema path:
dynamodb/jef-caferimo-ingredients/schema.jsonCommit:
84138fdfc762b3f84f648487e554962b6fe935ecGenerated at:
2026-04-02T14:00:49Z
Attributes¶
{
"pk": "string",
"gsi_1_pk": "string",
"jsin": "string",
"barcode": "string",
"product_name": "string",
"product_unit": "string"
}
Main Index¶
{
"pk": "{jsin}"
}
Raw Schema¶
{
"table": "jef-caferimo-ingredients",
"attributes": {
"pk": "string",
"gsi_1_pk": "string",
"jsin": "string",
"barcode": "string",
"product_name": "string",
"product_unit": "string"
},
"main_index": {
"pk": "{jsin}"
},
"gsi_1": {
"pk": "{barcode}"
}
}