{
  "name": "Flyweight",
  "contexts": [
    {
      "relations": [
        {
          "src": "Main.PotionFactory.{Potion}",
          "dst": "Main.AlchemistShop",
          "multiplicity": "1:1"
        }
      ],
      "transfer": {
        "src": "Main.PotionFactory.{Potion}",
        "dst": "Main.AlchemistShop.TopShelf",
        "data": {
          "type": "Data",
          "name": "data"
        },
        "style": "PULL",
        "multiplicity": "1:1"
      }
    }
  ]
}