{
  "additionalProperties": false,
  "description": "Hint indicating that the Application Package corresponds to a\nWPS-1 provider process that should be remotely executed and monitored by this\ninstance. (note: can only be an ''hint'' as it is unofficial CWL specification).\n",
  "properties": {
    "class": {
      "enum": [
        "WPS1Requirement"
      ],
      "type": "string"
    },
    "process": {
      "$comment": "Process identifier of the remote WPS provider.",
      "$ref": "https://ogcincubator.github.io/bblocks-cwl/build/annotated/cwl/v1_2_1/CWLTextPatternID/schema.json"
    },
    "provider": {
      "$ref": "https://ogcincubator.github.io/bblocks-cwl/build/annotated/cwl/v1_2_1/ReferenceURL/schema.json",
      "description": "WPS provider endpoint."
    }
  },
  "required": [
    "process",
    "provider"
  ],
  "title": "WPS1Requirement",
  "type": "object"
}