{
  "elmType": "div",
  "children": [
    {
      "elmType": "img",
      "attributes": {
        "src": "@currentField.picture"
      },
      "style": {
        "height": "45px",
        "width": "45px"
      }
    },
    {
      "elmType": "span",
      "txtContent": "@currentField.title",
      "style": {
        "margin": "10px"
      }
    }
  ]
}