jef-caferimo-recipes

Source

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

  • Table: jef-caferimo-recipes

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

  • Commit: 95685e3bdd1c1aeea561878b64f02ccf2fe7f6a9

Attributes

{
  "pk": "string-id",
  "gsi_1_pk": "string-categorys",
  "gsi_1_sk": "string-updated_at",
  "id": "string",
  "name": "string",
  "category": "string",
  "price": "number-decimal",
  "sizes": {
    "medium": "number-decimal",
    "large": "number-decimal"
  },
  "available": "boolean",
  "description": "string",
  "preparation_notes": "string",
  "customization_profile": {
    "allowed_temperatures": [
      "string-enum-hot-or-iced"
    ],
    "default_temperature": "string-enum-hot-or-iced",
    "allowed_sugar_levels": [
      "string-enum-0%-25%-50%-75%-100%"
    ],
    "default_sugar_level": "string-enum-0%-25%-50%-75%-100%",
    "allowed_milk_types": [
      "string-enum-whole-oat-almond-none"
    ],
    "default_milk_type": "string-enum-whole-oat-almond-none",
    "allow_extra_shots": "boolean",
    "default_extra_shots": "number-whole-number"
  },
  "created_at": "string-iso8601",
  "updated_at": "string-iso8601"
}

Main Index

{
  "pk": "pk"
}

Raw Schema

{
  "table": "jef-caferimo-recipes",
  "attributes": {
    "pk": "string-id",
    "gsi_1_pk": "string-categorys",
    "gsi_1_sk": "string-updated_at",
    "id": "string",
    "name": "string",
    "category": "string",
    "price": "number-decimal",
    "sizes": {
      "medium": "number-decimal",
      "large": "number-decimal"
    },
    "available": "boolean",
    "description": "string",
    "preparation_notes": "string",
    "customization_profile": {
      "allowed_temperatures": [
        "string-enum-hot-or-iced"
      ],
      "default_temperature": "string-enum-hot-or-iced",
      "allowed_sugar_levels": [
        "string-enum-0%-25%-50%-75%-100%"
      ],
      "default_sugar_level": "string-enum-0%-25%-50%-75%-100%",
      "allowed_milk_types": [
        "string-enum-whole-oat-almond-none"
      ],
      "default_milk_type": "string-enum-whole-oat-almond-none",
      "allow_extra_shots": "boolean",
      "default_extra_shots": "number-whole-number"
    },
    "created_at": "string-iso8601",
    "updated_at": "string-iso8601"
  },
  "main_index": {
    "pk": "pk"
  },
  "gsi_1": {
    "pk": "gsi_1_pk",
    "sk": "gsi_1_sk"
  }
}