{
  "<DM>Recipe": {
    "1": {
      "Name": "EQ BakingOreos5",
      "Description": "Oreo baking program — temperature profile, timing, and allergen parameters.",
      "Type": "Standard",
      "IsEnabled": "Yes",
      "IsExecutable": "Yes",
      "ResourceRecipeName": "OREO_BAKE_V2",
      "UserInfo": "Created for production line A",
      "SupplierInfo": "Provided by Equipment Vendor XYZ",
      "BodySource": "HumanEdited",
      "BodyFormat": "Text",
      "Body": "temperature=180\nduration=12\nallergens=gluten,dairy,soy",
      "DocumentationURL": "https://intranet.company.com/recipes/oreo-baking",
      "IsTemplate": "No",
      "BodyFileName": "oreo_baking_recipe.txt",
      "BodyDownloadDate": "",
      "BodyDownloadFrom": "",
      "BodyDownloadFromResourceRecipe": "",
      "EntityPicture": ""
    },
    "2": {
      "Name": "EQ BakingWafers",
      "Description": "Wafer baking program — used to demonstrate the upload error path (any recipe other than EQ BakingOreos is rejected by the mock workflow).",
      "Type": "Standard",
      "IsEnabled": "Yes",
      "IsExecutable": "Yes",
      "ResourceRecipeName": "WAFER_BAKE_V1",
      "UserInfo": "Test recipe for error handling",
      "SupplierInfo": "Provided by Equipment Vendor XYZ",
      "BodySource": "HumanEdited",
      "BodyFormat": "Text",
      "Body": "temperature=160\nduration=8\nallergens=gluten",
      "DocumentationURL": "",
      "IsTemplate": "No",
      "BodyFileName": "wafer_baking_recipe.txt",
      "BodyDownloadDate": "",
      "BodyDownloadFrom": "",
      "BodyDownloadFromResourceRecipe": "",
      "EntityPicture": ""
    }
  },
  "<DM>RecipeResource": {
    "1": {
      "Resource": "EQ Baker-01",
      "Recipe": "EQ BakingOreos5 [A]",
      "IsEnabled": "Yes"
    }
  }
}