additionalProperties: false
description: 'Specify the desired behavior for loading the listing field of a ''Directory''
  object for use by expressions

  (see also: https://www.commonwl.org/v1.2/CommandLineTool.html#LoadListingRequirement).

  '
properties:
  class:
    enum:
    - LoadListingRequirement
    type: string
  loadListing:
    $ref: https://ogcincubator.github.io/bblocks-cwl/build/annotated/cwl/v1_2_1/LoadListingEnum/schema.yaml
    x-jsonld-id: https://w3id.org/cwl/cwl#loadListing
required:
- loadListing
title: LoadListingRequirement
type: object
x-jsonld-prefixes:
  cwl: https://w3id.org/cwl/cwl#
