{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/SearchType",
"title": "SearchType",
"type": "string",
"description": "The type of search to be performed.",
"enum": [
"ORGANIZATION",
"INTERACTION",
"AGENT"
]
}