{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--Search.json",
  "title": "Search",
  "x-lintel": {
    "source": "https://www.eidolonai.com/json_schema/v1/schemas/LogicUnit/Search.json",
    "sourceSha256": "aad9ccb9c02ed99a46a600aa775d01511a8394308178c0c1dde7b92ce7564ab1"
  },
  "type": "object",
  "properties": {
    "implementation": {
      "const": "Search",
      "title": "Implementation"
    },
    "cse_id": {
      "description": "Google Custom Search Engine Id.",
      "title": "Cse Id",
      "type": "string"
    },
    "cse_token": {
      "description": "Google Project dev token, must have search permissions.",
      "title": "Cse Token",
      "type": "string"
    },
    "name": {
      "default": "search",
      "title": "Name",
      "type": "string"
    },
    "description": {
      "default": null,
      "title": "Description",
      "type": "string"
    },
    "defaultDateRestrict": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Defaultdaterestrict"
    },
    "params": {
      "anyOf": [
        {
          "type": "object"
        },
        {
          "type": "null"
        }
      ],
      "default": {},
      "title": "Params"
    }
  },
  "additionalProperties": false,
  "required": [
    "implementation"
  ],
  "reference_details": {
    "clz": "eidolon_ai_sdk.builtins.logic_units.web_search.Search",
    "groups": [
      "LogicUnit"
    ],
    "name": "Search",
    "overrides": {}
  }
}
