{
  "id": "batch",
  "what": "merge validation",
  "targets": [
    {
      "id": "example",
      "what": "Example",
      "acts": {
        "main": [
          {
            "type": "launch"
          },
          {
            "type": "url",
            "which": "https://example.com",
            "what": "example"
          }
        ]
      }
    },
    {
      "id": "accordionexample",
      "what": "Example of expanded accordion",
      "acts": {
        "main": [
          {
            "type": "launch"
          },
          {
            "type": "url",
            "which": "https://www.w3.org/WAI/ARIA/apg/example-index/accordion/accordion",
            "what": "Accordion Example"
          },
          {
            "type": "button",
            "which": "Billing Address",
            "what": "expand accordion"
          }
        ]
      }
    }
  ]
}
