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