jef-fulfillment-associate-stores

Source

  • Repository: jef-systems/jef-fulfillment-associate-backend

  • Table: jef-fulfillment-associate-stores

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

  • Commit: 5e7e5672c9abaf5188ec498b5d76603c6a221bc2

  • Generated at: 2026-04-23T20:01:31Z

Attributes

{
  "pk": "string-{id}",
  "gsi_1_pk": "string-{is_active}",
  "gsi_1_sk": "string-{store_name}",
  "id": "string-{store_number}",
  "store_number": "string-4-digits",
  "store_name": "string",
  "branch_name": "string",
  "store_type": "string-enum-hub|branch|warehouse",
  "receipt_header_name": "string",
  "receipt_header_subtitle": "string",
  "address_line_1": "string",
  "address_line_2": "string",
  "barangay": "string",
  "city_municipality": "string",
  "province": "string",
  "postal_code": "string",
  "contact_number": "string",
  "email": "string",
  "manager_name": "string",
  "can_fulfill_orders": "boolean",
  "can_receive_transfers": "boolean",
  "is_active": "boolean",
  "notes": "string",
  "created_at": "string-iso8601",
  "updated_at": "string-iso8601",
  "idempotency_key": "string-uuidv4"
}

Main Index

{
  "pk": "pk"
}

Raw Schema

{
  "table": "jef-fulfillment-associate-stores",
  "attributes": {
    "pk": "string-{id}",
    "gsi_1_pk": "string-{is_active}",
    "gsi_1_sk": "string-{store_name}",
    "id": "string-{store_number}",
    "store_number": "string-4-digits",
    "store_name": "string",
    "branch_name": "string",
    "store_type": "string-enum-hub|branch|warehouse",
    "receipt_header_name": "string",
    "receipt_header_subtitle": "string",
    "address_line_1": "string",
    "address_line_2": "string",
    "barangay": "string",
    "city_municipality": "string",
    "province": "string",
    "postal_code": "string",
    "contact_number": "string",
    "email": "string",
    "manager_name": "string",
    "can_fulfill_orders": "boolean",
    "can_receive_transfers": "boolean",
    "is_active": "boolean",
    "notes": "string",
    "created_at": "string-iso8601",
    "updated_at": "string-iso8601",
    "idempotency_key": "string-uuidv4"
  },
  "main_index": {
    "pk": "pk"
  },
  "gsi_1": {
    "pk": "gsi_1_pk",
    "sk": "gsi_1_sk"
  }
}