jef-caferimo-ingredients

Source

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

  • Table: jef-caferimo-ingredients

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

  • Commit: 84138fdfc762b3f84f648487e554962b6fe935ec

  • Generated at: 2026-04-02T14:00:49Z

Attributes

{
  "pk": "string",
  "gsi_1_pk": "string",
  "jsin": "string",
  "barcode": "string",
  "product_name": "string",
  "product_unit": "string"
}

Main Index

{
  "pk": "{jsin}"
}

Raw Schema

{
  "table": "jef-caferimo-ingredients",
  "attributes": {
    "pk": "string",
    "gsi_1_pk": "string",
    "jsin": "string",
    "barcode": "string",
    "product_name": "string",
    "product_unit": "string"
  },
  "main_index": {
    "pk": "{jsin}"
  },
  "gsi_1": {
    "pk": "{barcode}"
  }
}