jef-fuel-pump-pumps

Source

  • Repository: jef-systems/jef-fuel-pump-inventories-backend

  • Table: jef-fuel-pump-pumps

  • Schema path: dynamodb/jef-fuel-pump-pumps/schema.json

  • Commit: a7ed46cbb48e86b94b9e10b8cb01a9794c7bed88

  • Generated at: 2026-04-26T16:26:33Z

Attributes

{
  "entity_number": "string",
  "pump_id": "string",
  "pump_label": "string",
  "product": "string",
  "price_per_liter": "number",
  "display_order": "number",
  "is_active": "boolean",
  "created_at": "string",
  "updated_at": "string"
}

Main Index

{
  "pk": "entity_number",
  "sk": "pump_id"
}

Raw Schema

{
  "table": "jef-fuel-pump-pumps",
  "attributes": {
    "entity_number": "string",
    "pump_id": "string",
    "pump_label": "string",
    "product": "string",
    "price_per_liter": "number",
    "display_order": "number",
    "is_active": "boolean",
    "created_at": "string",
    "updated_at": "string"
  },
  "main_index": {
    "pk": "entity_number",
    "sk": "pump_id"
  }
}