additionalProperties: false
description: Defines how to specify the input for the command.
properties:
  itemSeparator:
    type: string
    x-jsonld-id: https://w3id.org/cwl/cwl#CommandLineBinding/itemSeparator
  position:
    oneOf:
    - type: integer
    - $ref: https://ogcincubator.github.io/bblocks-cwl/build/annotated/cwl/v1_2_1/CWLExpression/schema.yaml
    x-jsonld-id: https://w3id.org/cwl/cwl#CommandLineBinding/position
  prefix:
    type: string
    x-jsonld-id: https://w3id.org/cwl/cwl#CommandLineBinding/prefix
  shellQuote:
    type: boolean
    x-jsonld-id: https://w3id.org/cwl/cwl#CommandLineBinding/shellQuote
  valueFrom:
    $ref: https://ogcincubator.github.io/bblocks-cwl/build/annotated/cwl/v1_2_1/CWLExpression/schema.yaml
    x-jsonld-id: https://w3id.org/cwl/cwl#valueFrom
title: Input Binding
type: object
x-jsonld-prefixes:
  cwl: https://w3id.org/cwl/cwl#
