additionalProperties: {}
description: 'Output specification. Note that multiple formats are supported

  and not all specification variants or parameters are presented here. Please

  refer to official CWL documentation for more details (https://www.commonwl.org).

  '
properties:
  id:
    $ref: https://ogcincubator.github.io/bblocks-cwl/build/annotated/cwl/v1_2_1/CWLIdentifier/schema.yaml
    description: Identifier of the CWL output.
  outputBinding:
    $ref: https://ogcincubator.github.io/bblocks-cwl/build/annotated/cwl/v1_2_1/OutputBinding/schema.yaml
    x-jsonld-id: https://w3id.org/cwl/cwl#outputBinding
  type:
    oneOf:
    - $ref: https://ogcincubator.github.io/bblocks-cwl/build/annotated/cwl/v1_2_1/CWLType/schema.yaml
    - $ref: https://ogcincubator.github.io/bblocks-cwl/build/annotated/cwl/v1_2_1/CWLOutputStdOut/schema.yaml
    - $ref: https://ogcincubator.github.io/bblocks-cwl/build/annotated/cwl/v1_2_1/CWLOutputStdErr/schema.yaml
required:
- type
- id
title: CWLOutputItem
type: object
x-jsonld-prefixes:
  cwl: https://w3id.org/cwl/cwl#
