{
  "additionalProperties": false,
  "description": "Hint indicating that the Application Package corresponds to a\nbuiltin process of this instance. (note: can only be an 'hint'\nas it is unofficial CWL specification).\n",
  "properties": {
    "class": {
      "enum": [
        "BuiltinRequirement"
      ],
      "type": "string"
    },
    "process": {
      "$comment": "Builtin process identifier.",
      "$ref": "https://ogcincubator.github.io/bblocks-cwl/build/annotated/cwl/v1_2_1/CWLTextPatternID/schema.json"
    }
  },
  "required": [
    "process",
    "class"
  ],
  "title": "BuiltinRequirement",
  "type": "object"
}