{
  "additionalProperties": false,
  "description": "Specify the desired behavior for loading the listing field of a 'Directory' object for use by expressions\n(see also: https://www.commonwl.org/v1.2/CommandLineTool.html#LoadListingRequirement).\n",
  "properties": {
    "class": {
      "enum": [
        "LoadListingRequirement"
      ],
      "type": "string"
    },
    "loadListing": {
      "$ref": "https://ogcincubator.github.io/bblocks-cwl/build/annotated/cwl/v1_2_1/LoadListingEnum/schema.json",
      "x-jsonld-id": "https://w3id.org/cwl/cwl#loadListing"
    }
  },
  "required": [
    "loadListing"
  ],
  "title": "LoadListingRequirement",
  "type": "object",
  "x-jsonld-prefixes": {
    "cwl": "https://w3id.org/cwl/cwl#"
  }
}