[
  {
    "name": "Invalid",
    "id": "foo",
    "appliesTo": [
      "bpmn:UserTask"
    ],
    "properties": [],
    "scopes": {
      "camunda:Connector": {
        "properties": [
          {
            "label": "Label",
            "type": "InvalidType",
            "value": "YEY YEA!",
            "binding": {
              "type": "alsoInvalid",
              "name": "label"
            }
          }
        ]
      }
    }
  }
]