{
  "additionalProperties": {},
  "description": "Defines how to retrieve the output result from the command.",
  "properties": {
    "glob": {
      "description": "Glob pattern to find the output on disk or mounted docker volume.",
      "oneOf": [
        {
          "$ref": "https://ogcincubator.github.io/bblocks-cwl/build/annotated/cwl/v1_2_1/CWLExpression/schema.json"
        },
        {
          "items": {
            "$ref": "https://ogcincubator.github.io/bblocks-cwl/build/annotated/cwl/v1_2_1/CWLExpression/schema.json"
          },
          "type": "array"
        }
      ],
      "x-jsonld-id": "https://w3id.org/cwl/cwl#CommandOutputBinding/glob"
    }
  },
  "title": "OutputBinding",
  "type": "object",
  "x-jsonld-prefixes": {
    "cwl": "https://w3id.org/cwl/cwl#"
  }
}