Search functionality across all production data.

SearchFilter {
  "type": "object",
  "properties": {
    "list_type": {
      "type": "string",
      "description": "Type of list"
    },
    "entity_type": {
      "type": "string",
      "description": "Type of entity"
    },
    "name": {
      "type": "string",
      "description": "Name of search filter"
    },
    "search_query": {
      "type": "string"
    },
    "person_id": {
      "type": "string",
      "format": "UUID",
      "description": "Person ID"
    },
    "project_id": {
      "type": "string",
      "format": "UUID",
      "description": "Project ID"
    }
  }
}