jef-store-stores¶
Source¶
Repository:
jef-systems/jef-store-backendTable:
jef-store-storesSchema path:
dynamodb/jef-store-stores/schema.jsonCommit:
c1faf2c1cfb01ebac06b1c50ce749c8afe75908eGenerated at:
2026-05-04T13:03:12Z
Attributes¶
{
"entity_number": "string",
"branch_name": "string",
"store_name": "string",
"store_legal_name": "string",
"store_tagline": "string",
"address_line_1": "string",
"address_line_2": "string",
"city": "string",
"province": "string",
"postal_code": "string",
"country": "string",
"contact_number": "string",
"email": "string",
"website": "string",
"tin": "string",
"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": "entity_number"
}
Raw Schema¶
{
"table": "jef-store-stores",
"attributes": {
"entity_number": "string",
"branch_name": "string",
"store_name": "string",
"store_legal_name": "string",
"store_tagline": "string",
"address_line_1": "string",
"address_line_2": "string",
"city": "string",
"province": "string",
"postal_code": "string",
"country": "string",
"contact_number": "string",
"email": "string",
"website": "string",
"tin": "string",
"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": "entity_number"
}
}