{
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 2,
"description": "Search query"
}
},
"required": [
"query"
]
}{
"type": "object",
"properties": {
"slug": {
"type": "string",
"pattern": "^[a-z0-9-]+$",
"description": "Profile slug"
}
},
"required": [
"slug"
]
}{
"type": "object",
"properties": {
"agent_name": {
"type": "string"
}
}
}{
"type": "object",
"properties": {
"agent_name": {
"type": "string"
}
}
}