{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--FilesystemLoader.json",
  "title": "FilesystemLoader",
  "x-lintel": {
    "source": "https://www.eidolonai.com/json_schema/v1/schemas/DocumentLoader/FilesystemLoader.json",
    "sourceSha256": "8f7153967cdb5947b6c184e9bfa9b54a607b20edcbf93e23a612cb3f72c97291"
  },
  "type": "object",
  "properties": {
    "implementation": {
      "const": "FilesystemLoader",
      "title": "Implementation"
    },
    "root_dir": {
      "title": "Root Dir",
      "type": "string"
    },
    "pattern": {
      "default": "**/*",
      "title": "Pattern",
      "type": "string"
    }
  },
  "additionalProperties": false,
  "required": [
    "root_dir",
    "implementation"
  ],
  "reference_details": {
    "clz": "eidolon_ai_sdk.agent.doc_manager.loaders.filesystem_loader.FilesystemLoader",
    "groups": [
      "DocumentLoader"
    ],
    "name": "FilesystemLoader",
    "overrides": {}
  }
}
