{
  "additionalProperties": {},
  "not": {
    "$comment": "Avoid false-positive match of default File or Directory location definition.",
    "properties": {
      "class": {
        "enum": [
          "File",
          "Directory"
        ],
        "type": "string"
      }
    }
  },
  "type": "object"
}