{
  "additionalProperties": false,
  "oneOf": [
    {
      "required": [
        "path"
      ]
    },
    {
      "required": [
        "location"
      ]
    }
  ],
  "properties": {
    "basename": {
      "type": "string",
      "x-jsonld-id": "https://w3id.org/cwl/cwl#basename"
    },
    "class": {
      "enum": [
        "File",
        "Directory"
      ],
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "nameroot": {
      "type": "string",
      "x-jsonld-id": "https://w3id.org/cwl/cwl#File/nameroot"
    },
    "path": {
      "type": "string"
    }
  },
  "required": [
    "class"
  ],
  "type": "object",
  "x-jsonld-prefixes": {
    "cwl": "https://w3id.org/cwl/cwl#"
  }
}