{
"type": "object",
"properties": {
"query": {
"type": "string"
}
},
"required": [
"query"
]
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"item_id": {
"type": "string"
}
},
"required": [
"item_id"
]
}{
"type": "object",
"properties": {}
}