{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The search keywords (e.g. Satchel, Weekender, Walnut)."
}
},
"required": [
"query"
],
"additionalProperties": false
}{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "The product slug/identifier (e.g. signature-satchel, weekender-tote, class-clutch)."
}
},
"required": [
"slug"
],
"additionalProperties": false
}