Is this still relevant

Is the below still correct?

whenever I try this and play it it says encountered a error. See also my setup

That is correct. And it works fine in my test:

{
  "Name": "test statusok",
  "CreationDate": "2021-6-22",
  "Commands": [
    {
      "Command": "open",
      "Target": "https://forum.ui.vision/t/is-this-still-relevant/7804",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "verifyElementPresent",
      "Target": "css=#ember108 > div > div > div > span > button > svg",
      "Value": "",
      "Targets": [
        "xpath=//*[@id=\"ember108\"]/div/div/div/span/button/svg",
        "css=#ember108 > div > div > div > span > button > svg"
      ],
      "Description": ""
    },
    {
      "Command": "if_v2",
      "Target": "${!statusOK} == true",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "echo",
      "Target": "yes",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "end",
      "Target": "",
      "Value": "",
      "Description": ""
    }
  ]
}