[
  {
    "name": "Invalid",
    "id": "foo",
    "appliesTo": [
      "bpmn:UserTask"
    ],
    "properties": [
      {
        "label": "Missing Name (1)",
        "type": "String",
        "binding": {
          "type": "property"
        }
      },
      {
        "label": "Missing Name (2)",
        "type": "String",
        "binding": {
          "type": "camunda:property"
        }
      },
      {
        "label": "Missing Name (3)",
        "type": "String",
        "binding": {
          "type": "camunda:inputParameter"
        }
      },
      {
        "label": "Missing Source",
        "type": "String",
        "binding": {
          "type": "camunda:outputParameter"
        }
      },
      {
        "label": "Missing camunda:in target/variables",
        "type": "String",
        "binding": {
          "type": "camunda:in"
        }
      },
      {
        "label": "Missing camunda:out target/variables",
        "type": "String",
        "binding": {
          "type": "camunda:out"
        }
      }
    ]
  }
]