jef-caferimo-product-size-options¶
Source¶
Repository:
jef-systems/jef-caferimo-backendTable:
jef-caferimo-product-size-optionsSchema path:
dynamodb/jef-caferimo-product-size-options/schema.jsonCommit:
f38252639861c015a1bc372c34c910ebb65db848Generated at:
2026-05-03T15:52:25Z
Attributes¶
{
"entity_number": "string",
"product_size_option_id": "string",
"product_number": "string",
"product_name": "string",
"size_number": "string",
"size_label": "string",
"upcharge": "number",
"sort_order": "number",
"is_default": "boolean",
"is_active": "boolean",
"is_deleted": "boolean",
"deleted_at": "string",
"created_at": "string",
"updated_at": "string",
"schema_version": "number",
"version": "number"
}
Main Index¶
{
"pk": "product_size_option_id"
}
Raw Schema¶
{
"table": "jef-caferimo-product-size-options",
"attributes": {
"entity_number": "string",
"product_size_option_id": "string",
"product_number": "string",
"product_name": "string",
"size_number": "string",
"size_label": "string",
"upcharge": "number",
"sort_order": "number",
"is_default": "boolean",
"is_active": "boolean",
"is_deleted": "boolean",
"deleted_at": "string",
"created_at": "string",
"updated_at": "string",
"schema_version": "number",
"version": "number"
},
"main_index": {
"pk": "product_size_option_id"
},
"gsi_1": {
"gsi_1_pk": "product_number",
"gsi_1_sk": "sort_order"
}
}