jef-caferimo-recipes

Source

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

  • Table: jef-caferimo-recipes

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

  • Commit: 4ec5ef8c04772447127d2e8c2ca21bb4ccb13cef

Attributes

{
  "pk": "string",
  "recipe_number": "string-4-digits",
  "recipe_name": "string",
  "specifications": [
    {
      "key": "string",
      "value": "string"
    }
  ],
  "equipments": [
    {
      "asset_number": "string",
      "asset_name": "string"
    }
  ],
  "ingredients": [
    {
      "jsin": "string",
      "barcode": "string",
      "product_name": "string",
      "product_unit": "string"
    }
  ],
  "steps": [
    {
      "step_number": "number-whole-number",
      "title": "string",
      "description": "string",
      "ingredients": [
        {
          "jsin": "string",
          "barcode": "string",
          "product_name": "string",
          "product_unit": "string",
          "quantity": "number-two-decimals",
          "quantity_unit": "string"
        }
      ],
      "equipments": [
        {
          "asset_number": "string",
          "asset_name": "string",
          "quantity": "number-two-decimals",
          "quantity_unit": "string"
        }
      ]
    }
  ],
  "outputs": [
    {
      "key": "string",
      "value": "string"
    }
  ]
}

Main Index

{
  "pk": "{recipe_number}"
}

Raw Schema

{
  "table": "jef-caferimo-recipes",
  "attributes": {
    "pk": "string",
    "recipe_number": "string-4-digits",
    "recipe_name": "string",
    "specifications": [
      {
        "key": "string",
        "value": "string"
      }
    ],
    "equipments": [
      {
        "asset_number": "string",
        "asset_name": "string"
      }
    ],
    "ingredients": [
      {
        "jsin": "string",
        "barcode": "string",
        "product_name": "string",
        "product_unit": "string"
      }
    ],
    "steps": [
      {
        "step_number": "number-whole-number",
        "title": "string",
        "description": "string",
        "ingredients": [
          {
            "jsin": "string",
            "barcode": "string",
            "product_name": "string",
            "product_unit": "string",
            "quantity": "number-two-decimals",
            "quantity_unit": "string"
          }
        ],
        "equipments": [
          {
            "asset_number": "string",
            "asset_name": "string",
            "quantity": "number-two-decimals",
            "quantity_unit": "string"
          }
        ]
      }
    ],
    "outputs": [
      {
        "key": "string",
        "value": "string"
      }
    ]
  },
  "main_index": {
    "pk": "{recipe_number}"
  }
}