{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The shopper's request, including budget, style, stage, and constraints.",
"minLength": 2,
"maxLength": 80
}
},
"required": [
"query"
],
"additionalProperties": false
}