jef-caferimo-stores

Source

  • Repository: jef-systems/jef-caferimo-backend

  • Table: jef-caferimo-stores

  • Schema path: dynamodb/jef-caferimo-stores/schema.json

  • Commit: 188e2f4403b9415d0c998108afcbe6c516220430

  • Generated at: 2026-04-23T17:51:23Z

Attributes

{
  "pk": "string-{entity_number}",
  "entity_number": "string-4-digits-nonzerostart",
  "branch_name": "string",
  "store_name": "string",
  "store_legal_name": "string",
  "store_tagline": "string",
  "store_address_line_1": "string",
  "store_address_line_2": "string",
  "store_barangay": "string",
  "store_city": "string",
  "store_province": "string",
  "store_postal_code": "string",
  "store_country": "string",
  "store_phone": "string",
  "store_mobile": "string",
  "store_email": "string",
  "store_social": "string",
  "store_website": "string",
  "store_tin": "string",
  "store_accr": "string",
  "store_accr_valid": "string",
  "store_permit_number": "string",
  "is_active": "boolean",
  "is_deleted": "boolean",
  "version": "number-whole-number",
  "created_at": "string-iso8601",
  "updated_at": "string-iso8601"
}

Main Index

{
  "pk": "pk"
}

Raw Schema

{
  "table": "jef-caferimo-stores",
  "attributes": {
    "pk": "string-{entity_number}",
    "entity_number": "string-4-digits-nonzerostart",
    "branch_name": "string",
    "store_name": "string",
    "store_legal_name": "string",
    "store_tagline": "string",
    "store_address_line_1": "string",
    "store_address_line_2": "string",
    "store_barangay": "string",
    "store_city": "string",
    "store_province": "string",
    "store_postal_code": "string",
    "store_country": "string",
    "store_phone": "string",
    "store_mobile": "string",
    "store_email": "string",
    "store_social": "string",
    "store_website": "string",
    "store_tin": "string",
    "store_accr": "string",
    "store_accr_valid": "string",
    "store_permit_number": "string",
    "is_active": "boolean",
    "is_deleted": "boolean",
    "version": "number-whole-number",
    "created_at": "string-iso8601",
    "updated_at": "string-iso8601"
  },
  "main_index": {
    "pk": "pk"
  }
}