{
  "additionalProperties": false,
  "description": "Indicates that the 'Workflow' must support multiple inbound data links listed in the 'source'\nfield of 'WorkflowStepInput'.\n",
  "properties": {
    "class": {
      "description": "CWL requirement class specification.",
      "enum": [
        "MultipleInputFeatureRequirement"
      ],
      "type": "string"
    }
  },
  "title": "MultipleInputFeatureRequirement",
  "type": "object"
}