jef-store-products¶
Source¶
Repository:
jef-systems/jef-store-backendTable:
jef-store-productsSchema path:
dynamodb/jef-store-products/schema.jsonCommit:
c1faf2c1cfb01ebac06b1c50ce749c8afe75908eGenerated at:
2026-05-04T13:03:12Z
Attributes¶
{
"entity_number": "string",
"product_number": "string",
"sku": "string",
"product_name": "string",
"category": "string",
"brand": "string",
"description": "string",
"base_price": "number",
"stock_quantity": "number",
"unit_label": "string",
"rating": "number",
"is_featured": "boolean",
"tag_1": "string",
"tag_2": "string",
"tag_3": "string",
"display_order": "number",
"is_active": "boolean",
"is_deleted": "boolean",
"deleted_at": "string",
"created_at": "string",
"updated_at": "string",
"idempotency_key": "string",
"schema_version": "number",
"version": "number"
}
Main Index¶
{
"pk": "product_number"
}
Raw Schema¶
{
"table": "jef-store-products",
"attributes": {
"entity_number": "string",
"product_number": "string",
"sku": "string",
"product_name": "string",
"category": "string",
"brand": "string",
"description": "string",
"base_price": "number",
"stock_quantity": "number",
"unit_label": "string",
"rating": "number",
"is_featured": "boolean",
"tag_1": "string",
"tag_2": "string",
"tag_3": "string",
"display_order": "number",
"is_active": "boolean",
"is_deleted": "boolean",
"deleted_at": "string",
"created_at": "string",
"updated_at": "string",
"idempotency_key": "string",
"schema_version": "number",
"version": "number"
},
"main_index": {
"pk": "product_number"
},
"gsi_1": {
"gsi_1_pk": "entity_number",
"gsi_1_sk": "product_name"
},
"gsi_2": {
"gsi_2_pk": "category",
"gsi_2_sk": "product_name"
}
}