{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--SecurityManagerImpl.json",
  "title": "SecurityManagerImpl",
  "x-lintel": {
    "source": "https://www.eidolonai.com/json_schema/v1/schemas/SecurityManager/SecurityManagerImpl.json",
    "sourceSha256": "b4245bc2f1bc77f90f2e7c41fd64125265ebc015d74c7b34da36ee19890f85ba"
  },
  "type": "object",
  "properties": {
    "implementation": {
      "const": "SecurityManagerImpl",
      "title": "Implementation"
    },
    "authentication_processor": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
    },
    "functional_authorizer": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
    },
    "process_authorizer": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
    },
    "safe_paths": {
      "default": [
        "/system/health",
        "/docs",
        "/favicon.ico",
        "/openapi.json"
      ],
      "items": {
        "type": "string"
      },
      "title": "Safe Paths",
      "type": "array",
      "uniqueItems": true
    }
  },
  "additionalProperties": false,
  "required": [
    "implementation"
  ],
  "reference_details": {
    "clz": "eidolon_ai_sdk.security.security_manager.SecurityManagerImpl",
    "groups": [
      "SecurityManager"
    ],
    "name": "SecurityManagerImpl",
    "overrides": {}
  }
}
