{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--PrivateAuthorizer.json",
  "title": "PrivateAuthorizer",
  "x-lintel": {
    "source": "https://www.eidolonai.com/json_schema/v1/schemas/ProcessAuthorizer/PrivateAuthorizer.json",
    "sourceSha256": "f1c871590da7d697e1eddd20eb9863cf8a05138d5a100a44cddbbcb3f97b3caa"
  },
  "type": "object",
  "properties": {
    "implementation": {
      "const": "PrivateAuthorizer",
      "title": "Implementation"
    }
  },
  "additionalProperties": true,
  "required": [
    "implementation"
  ],
  "reference_details": {
    "clz": "eidolon_ai_sdk.security.process_authorizer.PrivateAuthorizer",
    "groups": [
      "ProcessAuthorizer"
    ],
    "name": "PrivateAuthorizer",
    "overrides": {}
  }
}
